Current File : //www/cron/sql/asyahavacilik_wp_ol9cb_2025_05_04.sql
/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.11-MariaDB, for Linux (x86_64)
--
-- Host: localhost    Database: asyahavacilik_wp_ol9cb
-- ------------------------------------------------------
-- Server version	10.11.11-MariaDB-log

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

--
-- Table structure for table `wp_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `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,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=878 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES
(875,'action_scheduler/migration_hook','complete','2025-02-16 23:20:13','2025-02-16 23:20:13',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1739748013;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1739748013;}',1,1,'2025-02-16 23:20:33','2025-02-16 23:20:33',0,NULL),
(876,'action_scheduler/migration_hook','failed','2025-02-16 23:21:33','2025-02-16 23:21:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1739748093;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1739748093;}',1,1,'2025-02-16 23:21:43','2025-02-16 23:21:43',0,NULL),
(877,'action_scheduler/migration_hook','pending','2025-02-16 23:23:55','2025-02-16 23:23:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1739748235;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1739748235;}',1,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES
(1,'action-scheduler-migration');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `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',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=MyISAM AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES
(1,875,'action created','2025-02-16 23:19:13','2025-02-16 23:19:13'),
(2,875,'action started via WP Cron','2025-02-16 23:20:33','2025-02-16 23:20:33'),
(3,875,'action complete via WP Cron','2025-02-16 23:20:33','2025-02-16 23:20:33'),
(4,876,'action created','2025-02-16 23:20:33','2025-02-16 23:20:33'),
(5,876,'action started via WP Cron','2025-02-16 23:21:43','2025-02-16 23:21:43'),
(6,876,'action failed via WP Cron: Scheduled action for action_scheduler/migration_hook will not be executed as no callbacks are registered.','2025-02-16 23:21:43','2025-02-16 23:21:43'),
(7,877,'action created','2025-02-16 23:22:55','2025-02-16 23:22:55');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

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

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=MyISAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

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

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

LOCK TABLES `wp_e_events` WRITE;
/*!40000 ALTER TABLE `wp_e_events` DISABLE KEYS */;
INSERT INTO `wp_e_events` VALUES
(1,'{\"event\":\"modal load\",\"version\":\"\",\"details\":\"{\\\"placement\\\":\\\"Onboarding wizard\\\",\\\"step\\\":\\\"account\\\",\\\"user_state\\\":\\\"anon\\\"}\",\"ts\":\"2025-02-16T06:16:37.971-03:00\"}','2025-02-16 06:16:37');
/*!40000 ALTER TABLE `wp_e_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_fsmpt_email_logs`
--

DROP TABLE IF EXISTS `wp_fsmpt_email_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_fsmpt_email_logs` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `site_id` int(10) unsigned DEFAULT NULL,
  `to` varchar(255) DEFAULT NULL,
  `from` varchar(255) DEFAULT NULL,
  `subject` varchar(255) DEFAULT NULL,
  `body` longtext DEFAULT NULL,
  `headers` longtext DEFAULT NULL,
  `attachments` longtext DEFAULT NULL,
  `status` varchar(20) DEFAULT 'pending',
  `response` text DEFAULT NULL,
  `extra` text DEFAULT NULL,
  `retries` int(10) unsigned DEFAULT 0,
  `resent_count` int(10) unsigned DEFAULT 0,
  `source` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_fsmpt_email_logs`
--

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

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

DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_links` (
  `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `link_url` varchar(255) NOT NULL DEFAULT '',
  `link_name` varchar(255) NOT NULL DEFAULT '',
  `link_image` varchar(255) NOT NULL DEFAULT '',
  `link_target` varchar(25) NOT NULL DEFAULT '',
  `link_description` varchar(255) NOT NULL DEFAULT '',
  `link_visible` varchar(20) NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) NOT NULL DEFAULT '',
  `link_notes` mediumtext NOT NULL,
  `link_rss` varchar(255) NOT NULL DEFAULT '',
  PRIMARY KEY (`link_id`),
  KEY `link_visible` (`link_visible`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

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

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

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

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

LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'cron','a:15:{i:1740402851;a:1:{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;}}}i:1740404651;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1740404652;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:1740439409;a:1:{s:29:\"wpo_smush_clear_backup_images\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740440661;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1740444251;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:1740448800;a:1:{s:18:\"imagify_sync_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740483852;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1740483861;a:2:{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;}}}i:1740483864;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:1740570601;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:1740656652;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1740957810;a:1:{s:21:\"wpo_weekly_cron_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1742340209;a:1:{s:28:\"wpo_smush_clear_failed_tasks\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"wpo_monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),
(2,'siteurl','https://asyahavacilik.com','on'),
(3,'home','https://asyahavacilik.com','on'),
(4,'blogname','Asya Havacılık','on'),
(5,'blogdescription','Asya Havacılık','on'),
(6,'users_can_register','0','on'),
(7,'admin_email','ggmuco@gmail.com','on'),
(8,'start_of_week','1','on'),
(9,'use_balanceTags','0','on'),
(10,'use_smilies','1','on'),
(11,'require_name_email','1','on'),
(12,'comments_notify','1','on'),
(13,'posts_per_rss','10','on'),
(14,'rss_use_excerpt','0','on'),
(15,'mailserver_url','madasfsadil.examdasfsaple.com','on'),
(16,'mailserver_login','logifsadsafn@exadasfsadmple.com','on'),
(17,'mailserver_pass','sEpl9$l+#Esp_Rac0UhE#A+a','on'),
(18,'mailserver_port','110','on'),
(19,'default_category','1','on'),
(20,'default_comment_status','open','on'),
(21,'default_ping_status','open','on'),
(22,'default_pingback_flag','1','on'),
(23,'posts_per_page','10','on'),
(24,'date_format','F j, Y','on'),
(25,'time_format','g:i a','on'),
(26,'links_updated_date_format','F j, Y g:i a','on'),
(27,'comment_moderation','0','on'),
(28,'moderation_notify','1','on'),
(29,'permalink_structure','/%postname%/','on'),
(30,'rewrite_rules','a:321:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:12:\"sitemap\\.xml\";s:24:\"index.php??sitemap=index\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:40:\"index.php?&page_id=642&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\";}','on'),
(31,'hack_file','0','on'),
(32,'blog_charset','UTF-8','on'),
(33,'moderation_keys','','off'),
(34,'active_plugins','a:3:{i:0;s:19:\"akismet/akismet.php\";i:1;s:27:\"maintenance/maintenance.php\";i:2;s:27:\"wp-optimize/wp-optimize.php\";}','on'),
(35,'category_base','','on'),
(36,'ping_sites','http://rpc.pingomatic.com/','on'),
(37,'comment_max_links','2','on'),
(38,'gmt_offset','0','on'),
(39,'default_email_category','1','on'),
(40,'recently_edited','','off'),
(41,'template','Divi','on'),
(42,'stylesheet','Divi','on'),
(43,'comment_registration','0','on'),
(44,'html_type','text/html','on'),
(45,'use_trackback','0','on'),
(46,'default_role','subscriber','on'),
(47,'db_version','58975','on'),
(48,'uploads_use_yearmonth_folders','1','on'),
(49,'upload_path','','on'),
(50,'blog_public','1','on'),
(51,'default_link_category','0','on'),
(52,'show_on_front','page','on'),
(53,'tag_base','','on'),
(54,'show_avatars','1','on'),
(55,'avatar_rating','G','on'),
(56,'upload_url_path','','on'),
(57,'thumbnail_size_w','150','on'),
(58,'thumbnail_size_h','150','on'),
(59,'thumbnail_crop','1','on'),
(60,'medium_size_w','300','on'),
(61,'medium_size_h','300','on'),
(62,'avatar_default','mystery','on'),
(63,'large_size_w','1024','on'),
(64,'large_size_h','1024','on'),
(65,'image_default_link_type','none','on'),
(66,'image_default_size','','on'),
(67,'image_default_align','','on'),
(68,'close_comments_for_old_posts','0','on'),
(69,'close_comments_days_old','14','on'),
(70,'thread_comments','1','on'),
(71,'thread_comments_depth','5','on'),
(72,'page_comments','0','on'),
(73,'comments_per_page','50','on'),
(74,'default_comments_page','newest','on'),
(75,'comment_order','asc','on'),
(76,'sticky_posts','a:0:{}','on'),
(77,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(78,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(79,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','auto'),
(80,'uninstall_plugins','a:2:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}s:27:\"wp-optimize/wp-optimize.php\";a:2:{i:0;s:13:\"WPO_Uninstall\";i:1;s:7:\"actions\";}}','off'),
(81,'timezone_string','','on'),
(82,'page_for_posts','0','on'),
(83,'page_on_front','642','on'),
(84,'default_post_format','0','on'),
(85,'link_manager_enabled','0','on'),
(86,'finished_splitting_shared_terms','1','on'),
(87,'site_icon','0','on'),
(88,'medium_large_size_w','768','on'),
(89,'medium_large_size_h','0','on'),
(90,'wp_page_for_privacy_policy','3','on'),
(91,'show_comments_cookies_opt_in','1','on'),
(92,'admin_email_lifespan','1754912651','on'),
(93,'disallowed_keys','','off'),
(94,'comment_previously_approved','1','on'),
(95,'auto_plugin_theme_update_emails','a:0:{}','off'),
(96,'auto_update_core_dev','enabled','on'),
(97,'auto_update_core_minor','enabled','on'),
(98,'auto_update_core_major','enabled','on'),
(99,'wp_force_deactivated_plugins','a:0:{}','on'),
(100,'wp_attachment_pages_enabled','0','on'),
(101,'initial_db_version','58975','on'),
(102,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:67:{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:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";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;}}}','on'),
(103,'fresh_site','0','off'),
(104,'user_count','1','off'),
(105,'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;}','auto'),
(106,'sidebars_widgets','a:10:{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:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:16:\"quadmenu-widgets\";a:0:{}s:13:\"array_version\";i:3;}','auto'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.7.2\";s:5:\"files\";a:540:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:27:\"post-content/editor-rtl.css\";i:309;s:31:\"post-content/editor-rtl.min.css\";i:310;s:23:\"post-content/editor.css\";i:311;s:27:\"post-content/editor.min.css\";i:312;s:26:\"post-content/style-rtl.css\";i:313;s:30:\"post-content/style-rtl.min.css\";i:314;s:22:\"post-content/style.css\";i:315;s:26:\"post-content/style.min.css\";i:316;s:23:\"post-date/style-rtl.css\";i:317;s:27:\"post-date/style-rtl.min.css\";i:318;s:19:\"post-date/style.css\";i:319;s:23:\"post-date/style.min.css\";i:320;s:27:\"post-excerpt/editor-rtl.css\";i:321;s:31:\"post-excerpt/editor-rtl.min.css\";i:322;s:23:\"post-excerpt/editor.css\";i:323;s:27:\"post-excerpt/editor.min.css\";i:324;s:26:\"post-excerpt/style-rtl.css\";i:325;s:30:\"post-excerpt/style-rtl.min.css\";i:326;s:22:\"post-excerpt/style.css\";i:327;s:26:\"post-excerpt/style.min.css\";i:328;s:34:\"post-featured-image/editor-rtl.css\";i:329;s:38:\"post-featured-image/editor-rtl.min.css\";i:330;s:30:\"post-featured-image/editor.css\";i:331;s:34:\"post-featured-image/editor.min.css\";i:332;s:33:\"post-featured-image/style-rtl.css\";i:333;s:37:\"post-featured-image/style-rtl.min.css\";i:334;s:29:\"post-featured-image/style.css\";i:335;s:33:\"post-featured-image/style.min.css\";i:336;s:34:\"post-navigation-link/style-rtl.css\";i:337;s:38:\"post-navigation-link/style-rtl.min.css\";i:338;s:30:\"post-navigation-link/style.css\";i:339;s:34:\"post-navigation-link/style.min.css\";i:340;s:28:\"post-template/editor-rtl.css\";i:341;s:32:\"post-template/editor-rtl.min.css\";i:342;s:24:\"post-template/editor.css\";i:343;s:28:\"post-template/editor.min.css\";i:344;s:27:\"post-template/style-rtl.css\";i:345;s:31:\"post-template/style-rtl.min.css\";i:346;s:23:\"post-template/style.css\";i:347;s:27:\"post-template/style.min.css\";i:348;s:24:\"post-terms/style-rtl.css\";i:349;s:28:\"post-terms/style-rtl.min.css\";i:350;s:20:\"post-terms/style.css\";i:351;s:24:\"post-terms/style.min.css\";i:352;s:24:\"post-title/style-rtl.css\";i:353;s:28:\"post-title/style-rtl.min.css\";i:354;s:20:\"post-title/style.css\";i:355;s:24:\"post-title/style.min.css\";i:356;s:26:\"preformatted/style-rtl.css\";i:357;s:30:\"preformatted/style-rtl.min.css\";i:358;s:22:\"preformatted/style.css\";i:359;s:26:\"preformatted/style.min.css\";i:360;s:24:\"pullquote/editor-rtl.css\";i:361;s:28:\"pullquote/editor-rtl.min.css\";i:362;s:20:\"pullquote/editor.css\";i:363;s:24:\"pullquote/editor.min.css\";i:364;s:23:\"pullquote/style-rtl.css\";i:365;s:27:\"pullquote/style-rtl.min.css\";i:366;s:19:\"pullquote/style.css\";i:367;s:23:\"pullquote/style.min.css\";i:368;s:23:\"pullquote/theme-rtl.css\";i:369;s:27:\"pullquote/theme-rtl.min.css\";i:370;s:19:\"pullquote/theme.css\";i:371;s:23:\"pullquote/theme.min.css\";i:372;s:39:\"query-pagination-numbers/editor-rtl.css\";i:373;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:374;s:35:\"query-pagination-numbers/editor.css\";i:375;s:39:\"query-pagination-numbers/editor.min.css\";i:376;s:31:\"query-pagination/editor-rtl.css\";i:377;s:35:\"query-pagination/editor-rtl.min.css\";i:378;s:27:\"query-pagination/editor.css\";i:379;s:31:\"query-pagination/editor.min.css\";i:380;s:30:\"query-pagination/style-rtl.css\";i:381;s:34:\"query-pagination/style-rtl.min.css\";i:382;s:26:\"query-pagination/style.css\";i:383;s:30:\"query-pagination/style.min.css\";i:384;s:25:\"query-title/style-rtl.css\";i:385;s:29:\"query-title/style-rtl.min.css\";i:386;s:21:\"query-title/style.css\";i:387;s:25:\"query-title/style.min.css\";i:388;s:20:\"query/editor-rtl.css\";i:389;s:24:\"query/editor-rtl.min.css\";i:390;s:16:\"query/editor.css\";i:391;s:20:\"query/editor.min.css\";i:392;s:19:\"quote/style-rtl.css\";i:393;s:23:\"quote/style-rtl.min.css\";i:394;s:15:\"quote/style.css\";i:395;s:19:\"quote/style.min.css\";i:396;s:19:\"quote/theme-rtl.css\";i:397;s:23:\"quote/theme-rtl.min.css\";i:398;s:15:\"quote/theme.css\";i:399;s:19:\"quote/theme.min.css\";i:400;s:23:\"read-more/style-rtl.css\";i:401;s:27:\"read-more/style-rtl.min.css\";i:402;s:19:\"read-more/style.css\";i:403;s:23:\"read-more/style.min.css\";i:404;s:18:\"rss/editor-rtl.css\";i:405;s:22:\"rss/editor-rtl.min.css\";i:406;s:14:\"rss/editor.css\";i:407;s:18:\"rss/editor.min.css\";i:408;s:17:\"rss/style-rtl.css\";i:409;s:21:\"rss/style-rtl.min.css\";i:410;s:13:\"rss/style.css\";i:411;s:17:\"rss/style.min.css\";i:412;s:21:\"search/editor-rtl.css\";i:413;s:25:\"search/editor-rtl.min.css\";i:414;s:17:\"search/editor.css\";i:415;s:21:\"search/editor.min.css\";i:416;s:20:\"search/style-rtl.css\";i:417;s:24:\"search/style-rtl.min.css\";i:418;s:16:\"search/style.css\";i:419;s:20:\"search/style.min.css\";i:420;s:20:\"search/theme-rtl.css\";i:421;s:24:\"search/theme-rtl.min.css\";i:422;s:16:\"search/theme.css\";i:423;s:20:\"search/theme.min.css\";i:424;s:24:\"separator/editor-rtl.css\";i:425;s:28:\"separator/editor-rtl.min.css\";i:426;s:20:\"separator/editor.css\";i:427;s:24:\"separator/editor.min.css\";i:428;s:23:\"separator/style-rtl.css\";i:429;s:27:\"separator/style-rtl.min.css\";i:430;s:19:\"separator/style.css\";i:431;s:23:\"separator/style.min.css\";i:432;s:23:\"separator/theme-rtl.css\";i:433;s:27:\"separator/theme-rtl.min.css\";i:434;s:19:\"separator/theme.css\";i:435;s:23:\"separator/theme.min.css\";i:436;s:24:\"shortcode/editor-rtl.css\";i:437;s:28:\"shortcode/editor-rtl.min.css\";i:438;s:20:\"shortcode/editor.css\";i:439;s:24:\"shortcode/editor.min.css\";i:440;s:24:\"site-logo/editor-rtl.css\";i:441;s:28:\"site-logo/editor-rtl.min.css\";i:442;s:20:\"site-logo/editor.css\";i:443;s:24:\"site-logo/editor.min.css\";i:444;s:23:\"site-logo/style-rtl.css\";i:445;s:27:\"site-logo/style-rtl.min.css\";i:446;s:19:\"site-logo/style.css\";i:447;s:23:\"site-logo/style.min.css\";i:448;s:27:\"site-tagline/editor-rtl.css\";i:449;s:31:\"site-tagline/editor-rtl.min.css\";i:450;s:23:\"site-tagline/editor.css\";i:451;s:27:\"site-tagline/editor.min.css\";i:452;s:26:\"site-tagline/style-rtl.css\";i:453;s:30:\"site-tagline/style-rtl.min.css\";i:454;s:22:\"site-tagline/style.css\";i:455;s:26:\"site-tagline/style.min.css\";i:456;s:25:\"site-title/editor-rtl.css\";i:457;s:29:\"site-title/editor-rtl.min.css\";i:458;s:21:\"site-title/editor.css\";i:459;s:25:\"site-title/editor.min.css\";i:460;s:24:\"site-title/style-rtl.css\";i:461;s:28:\"site-title/style-rtl.min.css\";i:462;s:20:\"site-title/style.css\";i:463;s:24:\"site-title/style.min.css\";i:464;s:26:\"social-link/editor-rtl.css\";i:465;s:30:\"social-link/editor-rtl.min.css\";i:466;s:22:\"social-link/editor.css\";i:467;s:26:\"social-link/editor.min.css\";i:468;s:27:\"social-links/editor-rtl.css\";i:469;s:31:\"social-links/editor-rtl.min.css\";i:470;s:23:\"social-links/editor.css\";i:471;s:27:\"social-links/editor.min.css\";i:472;s:26:\"social-links/style-rtl.css\";i:473;s:30:\"social-links/style-rtl.min.css\";i:474;s:22:\"social-links/style.css\";i:475;s:26:\"social-links/style.min.css\";i:476;s:21:\"spacer/editor-rtl.css\";i:477;s:25:\"spacer/editor-rtl.min.css\";i:478;s:17:\"spacer/editor.css\";i:479;s:21:\"spacer/editor.min.css\";i:480;s:20:\"spacer/style-rtl.css\";i:481;s:24:\"spacer/style-rtl.min.css\";i:482;s:16:\"spacer/style.css\";i:483;s:20:\"spacer/style.min.css\";i:484;s:20:\"table/editor-rtl.css\";i:485;s:24:\"table/editor-rtl.min.css\";i:486;s:16:\"table/editor.css\";i:487;s:20:\"table/editor.min.css\";i:488;s:19:\"table/style-rtl.css\";i:489;s:23:\"table/style-rtl.min.css\";i:490;s:15:\"table/style.css\";i:491;s:19:\"table/style.min.css\";i:492;s:19:\"table/theme-rtl.css\";i:493;s:23:\"table/theme-rtl.min.css\";i:494;s:15:\"table/theme.css\";i:495;s:19:\"table/theme.min.css\";i:496;s:24:\"tag-cloud/editor-rtl.css\";i:497;s:28:\"tag-cloud/editor-rtl.min.css\";i:498;s:20:\"tag-cloud/editor.css\";i:499;s:24:\"tag-cloud/editor.min.css\";i:500;s:23:\"tag-cloud/style-rtl.css\";i:501;s:27:\"tag-cloud/style-rtl.min.css\";i:502;s:19:\"tag-cloud/style.css\";i:503;s:23:\"tag-cloud/style.min.css\";i:504;s:28:\"template-part/editor-rtl.css\";i:505;s:32:\"template-part/editor-rtl.min.css\";i:506;s:24:\"template-part/editor.css\";i:507;s:28:\"template-part/editor.min.css\";i:508;s:27:\"template-part/theme-rtl.css\";i:509;s:31:\"template-part/theme-rtl.min.css\";i:510;s:23:\"template-part/theme.css\";i:511;s:27:\"template-part/theme.min.css\";i:512;s:30:\"term-description/style-rtl.css\";i:513;s:34:\"term-description/style-rtl.min.css\";i:514;s:26:\"term-description/style.css\";i:515;s:30:\"term-description/style.min.css\";i:516;s:27:\"text-columns/editor-rtl.css\";i:517;s:31:\"text-columns/editor-rtl.min.css\";i:518;s:23:\"text-columns/editor.css\";i:519;s:27:\"text-columns/editor.min.css\";i:520;s:26:\"text-columns/style-rtl.css\";i:521;s:30:\"text-columns/style-rtl.min.css\";i:522;s:22:\"text-columns/style.css\";i:523;s:26:\"text-columns/style.min.css\";i:524;s:19:\"verse/style-rtl.css\";i:525;s:23:\"verse/style-rtl.min.css\";i:526;s:15:\"verse/style.css\";i:527;s:19:\"verse/style.min.css\";i:528;s:20:\"video/editor-rtl.css\";i:529;s:24:\"video/editor-rtl.min.css\";i:530;s:16:\"video/editor.css\";i:531;s:20:\"video/editor.min.css\";i:532;s:19:\"video/style-rtl.css\";i:533;s:23:\"video/style-rtl.min.css\";i:534;s:15:\"video/style.css\";i:535;s:19:\"video/style.min.css\";i:536;s:19:\"video/theme-rtl.css\";i:537;s:23:\"video/theme-rtl.min.css\";i:538;s:15:\"video/theme.css\";i:539;s:19:\"video/theme.min.css\";}}','on'),
(148,'et_pb_cache_notice','a:1:{s:6:\"4.27.4\";s:6:\"ignore\";}','auto'),
(153,'et_core_version','4.27.4','auto'),
(155,'et_divi','a:174:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.4\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.4\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:9:\"body_font\";s:13:\"IBM Plex Sans\";s:12:\"heading_font\";s:23:\"IBM Plex Sans Condensed\";s:12:\"accent_color\";s:7:\"#5b81bf\";s:22:\"secondary_accent_color\";s:7:\"#0077b6\";s:12:\"header_color\";s:7:\"#0e0c19\";s:10:\"font_color\";s:7:\"#3c3a47\";s:29:\"et_ai_layout_site_description\";s:23:\"Aircraft pilot training\";s:16:\"et_global_colors\";a:9:{s:41:\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\";a:2:{s:5:\"color\";s:7:\"#000000\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";a:2:{s:5:\"color\";s:21:\"rgba(124,218,36,0.64)\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\";a:2:{s:5:\"color\";s:16:\"rgba(0,0,0,0.64)\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\";a:2:{s:5:\"color\";s:7:\"#3776ff\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\";a:2:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";a:2:{s:5:\"color\";s:7:\"#ff00e5\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\";a:2:{s:5:\"color\";s:16:\"rgba(0,0,0,0.36)\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\";a:2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:6:\"active\";s:2:\"no\";}s:41:\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\";a:2:{s:5:\"color\";s:7:\"#e02b20\";s:6:\"active\";s:2:\"no\";}}s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:10:\"link_color\";s:7:\"#023047\";s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:930;s:33:\"et_fb_pref_modal_dimension_height\";i:743;s:27:\"et_fb_pref_modal_position_x\";i:987;s:27:\"et_fb_pref_modal_position_y\";i:157;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:25:\"et_ai_layout_heading_font\";s:23:\"IBM Plex Sans Condensed\";s:22:\"et_ai_layout_body_font\";s:13:\"IBM Plex Sans\";s:26:\"et_ai_layout_primary_color\";s:7:\"#03045e\";s:28:\"et_ai_layout_secondary_color\";s:7:\"#0077b6\";s:9:\"divi_logo\";s:81:\"https://asyahavacilik.com/wp-content/uploads/2025/02/0001-Black-Parlak-Saydam.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:15:\"divi_custom_css\";s:0:\"\";s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:2:\"on\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";}','on'),
(156,'et_divi_builder_presets_history_meta','a:1:{s:5:\"index\";i:33;}','off'),
(157,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(158,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(159,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(160,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','auto'),
(161,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','auto'),
(162,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','auto'),
(1085,'elementor_checklist','{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}','auto'),
(165,'et_safe_mode_plugins_allowlist','a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','auto'),
(166,'et_support_center_installed','true','auto'),
(167,'et_images_temp_folder','/home/asyahavacilik/public_html/wp-content/uploads/et_temp','auto'),
(168,'et_schedule_clean_images_last_time','1741304018','auto'),
(171,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','auto'),
(172,'_transient_et_builder_show_bfb_welcome_modal','1','on'),
(173,'et_support_center_setup_done','processed','auto'),
(125,'theme_mods_twentytwentyfive','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1739360836;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\";}}}}','off'),
(126,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"df0c8c5dc02b9086e5e141ed0671c998\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(300,'_et_old_page_on_front','514','auto'),
(301,'_et_old_show_on_front','page','auto'),
(302,'_transient_home_page_set','1','on'),
(304,'et_pb_contact_form_9fd72bb6b8e9a68fb20928f66052294d','off','auto'),
(127,'recovery_keys','a:0:{}','off'),
(925,'widget_maxmegamenu_reusable_block','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(926,'megamenu_install_date','1739663541','auto'),
(924,'widget_maxmegamenu','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(2943,'_site_transient_timeout_wp_theme_files_patterns-4665708e458366c69c2932f7c7d4a56f','1741579289','off'),
(2944,'_site_transient_wp_theme_files_patterns-4665708e458366c69c2932f7c7d4a56f','a:2:{s:7:\"version\";s:6:\"4.27.4\";s:8:\"patterns\";a:0:{}}','off'),
(1352,'_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.7.2.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.7.2.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.7.2-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.7.2-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.7.2\";s:7:\"version\";s:5:\"6.7.2\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1740402147;s:15:\"version_checked\";s:5:\"6.7.2\";s:12:\"translations\";a:0:{}}','off'),
(178,'et_automatic_updates_options','a:2:{s:8:\"username\";s:6:\"mucobb\";s:7:\"api_key\";s:40:\"475486eb2b1a49f63f30ec51469e56e61b89a80c\";}','off'),
(145,'current_theme','Divi','auto'),
(146,'theme_mods_Divi','a:5:{i:0;b:0;s:18:\"custom_css_post_id\";i:1137;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:3:{s:14:\"secondary-menu\";i:0;s:12:\"quadmenu_dev\";i:0;s:12:\"primary-menu\";i:11;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";}','on'),
(147,'theme_switched','','auto'),
(144,'finished_updating_comment_type','1','auto'),
(140,'can_compress_scripts','1','on'),
(723,'auto_update_plugins','a:6:{i:0;s:19:\"akismet/akismet.php\";i:1;s:27:\"maintenance/maintenance.php\";i:2;s:34:\"cf7-styler-for-divi/cf7-styler.php\";i:3;s:25:\"fluentform/fluentform.php\";i:4;s:27:\"fluent-smtp/fluent-smtp.php\";i:15;s:27:\"wp-optimize/wp-optimize.php\";}','off'),
(176,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','auto'),
(177,'et_divi_builder_global_presets_ng','O:8:\"stdClass\":73:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:29:{s:16:\"quote_icon_color\";s:7:\"#03045e\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Dark Circles Outlined\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:7:{s:10:\"icon_color\";s:7:\"#03045e\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Left Image/Icon imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Left Image Circle Dense\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";}}}s:7:\"default\";s:8:\"_initial\";}}','off'),
(182,'et_account_status','active','off'),
(183,'_site_transient_et_update_themes','O:8:\"stdClass\":4:{s:7:\"checked\";a:1:{s:4:\"Divi\";s:6:\"4.27.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:140:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=475486eb2b1a49f63f30ec51469e56e61b89a80c&username=mucobb\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"last_checked\";i:1740402148;}','off'),
(1140,'elementskit-lite_install_date','2025-02-16 03:49:10','auto'),
(1141,'elementskit_options','a:4:{s:11:\"widget_list\";a:43:{s:15:\"image-accordion\";a:5:{s:4:\"slug\";s:15:\"image-accordion\";s:5:\"title\";s:15:\"Image Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"accordion\";a:5:{s:4:\"slug\";s:9:\"accordion\";s:5:\"title\";s:9:\"Accordion\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"button\";a:5:{s:4:\"slug\";s:6:\"button\";s:5:\"title\";s:6:\"Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"heading\";a:5:{s:4:\"slug\";s:7:\"heading\";s:5:\"title\";s:7:\"Heading\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:10:\"blog-posts\";a:5:{s:4:\"slug\";s:10:\"blog-posts\";s:5:\"title\";s:10:\"Blog Posts\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"icon-box\";a:5:{s:4:\"slug\";s:8:\"icon-box\";s:5:\"title\";s:8:\"Icon Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"image-box\";a:5:{s:4:\"slug\";s:9:\"image-box\";s:5:\"title\";s:9:\"Image Box\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:15:\"countdown-timer\";a:5:{s:4:\"slug\";s:15:\"countdown-timer\";s:5:\"title\";s:15:\"Countdown Timer\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"client-logo\";a:5:{s:4:\"slug\";s:11:\"client-logo\";s:5:\"title\";s:11:\"Client Logo\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:3:\"faq\";a:5:{s:4:\"slug\";s:3:\"faq\";s:5:\"title\";s:3:\"FAQ\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"funfact\";a:5:{s:4:\"slug\";s:7:\"funfact\";s:5:\"title\";s:7:\"Funfact\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:16:\"image-comparison\";a:5:{s:4:\"slug\";s:16:\"image-comparison\";s:5:\"title\";s:16:\"Image Comparison\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"lottie\";a:5:{s:4:\"slug\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"testimonial\";a:5:{s:4:\"slug\";s:11:\"testimonial\";s:5:\"title\";s:11:\"Testimonial\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:7:\"pricing\";a:5:{s:4:\"slug\";s:7:\"pricing\";s:5:\"title\";s:13:\"Pricing Table\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:4:\"team\";a:5:{s:4:\"slug\";s:4:\"team\";s:5:\"title\";s:4:\"Team\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:6:\"social\";a:5:{s:4:\"slug\";s:6:\"social\";s:5:\"title\";s:12:\"Social Icons\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:11:\"progressbar\";a:5:{s:4:\"slug\";s:11:\"progressbar\";s:5:\"title\";s:12:\"Progress Bar\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"category-list\";a:5:{s:4:\"slug\";s:13:\"category-list\";s:5:\"title\";s:13:\"Category List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:9:\"page-list\";a:5:{s:4:\"slug\";s:9:\"page-list\";s:5:\"title\";s:9:\"Page List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:9:\"post-grid\";a:5:{s:4:\"slug\";s:9:\"post-grid\";s:5:\"title\";s:9:\"Post Grid\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:9:\"post-list\";a:5:{s:4:\"slug\";s:9:\"post-list\";s:5:\"title\";s:9:\"Post List\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"post-tab\";a:5:{s:4:\"slug\";s:8:\"post-tab\";s:5:\"title\";s:8:\"Post Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:8:\"wp-posts\";s:6:\"status\";s:6:\"active\";}s:8:\"nav-menu\";a:5:{s:4:\"slug\";s:8:\"nav-menu\";s:5:\"title\";s:20:\"ElementsKit Nav Menu\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:10:\"mail-chimp\";a:5:{s:4:\"slug\";s:10:\"mail-chimp\";s:5:\"title\";s:9:\"MailChimp\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:6:\"active\";}s:11:\"header-info\";a:5:{s:4:\"slug\";s:11:\"header-info\";s:5:\"title\";s:11:\"Header Info\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:8:\"piechart\";a:5:{s:4:\"slug\";s:8:\"piechart\";s:5:\"title\";s:9:\"Pie Chart\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"header-search\";a:5:{s:4:\"slug\";s:13:\"header-search\";s:5:\"title\";s:13:\"Header Search\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:16:\"header-offcanvas\";a:5:{s:4:\"slug\";s:16:\"header-offcanvas\";s:5:\"title\";s:16:\"Header Offcanvas\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:13:\"header-footer\";s:6:\"status\";s:6:\"active\";}s:3:\"tab\";a:5:{s:4:\"slug\";s:3:\"tab\";s:5:\"title\";s:3:\"Tab\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"contact-form7\";a:5:{s:4:\"slug\";s:13:\"contact-form7\";s:5:\"title\";s:13:\"Contact Form7\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:5:\"video\";a:5:{s:4:\"slug\";s:5:\"video\";s:5:\"title\";s:5:\"Video\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:14:\"business-hours\";a:5:{s:4:\"slug\";s:14:\"business-hours\";s:5:\"title\";s:14:\"Business Hours\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:9:\"drop-caps\";a:5:{s:4:\"slug\";s:9:\"drop-caps\";s:5:\"title\";s:9:\"Drop Caps\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:12:\"social-share\";a:5:{s:4:\"slug\";s:12:\"social-share\";s:5:\"title\";s:12:\"Social Share\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:8:\"inactive\";}s:11:\"dual-button\";a:5:{s:4:\"slug\";s:11:\"dual-button\";s:5:\"title\";s:11:\"Dual Button\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:13:\"caldera-forms\";a:5:{s:4:\"slug\";s:13:\"caldera-forms\";s:5:\"title\";s:13:\"Caldera Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:8:\"we-forms\";a:5:{s:4:\"slug\";s:8:\"we-forms\";s:5:\"title\";s:7:\"weForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:8:\"wp-forms\";a:5:{s:4:\"slug\";s:8:\"wp-forms\";s:5:\"title\";s:7:\"WPForms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"ninja-forms\";a:5:{s:4:\"slug\";s:11:\"ninja-forms\";s:5:\"title\";s:11:\"Ninja Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:10:\"tablepress\";a:5:{s:4:\"slug\";s:10:\"tablepress\";s:5:\"title\";s:10:\"TablePress\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}s:12:\"fluent-forms\";a:5:{s:4:\"slug\";s:12:\"fluent-forms\";s:5:\"title\";s:12:\"Fluent Forms\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:12:\"form-widgets\";s:6:\"status\";s:8:\"inactive\";}s:11:\"back-to-top\";a:5:{s:4:\"slug\";s:11:\"back-to-top\";s:5:\"title\";s:11:\"Back To Top\";s:7:\"package\";s:4:\"free\";s:15:\"widget-category\";s:7:\"general\";s:6:\"status\";s:6:\"active\";}}s:11:\"module_list\";a:5:{s:21:\"elementskit-icon-pack\";a:5:{s:4:\"slug\";s:21:\"elementskit-icon-pack\";s:5:\"title\";s:21:\"ElementsKit Icon Pack\";s:7:\"package\";s:4:\"free\";s:10:\"attributes\";a:1:{i:0;s:3:\"new\";}s:6:\"status\";s:6:\"active\";}s:13:\"header-footer\";a:4:{s:4:\"slug\";s:13:\"header-footer\";s:5:\"title\";s:13:\"Header Footer\";s:7:\"package\";s:4:\"free\";s:6:\"status\";s:6:\"active\";}s:8:\"megamenu\";a:4:{s:4:\"slug\";s:8:\"megamenu\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:9:\"Mega Menu\";s:6:\"status\";s:6:\"active\";}s:14:\"onepage-scroll\";a:4:{s:4:\"slug\";s:14:\"onepage-scroll\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Onepage Scroll\";s:6:\"status\";s:8:\"inactive\";}s:14:\"widget-builder\";a:4:{s:4:\"slug\";s:14:\"widget-builder\";s:7:\"package\";s:4:\"free\";s:5:\"title\";s:14:\"Widget Builder\";s:6:\"status\";s:6:\"active\";}}s:8:\"settings\";a:2:{s:20:\"filter_widget_module\";s:8:\"advanced\";s:16:\"newsletter_email\";s:0:\"\";}s:17:\"megamenu_settings\";a:1:{s:16:\"menu_location_11\";a:1:{s:10:\"is_enabled\";i:1;}}}','auto'),
(184,'et_support_site_id','KbO)7vC0IPaeQEyokGqf','auto'),
(185,'_site_transient_et_update_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:5:{s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:34:\"cf7-styler-for-divi/cf7-styler.php\";s:5:\"2.2.1\";s:25:\"fluentform/fluentform.php\";s:6:\"5.2.12\";s:27:\"fluent-smtp/fluent-smtp.php\";s:6:\"2.2.90\";s:27:\"maintenance/maintenance.php\";s:4:\"4.17\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1740402147;}','off'),
(186,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','off'),
(187,'recently_activated','a:10:{s:19:\"imagify/imagify.php\";i:1739748175;s:23:\"elementor/elementor.php\";i:1739744788;s:70:\"the-plus-addons-for-elementor-page-builder/theplus_elementor_addon.php\";i:1739744360;s:27:\"wp-megamenu/wp-megamenu.php\";i:1739744036;s:37:\"elementskit-lite/elementskit-lite.php\";i:1739743666;s:27:\"fluent-smtp/fluent-smtp.php\";i:1739743466;s:34:\"cf7-styler-for-divi/cf7-styler.php\";i:1739743457;s:29:\"ht-menu-lite/ht-mega-menu.php\";i:1739677688;s:21:\"quadmenu/quadmenu.php\";i:1739675547;s:21:\"megamenu/megamenu.php\";i:1739666310;}','off'),
(188,'_transient_et_updated_plugins_data','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1740013141;}','on'),
(195,'akismet_strictness','0','auto'),
(194,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(196,'akismet_show_user_comments_approved','0','auto'),
(197,'akismet_comment_form_privacy_notice','hide','auto'),
(198,'wordpress_api_key','649f82c0cd13','auto'),
(199,'akismet_spam_count','0','auto'),
(1360,'et_pb_contact_form_b2a4257f788f7337791afba01d27c055','off','auto'),
(215,'maintenance_meta','a:4:{s:13:\"first_version\";s:4:\"4.06\";s:13:\"first_install\";i:1739361027;s:11:\"old_version\";b:0;s:20:\"hide_welcome_pointer\";b:1;}','auto'),
(216,'mtnc_db_version','2','auto'),
(217,'maintenance_options','a:26:{s:5:\"state\";i:1;s:13:\"exclude_pages\";a:2:{s:4:\"post\";a:0:{}s:4:\"page\";a:0:{}}s:10:\"page_title\";s:16:\"Asya Havacılık\";s:7:\"heading\";s:32:\"Our Website is under Maintenance\";s:11:\"description\";s:351:\"<h1><strong>Services</strong></h1>\r\n<h2>Flight School</h2>\r\n<h2>Approved Maintenance Center</h2>\r\n<h2>Spare Parts</h2>\r\n&nbsp;\r\n<h1><strong>Contacts:</strong></h1>\r\n<h2><a href=\"tel:+905315505403\">+90 531 550 54 03</a></h2>\r\n<h2><a href=\"tel:+905307471600\">+90 530 747 16 00</a></h2>\r\n&nbsp;\r\n\r\n&nbsp;\r\n<h3>Our website will be launched very soon.</h3>\";s:11:\"footer_text\";s:24:\"© Asya Havacılık 2025\";s:14:\"show_some_love\";b:0;s:8:\"is_login\";b:1;s:10:\"logo_width\";s:3:\"220\";s:11:\"logo_height\";s:0:\"\";s:4:\"logo\";s:1:\"0\";s:11:\"retina_logo\";s:1:\"0\";s:7:\"body_bg\";s:1:\"7\";s:17:\"bg_image_portrait\";s:1:\"0\";s:13:\"preloader_img\";s:1:\"0\";s:13:\"body_bg_color\";s:7:\"#111111\";s:10:\"font_color\";s:7:\"#ffffff\";s:17:\"controls_bg_color\";s:7:\"#111111\";s:16:\"body_font_family\";s:9:\"Open Sans\";s:16:\"body_font_subset\";s:3:\"300\";s:11:\"503_enabled\";b:0;s:7:\"is_blur\";b:0;s:14:\"blur_intensity\";s:1:\"5\";s:15:\"gg_analytics_id\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:16:\"default_settings\";b:0;}','auto'),
(2937,'_transient_timeout_et_check_mod_pagespeed','1741634734','off'),
(2938,'_transient_et_check_mod_pagespeed','','off'),
(1094,'elementor_connect_site_key','c9f542223ed681a59f22fc5212d7c5f5','auto');
INSERT INTO `wp_options` VALUES
(1095,'elementor_remote_info_library','a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#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:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#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:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}','off'),
(927,'megamenu_version','3.4.1','auto'),
(928,'megamenu_initial_version','3.4.1','auto'),
(929,'megamenu_multisite_share_themes','false','auto'),
(930,'megamenu_settings','a:4:{s:6:\"prefix\";s:8:\"disabled\";s:12:\"descriptions\";s:7:\"enabled\";s:12:\"second_click\";s:2:\"go\";s:12:\"primary-menu\";a:15:{s:5:\"event\";s:5:\"hover\";s:6:\"effect\";s:7:\"fade_up\";s:12:\"effect_speed\";s:3:\"200\";s:13:\"effect_mobile\";s:11:\"slide_right\";s:23:\"effect_mobile_direction\";s:8:\"vertical\";s:19:\"effect_speed_mobile\";s:3:\"200\";s:5:\"theme\";s:7:\"default\";s:12:\"second_click\";s:2:\"go\";s:16:\"mobile_behaviour\";s:8:\"standard\";s:12:\"mobile_state\";s:12:\"collapse_all\";s:12:\"descriptions\";s:7:\"enabled\";s:6:\"unbind\";s:7:\"enabled\";s:9:\"container\";s:3:\"div\";s:15:\"active_instance\";s:1:\"0\";s:6:\"prefix\";s:8:\"disabled\";}}','auto'),
(1046,'wp_calendar_block_has_published_posts','','auto'),
(933,'_transient_timeout_megamenu_css_version','4893266128','off'),
(934,'_transient_megamenu_css_version','3.4.1','off'),
(935,'_transient_timeout_megamenu_css_last_updated','4893266128','off'),
(936,'_transient_megamenu_css_last_updated','1739666128','off'),
(938,'megamenu_themes','a:1:{s:14:\"custom_theme_1\";a:228:{s:5:\"title\";s:8:\"Custom 1\";s:8:\"arrow_up\";s:9:\"dash-f142\";s:10:\"arrow_down\";s:9:\"dash-f140\";s:10:\"arrow_left\";s:9:\"dash-f141\";s:11:\"arrow_right\";s:9:\"dash-f139\";s:11:\"line_height\";s:3:\"1.7\";s:7:\"z_index\";s:3:\"999\";s:17:\"shadow_horizontal\";s:3:\"0px\";s:15:\"shadow_vertical\";s:3:\"0px\";s:11:\"shadow_blur\";s:3:\"5px\";s:13:\"shadow_spread\";s:3:\"0px\";s:12:\"shadow_color\";s:18:\"rgba(0, 0, 0, 0.1)\";s:24:\"keyboard_highlight_color\";s:7:\"#109cde\";s:24:\"keyboard_highlight_width\";s:3:\"3px\";s:25:\"keyboard_highlight_offset\";s:4:\"-3px\";s:21:\"menu_item_link_height\";s:4:\"40px\";s:25:\"container_background_from\";s:4:\"#222\";s:23:\"container_background_to\";s:4:\"#222\";s:21:\"container_padding_top\";s:3:\"0px\";s:23:\"container_padding_right\";s:3:\"0px\";s:24:\"container_padding_bottom\";s:3:\"0px\";s:22:\"container_padding_left\";s:3:\"0px\";s:32:\"container_border_radius_top_left\";s:3:\"0px\";s:33:\"container_border_radius_top_right\";s:3:\"0px\";s:36:\"container_border_radius_bottom_right\";s:3:\"0px\";s:35:\"container_border_radius_bottom_left\";s:3:\"0px\";s:15:\"menu_item_align\";s:6:\"center\";s:20:\"menu_item_link_color\";s:7:\"#ffffff\";s:24:\"menu_item_link_font_size\";s:4:\"14px\";s:19:\"menu_item_link_font\";s:7:\"inherit\";s:29:\"menu_item_link_text_transform\";s:4:\"none\";s:21:\"menu_item_link_weight\";s:6:\"normal\";s:30:\"menu_item_link_text_decoration\";s:4:\"none\";s:25:\"menu_item_link_text_align\";s:4:\"left\";s:26:\"menu_item_link_color_hover\";s:7:\"#ffffff\";s:27:\"menu_item_link_weight_hover\";s:6:\"normal\";s:36:\"menu_item_link_text_decoration_hover\";s:4:\"none\";s:25:\"menu_item_background_from\";s:13:\"rgba(0,0,0,0)\";s:23:\"menu_item_background_to\";s:13:\"rgba(0,0,0,0)\";s:31:\"menu_item_background_hover_from\";s:4:\"#333\";s:29:\"menu_item_background_hover_to\";s:4:\"#333\";s:17:\"menu_item_spacing\";s:3:\"0px\";s:26:\"menu_item_link_padding_top\";s:3:\"0px\";s:28:\"menu_item_link_padding_right\";s:4:\"10px\";s:29:\"menu_item_link_padding_bottom\";s:3:\"0px\";s:27:\"menu_item_link_padding_left\";s:4:\"10px\";s:22:\"menu_item_border_color\";s:4:\"#fff\";s:28:\"menu_item_border_color_hover\";s:4:\"#fff\";s:20:\"menu_item_border_top\";s:3:\"0px\";s:22:\"menu_item_border_right\";s:3:\"0px\";s:23:\"menu_item_border_bottom\";s:3:\"0px\";s:21:\"menu_item_border_left\";s:3:\"0px\";s:37:\"menu_item_link_border_radius_top_left\";s:3:\"0px\";s:38:\"menu_item_link_border_radius_top_right\";s:3:\"0px\";s:41:\"menu_item_link_border_radius_bottom_right\";s:3:\"0px\";s:40:\"menu_item_link_border_radius_bottom_left\";s:3:\"0px\";s:23:\"menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:30:\"menu_item_divider_glow_opacity\";s:3:\"0.1\";s:27:\"menu_item_highlight_current\";s:2:\"on\";s:21:\"panel_background_from\";s:7:\"#f1f1f1\";s:19:\"panel_background_to\";s:7:\"#f1f1f1\";s:11:\"panel_width\";s:4:\"100%\";s:17:\"panel_inner_width\";s:4:\"100%\";s:17:\"panel_padding_top\";s:3:\"0px\";s:19:\"panel_padding_right\";s:3:\"0px\";s:20:\"panel_padding_bottom\";s:3:\"0px\";s:18:\"panel_padding_left\";s:3:\"0px\";s:18:\"panel_border_color\";s:4:\"#fff\";s:16:\"panel_border_top\";s:3:\"0px\";s:18:\"panel_border_right\";s:3:\"0px\";s:19:\"panel_border_bottom\";s:3:\"0px\";s:17:\"panel_border_left\";s:3:\"0px\";s:28:\"panel_border_radius_top_left\";s:3:\"0px\";s:29:\"panel_border_radius_top_right\";s:3:\"0px\";s:32:\"panel_border_radius_bottom_right\";s:3:\"0px\";s:31:\"panel_border_radius_bottom_left\";s:3:\"0px\";s:24:\"panel_widget_padding_top\";s:4:\"15px\";s:26:\"panel_widget_padding_right\";s:4:\"15px\";s:27:\"panel_widget_padding_bottom\";s:4:\"15px\";s:25:\"panel_widget_padding_left\";s:4:\"15px\";s:18:\"panel_header_color\";s:4:\"#555\";s:22:\"panel_header_font_size\";s:4:\"16px\";s:17:\"panel_header_font\";s:7:\"inherit\";s:27:\"panel_header_text_transform\";s:9:\"uppercase\";s:24:\"panel_header_font_weight\";s:4:\"bold\";s:28:\"panel_header_text_decoration\";s:4:\"none\";s:23:\"panel_header_text_align\";s:4:\"left\";s:24:\"panel_header_padding_top\";s:3:\"0px\";s:26:\"panel_header_padding_right\";s:3:\"0px\";s:27:\"panel_header_padding_bottom\";s:3:\"5px\";s:25:\"panel_header_padding_left\";s:3:\"0px\";s:23:\"panel_header_margin_top\";s:3:\"0px\";s:25:\"panel_header_margin_right\";s:3:\"0px\";s:26:\"panel_header_margin_bottom\";s:3:\"0px\";s:24:\"panel_header_margin_left\";s:3:\"0px\";s:25:\"panel_header_border_color\";s:13:\"rgba(0,0,0,0)\";s:31:\"panel_header_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:23:\"panel_header_border_top\";s:3:\"0px\";s:25:\"panel_header_border_right\";s:3:\"0px\";s:26:\"panel_header_border_bottom\";s:3:\"0px\";s:24:\"panel_header_border_left\";s:3:\"0px\";s:16:\"panel_font_color\";s:4:\"#666\";s:15:\"panel_font_size\";s:4:\"14px\";s:17:\"panel_font_family\";s:7:\"inherit\";s:29:\"panel_second_level_font_color\";s:4:\"#555\";s:28:\"panel_second_level_font_size\";s:4:\"16px\";s:23:\"panel_second_level_font\";s:7:\"inherit\";s:33:\"panel_second_level_text_transform\";s:9:\"uppercase\";s:30:\"panel_second_level_font_weight\";s:4:\"bold\";s:34:\"panel_second_level_text_decoration\";s:4:\"none\";s:29:\"panel_second_level_text_align\";s:4:\"left\";s:35:\"panel_second_level_font_color_hover\";s:4:\"#555\";s:36:\"panel_second_level_font_weight_hover\";s:4:\"bold\";s:40:\"panel_second_level_text_decoration_hover\";s:4:\"none\";s:40:\"panel_second_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:38:\"panel_second_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:30:\"panel_second_level_padding_top\";s:3:\"0px\";s:32:\"panel_second_level_padding_right\";s:3:\"0px\";s:33:\"panel_second_level_padding_bottom\";s:3:\"0px\";s:31:\"panel_second_level_padding_left\";s:3:\"0px\";s:29:\"panel_second_level_margin_top\";s:3:\"0px\";s:31:\"panel_second_level_margin_right\";s:3:\"0px\";s:32:\"panel_second_level_margin_bottom\";s:3:\"0px\";s:30:\"panel_second_level_margin_left\";s:3:\"0px\";s:31:\"panel_second_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_second_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_second_level_border_top\";s:3:\"0px\";s:31:\"panel_second_level_border_right\";s:3:\"0px\";s:32:\"panel_second_level_border_bottom\";s:3:\"0px\";s:30:\"panel_second_level_border_left\";s:3:\"0px\";s:28:\"panel_third_level_font_color\";s:4:\"#666\";s:27:\"panel_third_level_font_size\";s:4:\"14px\";s:22:\"panel_third_level_font\";s:7:\"inherit\";s:32:\"panel_third_level_text_transform\";s:4:\"none\";s:29:\"panel_third_level_font_weight\";s:6:\"normal\";s:33:\"panel_third_level_text_decoration\";s:4:\"none\";s:28:\"panel_third_level_text_align\";s:4:\"left\";s:34:\"panel_third_level_font_color_hover\";s:4:\"#666\";s:35:\"panel_third_level_font_weight_hover\";s:6:\"normal\";s:39:\"panel_third_level_text_decoration_hover\";s:4:\"none\";s:39:\"panel_third_level_background_hover_from\";s:13:\"rgba(0,0,0,0)\";s:37:\"panel_third_level_background_hover_to\";s:13:\"rgba(0,0,0,0)\";s:29:\"panel_third_level_padding_top\";s:3:\"0px\";s:31:\"panel_third_level_padding_right\";s:3:\"0px\";s:32:\"panel_third_level_padding_bottom\";s:3:\"0px\";s:30:\"panel_third_level_padding_left\";s:3:\"0px\";s:28:\"panel_third_level_margin_top\";s:3:\"0px\";s:30:\"panel_third_level_margin_right\";s:3:\"0px\";s:31:\"panel_third_level_margin_bottom\";s:3:\"0px\";s:29:\"panel_third_level_margin_left\";s:3:\"0px\";s:30:\"panel_third_level_border_color\";s:13:\"rgba(0,0,0,0)\";s:36:\"panel_third_level_border_color_hover\";s:13:\"rgba(0,0,0,0)\";s:28:\"panel_third_level_border_top\";s:3:\"0px\";s:30:\"panel_third_level_border_right\";s:3:\"0px\";s:31:\"panel_third_level_border_bottom\";s:3:\"0px\";s:29:\"panel_third_level_border_left\";s:3:\"0px\";s:27:\"flyout_menu_background_from\";s:7:\"#f1f1f1\";s:25:\"flyout_menu_background_to\";s:7:\"#f1f1f1\";s:12:\"flyout_width\";s:5:\"250px\";s:18:\"flyout_padding_top\";s:3:\"0px\";s:20:\"flyout_padding_right\";s:3:\"0px\";s:21:\"flyout_padding_bottom\";s:3:\"0px\";s:19:\"flyout_padding_left\";s:3:\"0px\";s:19:\"flyout_border_color\";s:7:\"#ffffff\";s:17:\"flyout_border_top\";s:3:\"0px\";s:19:\"flyout_border_right\";s:3:\"0px\";s:20:\"flyout_border_bottom\";s:3:\"0px\";s:18:\"flyout_border_left\";s:3:\"0px\";s:29:\"flyout_border_radius_top_left\";s:3:\"0px\";s:30:\"flyout_border_radius_top_right\";s:3:\"0px\";s:33:\"flyout_border_radius_bottom_right\";s:3:\"0px\";s:32:\"flyout_border_radius_bottom_left\";s:3:\"0px\";s:22:\"flyout_background_from\";s:7:\"#f1f1f1\";s:20:\"flyout_background_to\";s:7:\"#f1f1f1\";s:28:\"flyout_background_hover_from\";s:7:\"#dddddd\";s:26:\"flyout_background_hover_to\";s:7:\"#dddddd\";s:18:\"flyout_link_height\";s:4:\"35px\";s:23:\"flyout_link_padding_top\";s:3:\"0px\";s:25:\"flyout_link_padding_right\";s:4:\"10px\";s:26:\"flyout_link_padding_bottom\";s:3:\"0px\";s:24:\"flyout_link_padding_left\";s:4:\"10px\";s:17:\"flyout_link_color\";s:4:\"#666\";s:16:\"flyout_link_size\";s:4:\"14px\";s:18:\"flyout_link_family\";s:7:\"inherit\";s:26:\"flyout_link_text_transform\";s:4:\"none\";s:18:\"flyout_link_weight\";s:6:\"normal\";s:27:\"flyout_link_text_decoration\";s:4:\"none\";s:23:\"flyout_link_color_hover\";s:4:\"#666\";s:24:\"flyout_link_weight_hover\";s:6:\"normal\";s:33:\"flyout_link_text_decoration_hover\";s:4:\"none\";s:30:\"flyout_menu_item_divider_color\";s:24:\"rgba(255, 255, 255, 0.1)\";s:21:\"responsive_breakpoint\";s:5:\"768px\";s:22:\"toggle_background_from\";s:4:\"#222\";s:20:\"toggle_background_to\";s:4:\"#222\";s:17:\"toggle_bar_height\";s:4:\"40px\";s:33:\"toggle_bar_border_radius_top_left\";s:3:\"2px\";s:34:\"toggle_bar_border_radius_top_right\";s:3:\"2px\";s:37:\"toggle_bar_border_radius_bottom_right\";s:3:\"2px\";s:36:\"toggle_bar_border_radius_bottom_left\";s:3:\"2px\";s:32:\"mobile_menu_force_width_selector\";s:4:\"body\";s:23:\"mobile_menu_item_height\";s:4:\"40px\";s:23:\"mobile_menu_padding_top\";s:3:\"0px\";s:25:\"mobile_menu_padding_right\";s:3:\"0px\";s:26:\"mobile_menu_padding_bottom\";s:3:\"0px\";s:24:\"mobile_menu_padding_left\";s:3:\"0px\";s:22:\"mobile_background_from\";s:4:\"#222\";s:20:\"mobile_background_to\";s:4:\"#222\";s:38:\"mobile_menu_item_background_hover_from\";s:4:\"#333\";s:36:\"mobile_menu_item_background_hover_to\";s:4:\"#333\";s:27:\"mobile_menu_item_link_color\";s:7:\"#ffffff\";s:31:\"mobile_menu_item_link_font_size\";s:4:\"14px\";s:32:\"mobile_menu_item_link_text_align\";s:4:\"left\";s:33:\"mobile_menu_item_link_color_hover\";s:7:\"#ffffff\";s:28:\"mobile_menu_off_canvas_width\";s:5:\"300px\";s:10:\"close_icon\";s:9:\"dash-f158\";s:20:\"close_icon_font_size\";s:4:\"16px\";s:16:\"close_icon_color\";s:4:\"#fff\";s:16:\"close_icon_label\";s:5:\"Close\";s:14:\"mobile_columns\";s:1:\"1\";s:10:\"custom_css\";s:67:\"/** Push menu onto new line **/ \r\n#{$wrap} { \r\n    clear: both; \r\n}\";s:6:\"shadow\";s:3:\"off\";s:11:\"transitions\";s:3:\"off\";s:6:\"resets\";s:3:\"off\";s:17:\"menu_item_divider\";s:3:\"off\";s:24:\"flyout_menu_item_divider\";s:3:\"off\";s:21:\"disable_mobile_toggle\";s:3:\"off\";s:19:\"mobile_menu_overlay\";s:3:\"off\";s:23:\"mobile_menu_force_width\";s:3:\"off\";}}','auto');
INSERT INTO `wp_options` VALUES
(299,'et_divi_builder_presets_history_item_0','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:7:\"#03045e\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:7:\"#3c3a47\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#03045e\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:13:{s:16:\"sale_badge_color\";s:7:\"#0077b6\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:7:\"#0e0c19\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#03045e\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:6:{s:17:\"rating_text_color\";s:7:\"#03045e\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#03045e\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#0077b6\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#3c3a47\";s:23:\"fields_focus_text_color\";s:7:\"#3c3a47\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#3c3a47\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#3c3a47\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#0e0c19\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:7:\"#03045e\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:7:\"#0077b6\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:15:\"link_text_color\";s:7:\"#03045e\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:7:\"#0077b6\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#3c3a47\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:7:\"#03045e\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:22:{s:21:\"active_tab_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:7:\"#03045e\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#03045e\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:7:\"#0e0c19\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:7:\"#0077b6\";s:16:\"icon_hover_color\";s:7:\"#0077b6\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:7:\"#0077b6\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:7:\"#03045e\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:38:{s:16:\"sale_badge_color\";s:7:\"#0077b6\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:7:\"#03045e\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:7:\"#0e0c19\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:7:\"#0077b6\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:7:\"#0077b6\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:54:{s:16:\"sale_badge_color\";s:7:\"#0077b6\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:7:\"#0e0c19\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077b6\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:7:\"#03045e\";s:16:\"icon_hover_color\";s:7:\"#0077b6\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:7:\"#0077b6\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:7:\"#03045e\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:7:\"#03045e\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:7:\"#03045e\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:7:\"#03045e\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:7:\"#03045e\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:7:\"#0e0c19\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#03045e\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#3c3a47\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:15:\"link_text_color\";s:7:\"#03045e\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:15:\"link_text_color\";s:7:\"#03045e\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:41:{s:23:\"radio_button_text_color\";s:7:\"#3c3a47\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#3c3a47\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#3c3a47\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#03045e\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:7:\"#03045e\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#0e0c19\";s:22:\"menu_text_color__hover\";s:7:\"#03045e\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#0077b6\";s:17:\"search_icon_color\";s:7:\"#0077b6\";s:15:\"menu_icon_color\";s:7:\"#0077b6\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:19:{s:15:\"zoom_icon_color\";s:7:\"#0077b6\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:8:\"settings\";a:60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:7:\"#03045e\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:21:{s:21:\"active_tab_text_color\";s:7:\"#03045e\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:25:{s:16:\"quote_icon_color\";s:7:\"#03045e\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:29:{s:16:\"quote_icon_color\";s:7:\"#03045e\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:8:\"settings\";a:123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional H4 Subheading\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#03045e\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077b6\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077b6\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077b6\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:8:\"settings\";a:11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:8:\"settings\";a:12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:8:\"settings\";a:11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:8:\"settings\";a:11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:195:{s:32:\"featured_table_header_text_color\";s:7:\"#03045e\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#03045e\";s:16:\"price_text_color\";s:7:\"#0e0c19\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:29:\"currency_frequency_text_color\";s:7:\"#3c3a47\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#03045e\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:7:\"#3c3a47\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:7:\"#3c3a47\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:7:\"#03045e\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:7:\"#3c3a47\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:7:\"#03045e\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:7:\"#03045e\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:7:\"#03045e\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:29:\"currency_frequency_text_color\";s:7:\"#3c3a47\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:7:\"#3c3a47\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:7:\"#0e0c19\";}}}}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":5:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":5:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:14:{s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:17:\"button_text_color\";s:7:\"#3c3a47\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":5:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:7:{s:10:\"icon_color\";s:7:\"#03045e\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:2:{s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";a:7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:4:{s:10:\"icon_color\";s:7:\"#03045e\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}}}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:24:{s:17:\"active_link_color\";s:7:\"#03045e\";s:24:\"dropdown_menu_line_color\";s:7:\"#03045e\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#0077b6\";s:17:\"search_icon_color\";s:7:\"#0077b6\";s:15:\"menu_icon_color\";s:7:\"#03045e\";s:15:\"menu_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:7:\"#03045e\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:7:\"#0e0c19\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:7:\"#0e0c19\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:7:\"#03045e\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";a:21:{s:17:\"active_link_color\";s:7:\"#03045e\";s:24:\"dropdown_menu_line_color\";s:7:\"#03045e\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#03045e\";s:17:\"search_icon_color\";s:7:\"#03045e\";s:15:\"menu_icon_color\";s:7:\"#03045e\";s:15:\"menu_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:7:\"#03045e\";s:24:\"dropdown_menu_text_color\";s:7:\"#0e0c19\";s:31:\"dropdown_menu_active_link_color\";s:7:\"#03045e\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#0e0c19\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:7:\"#03045e\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:7:\"#03045e\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:14:{s:17:\"number_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:17:\"number_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:8:\"settings\";a:126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:8:\"settings\";a:103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";}}}}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":5:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";}}}}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:7:\"#03045e\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#03045e\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:7:\"#03045e\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#03045e\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:7:\"#03045e\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#03045e\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#03045e\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:32:{s:15:\"zoom_icon_color\";s:7:\"#0077b6\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:7:\"#3c3a47\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:50:{s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:7:\"#03045e\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":5:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:8:\"settings\";a:3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:8:\"settings\";a:4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:17:\"header_text_color\";s:7:\"#0e0c19\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":5:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":5:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#03045e\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:7:\"#03045e\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:7:\"#03045e\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:7:\"#3c3a47\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:7:\"#03045e\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:7:\"#3c3a47\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:8:\"settings\";a:17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";}}}}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:8:\"settings\";a:2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#03045e 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":5:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:7:\"#03045e\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#03045e\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#03045e\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:7:\"#03045e\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:8:\"settings\";a:109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:7:\"#3c3a47\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#3c3a47\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#3c3a47\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:16:\"background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:7:\"#03045e\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:7:\"#03045e\";}}}}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:7:\"#0077b6\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:8:\"settings\";a:28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:7:\"#0077b6\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:7:\"#0077b6\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:8:\"settings\";a:32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:7:\"#03045e\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:7:\"#0077b6\";s:21:\"pagination_text_color\";s:7:\"#0077b6\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":5:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:7:\"#03045e\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":5:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":5:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":5:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":5:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":5:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Primary Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";a:11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";a:10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}}}s:4:\"time\";i:1739406306000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(305,'et_divi_builder_presets_history_item_1','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 4\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739406404000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(314,'et_divi_builder_presets_history_item_5','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 4 imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 5 imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:2:{s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Dark Small\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Outlined\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Outlined Fields Dark imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Outlined Fields Light\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Color to White Hard Gradient imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#03045e 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Colored Background Medium\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739406661000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(307,'et_divi_builder_presets_history_item_2','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 4\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Dark Small\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:17:\"number_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739406466000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(312,'et_divi_builder_presets_history_item_4','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 4 imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Dark Small\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Outlined\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Outlined Fields Light\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Color to White Hard Gradient\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Colored Background Medium\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739406606000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(309,'et_divi_builder_presets_history_item_3','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 4\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":1:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Dark Small\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"Outlined\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Color to White Hard Gradient\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#03045e 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739406533000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(311,'et_pb_contact_form_774bc4fd4c9d93e09de0d9956d27e4fb','off','auto');
INSERT INTO `wp_options` VALUES
(329,'et_divi_builder_presets_history_item_7','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional H4 Subheading\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 1\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 2\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 3\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:2:{s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:17:\"number_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#03045e 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Primary Solid\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739407570000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(316,'et_divi_builder_presets_history_item_6','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 4 imported\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Dark Small\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Outlined\";s:7:\"created\";i:1739406533000;s:7:\"updated\";i:1739406533000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739406466000;s:7:\"updated\";i:1739406466000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Fields Dark imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Outlined Fields Light\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Color to White Hard Gradient\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#03045e 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Colored Background Medium\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739406404000;s:7:\"updated\";i:1739406404000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739406606000;s:7:\"updated\";i:1739406606000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739406721000;s:7:\"updated\";i:1739406721000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739406721000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(320,'et_pb_contact_form_6bb73ac92e7c6c2035154d8075696487','off','auto'),
(331,'et_pb_contact_form_90a801c92cbe949e223fce2878fec3b9','off','auto');
INSERT INTO `wp_options` VALUES
(332,'et_divi_builder_presets_history_item_8','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:29:{s:16:\"quote_icon_color\";s:7:\"#03045e\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Left Icon Contained Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739407646000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(334,'et_divi_builder_presets_history_item_9','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Left Icon Contained Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739407718000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(338,'et_divi_builder_presets_history_item_11','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Social Network Preset 1\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Outlined Fields Dark imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Left Icon Contained Dense imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739407908000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(336,'et_divi_builder_presets_history_item_10','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 5 imported\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Left Icon Contained Dense\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739407803000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(340,'et_divi_builder_presets_history_item_12','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Social Network Preset 1\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Fields Dark imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Outlined to Raised\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#03045e\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Left Icon Contained Dense imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739407989000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(342,'et_divi_builder_presets_history_item_13','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Social Network Preset 1\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Solid imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Outlined to Raised\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Left Icon Contained Dense imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408031000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(344,'et_divi_builder_presets_history_item_14','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077b6\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Dark Outlined Fields\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Social Network Preset 1 imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Large Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Solid imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Outlined to Raised\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Outlined Light Dense\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Left Icon Contained Dense imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Left Image Circle Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408120000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(367,'et_divi_builder_presets_history_item_17','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:29:{s:16:\"quote_icon_color\";s:7:\"#1d3557\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional H4 Subheading\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 1\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 2\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 3\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#457b9d\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:7:\"#3c3a47\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:27:\"form_field_focus_text_color\";s:7:\"#3c3a47\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#1d3557\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:8:\"settings\";a:30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#1d3557\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:7:\"#1d3557\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:16:\"background_color\";s:7:\"#1d3557\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#1d3557\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#1d3557\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#1d3557\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#1d3557\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#1d3557\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#1d3557\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#1d3557\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#1d3557\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Primary Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408775000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(348,'et_divi_builder_presets_history_item_16','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Dark Outlined Fields\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Social Network Preset 1\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Large Light imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Small Light imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Solid imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Fields Dark imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Colored Background Dense\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Outlined to Raised\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Left Image/Icon imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Left Image/Icon Dense imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Left Icon Contained Dense imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Light\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Left Image Circle Light\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408274000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(346,'et_divi_builder_presets_history_item_15','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 6\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Dark Outlined Fields\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Social Network Preset 1 imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined Centered\";s:7:\"created\";i:1739407718000;s:7:\"updated\";i:1739407718000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Large Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Solid imported\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Outlined Fields Dark imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739407803000;s:7:\"updated\";i:1739407803000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Colored Background Dense\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:16:\"background_color\";s:7:\"#03045e\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Colored Outlined Medium\";s:7:\"created\";i:1739407646000;s:7:\"updated\";i:1739407646000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Outlined to Raised\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Outlined Light Dense\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Dark Outlined imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#03045e\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739408031000;s:7:\"updated\";i:1739408031000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739407989000;s:7:\"updated\";i:1739407989000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:30:\"Left Image/Icon Dense imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Left Icon Contained Dense imported\";s:7:\"created\";i:1739407908000;s:7:\"updated\";i:1739407908000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Left Image/Icon Light\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Left Image Circle Light imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739408120000;s:7:\"updated\";i:1739408120000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739408170000;s:7:\"updated\";i:1739408170000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408170000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(352,'et_pb_contact_form_17c90ba0898c205af4d5b26cedbd49b7','off','auto'),
(353,'et_pb_signup_9d2eb5cadfdfedb1fb4944b53fd9e93f','off','auto'),
(2836,'_site_transient_timeout_theme_roots','1740403948','off'),
(2837,'_site_transient_theme_roots','a:1:{s:4:\"Divi\";s:7:\"/themes\";}','off'),
(2933,'_transient_timeout_et_core_path','1741634733','off'),
(2934,'_transient_et_core_path','/home/asyahavacilik/public_html/wp-content/themes/Divi/core','off'),
(2092,'_transient_timeout_et_core_version','1741634733','off'),
(2093,'_transient_et_core_version','4.27.4','off'),
(2073,'_site_transient_timeout_browser_6763943b1a41a5e6ed472d74605f4a5d','1740617935','off'),
(2074,'_site_transient_browser_6763943b1a41a5e6ed472d74605f4a5d','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"128.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(2075,'_site_transient_timeout_php_check_feede18ab91a39786f5028b7215ed6a6','1740617936','off'),
(2076,'_site_transient_php_check_feede18ab91a39786f5028b7215ed6a6','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(390,'category_children','a:0:{}','auto');
INSERT INTO `wp_options` VALUES
(374,'et_divi_builder_presets_history_item_20','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Dark Circle Center imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Colored Background Dense\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#1d3557\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#1d3557\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#1d3557\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Left Image Circle Light\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409007000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(372,'et_divi_builder_presets_history_item_19','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Dark Circle Center imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:10:\"icon_color\";s:7:\"#1d3557\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Colored Background Dense\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:16:\"background_color\";s:7:\"#1d3557\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#1d3557\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Left Image Circle Light\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408930000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(376,'et_divi_builder_presets_history_item_21','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#457b9d\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Social Network Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Dark Circle Center imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Color to White Hard Gradient\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#1d3557 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Colored Background Dense\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Dark Outlined imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#1d3557\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#1d3557\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Fullwidth\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:7:\"#457b9d\";s:21:\"pagination_text_color\";s:7:\"#457b9d\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:7:\"#1d3557\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":5:{s:4:\"name\";s:25:\"Fullwidth - Narrow Column\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.15.1\";s:8:\"settings\";a:28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:7:\"#1d3557\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#457b9d\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:7:\"#457b9d\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#1d3557\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Left Image/Icon Light\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Left Image Circle Light\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409077000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(370,'et_divi_builder_presets_history_item_18','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:10:\"icon_color\";s:7:\"#1d3557\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Image Preset 1 imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:10:\"icon_color\";s:7:\"#1d3557\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#1d3557\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739408851000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(393,'et_divi_builder_presets_history_item_23','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional H4 Subheading\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 2\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 3\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#219ebc\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:7:{s:10:\"icon_color\";s:7:\"#023047\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:8:\"settings\";a:1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:10:\"icon_color\";s:7:\"#023047\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#023047\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":5:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:23:\"#023047 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":5:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:3:{s:16:\"background_color\";s:7:\"#023047\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#023047\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#023047\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:7:\"#219ebc\";s:21:\"pagination_text_color\";s:7:\"#219ebc\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:7:\"#023047\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":5:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:8:\"settings\";a:28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:7:\"#023047\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:7:\"#219ebc\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:7:\"#219ebc\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#023047\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#023047\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#023047\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":5:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Primary Solid\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#023047\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#023047\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409871000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(378,'et_divi_builder_presets_history_item_22','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#1d3557\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#457b9d\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Dark Circles Outlined\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:7:{s:10:\"icon_color\";s:7:\"#1d3557\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Social Network Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Dark Circle Center imported\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739409006000;s:7:\"updated\";i:1739409006000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#1d3557\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739408851000;s:7:\"updated\";i:1739408851000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Color to White Hard Gradient\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Colored Background Dense\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Dark Outlined imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Fullwidth\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth - Narrow Column\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#1d3557\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#1d3557\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Light\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Left Image Circle Light\";s:7:\"created\";i:1739408930000;s:7:\"updated\";i:1739408930000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739409120000;s:7:\"updated\";i:1739409120000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#1d3557\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409120000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(1077,'elementor_active_kit','803','auto'),
(1078,'elementor_font_display','swap','auto'),
(1086,'elementor_version','3.27.5','auto'),
(1087,'elementor_install_history','a:2:{s:6:\"3.27.4\";i:1739675796;s:6:\"3.27.5\";i:1739744268;}','auto'),
(1088,'elementor_events_db_version','1.0.0','off'),
(1092,'elementor_onboarded','1','auto'),
(1093,'_elementor_installed_time','1739675806','auto'),
(1090,'htmegamenu_general_tabs','','auto'),
(1091,'htmegamenu_style_tabs','a:8:{s:16:\"menu_items_color\";s:0:\"\";s:22:\"menu_items_hover_color\";s:0:\"\";s:14:\"sub_menu_width\";d:100;s:17:\"sub_menu_bg_color\";s:0:\"\";s:20:\"sub_menu_items_color\";s:0:\"\";s:26:\"sub_menu_items_hover_color\";s:0:\"\";s:15:\"mega_menu_width\";d:600;s:18:\"mega_menu_bg_color\";s:0:\"\";}','auto');
INSERT INTO `wp_options` VALUES
(398,'et_divi_builder_presets_history_item_25','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#023047\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#023047\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#023047\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#023047\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#023047\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409933000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(396,'et_divi_builder_presets_history_item_24','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#023047\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#023047\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#023047\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#023047\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#023047\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409901000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(402,'et_divi_builder_presets_history_item_27','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 4\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 5 imported\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Colored Background Big\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:7:\"#023047\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Top Image/Icon Light Dense\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#023047\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#023047\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409983000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(400,'et_divi_builder_presets_history_item_26','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 4\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 5 imported\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#023047\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Raised Medium imported\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Top Image/Icon Dense imported\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#023047\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#023047\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739409956000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(462,'et_divi_builder_presets_history_item_29','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional H4 Subheading\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 1\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 2\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 3\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Professional Heading 5\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:17:\"number_text_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":5:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#03045e\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Professional Left Image/Icon\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":5:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:10:\"icon_color\";s:7:\"#03045e\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#03045e\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":5:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"Professional Primary Solid\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"Professional Primary Solid Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739441418000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(404,'et_divi_builder_presets_history_item_28','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":72:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#023047\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#219ebc\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 4\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Heading 5 imported\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Dark Small\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:15:{s:17:\"number_text_color\";s:7:\"#023047\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"Small Light\";s:7:\"created\";i:1739409956000;s:7:\"updated\";i:1739409956000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"Raised Big\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Colored Background Big\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Top Image/Icon imported\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:10:\"icon_color\";s:7:\"#023047\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Top Image/Icon Dense\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.3\";s:8:\"settings\";a:113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#023047\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#023047\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739409901000;s:7:\"updated\";i:1739409901000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Left Image/Icon Dense\";s:7:\"created\";i:1739409933000;s:7:\"updated\";i:1739409933000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Left Icon Contained\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:7:\"#023047\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:7:\"#023047\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Top Image/Icon Light Dense\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739409983000;s:7:\"updated\";i:1739409983000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739410014000;s:7:\"updated\";i:1739410014000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#023047\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}}s:4:\"time\";i:1739410014000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(2096,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:16:\"use_google_fonts\";s:2:\"on\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}','auto'),
(1509,'wp-optimize-failed_task_count','73','auto'),
(453,'nav_menu_options','a:1:{s:8:\"auto_add\";a:0:{}}','auto');
INSERT INTO `wp_options` VALUES
(468,'et_divi_builder_presets_history_item_32','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":73:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:26:{s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#0e0c19\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:7:\"#03045e\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Left Image Circle Dense\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.8\";s:8:\"settings\";a:21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1739441500000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(466,'et_divi_builder_presets_history_item_31','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":73:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":5:{s:4:\"name\";s:10:\"Body Large\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Light imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.18.0\";s:8:\"settings\";a:23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:7:\"#3c3a47\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Small\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.1\";s:8:\"settings\";a:4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:7:\"#03045e\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":5:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:7:\"#03045e\";s:10:\"icon_color\";s:7:\"#03045e\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1739441469000;s:5:\"label\";s:20:\"Imported From Layout\";}','off');
INSERT INTO `wp_options` VALUES
(464,'et_divi_builder_presets_history_item_30','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":73:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:29:{s:16:\"quote_icon_color\";s:7:\"#03045e\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"Dark\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Large\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"H4 Subheading\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 1\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 2\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 3\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Circles Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circle Center\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Solid\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Outlined Fields Dark\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Top Image/Icon\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Left Image/Icon\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Primary Solid\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"Primary Solid Light\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"default\";s:8:\"_initial\";s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:12:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";}}}}}s:4:\"time\";i:1739441443000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(470,'et_divi_builder_presets_history_item_33','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":73:{s:20:\"et_pb_wc_cart_notice\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#000000\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"15px|24px|15px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:538:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"content_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"link_text_color\",\"title_link_text_color\",\"button_bg_color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:15:\"gcid-body-color\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:7:\"#000000\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"fc941a55-d156-47c3-9c8d-e5cfa5d32bba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":147:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:20:\"Open Sans|500|||||||\";s:18:\"content_text_color\";s:7:\"#FFFFFF\";s:17:\"content_font_size\";s:4:\"16px\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:21:\"rgba(255,255,255,0.4)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#0077FF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:27:\"0em|0em|2em|0em|false|false\";s:14:\"custom_padding\";s:31:\"15px|15px|15px|15px|false|false\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"title_text_color\";s:7:\"#111111\";s:21:\"title_link_text_color\";s:7:\"#0077FF\";s:9:\"link_font\";s:10:\"||||on||||\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:3:\"1em\";}}}s:7:\"default\";s:36:\"c7b7ffe0-eca8-4d8a-b259-6bbfab747341\";}s:15:\"et_pb_wc_images\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark and Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:45:\"{\"gcid-secondary-color\":[\"sale_badge_color\"]}\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"12px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:6:\"0.08em\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"2104bb78-569f-463f-820d-55b7d269d973\";}s:19:\"et_pb_wc_breadcrumb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:15:\"body_text_color\";s:18:\"gcid-heading-color\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_letter_spacing\";s:3:\"1px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:83:\"{\"gcid-heading-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}s:36:\"f655ced6-2299-4918-bedc-05b736e592d2\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:9:\"body_font\";s:18:\"Inter|700||on|||||\";s:15:\"body_text_color\";s:21:\"rgba(255,255,255,0.5)\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"13px\";s:20:\"body_font_size_phone\";s:4:\"12px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"b411c5a5-e848-4d6c-934b-c27691fa05cd\";}s:14:\"et_pb_wc_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H1 as H2\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:44:\"{\"gcid-heading-color\":[\"header_text_color\"]}\";}}s:36:\"83feb795-0e9d-44bb-be24-08299f42577d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional H2 as H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#000000\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";}}}s:7:\"default\";s:36:\"c1595b0a-0dff-40d2-abb1-62e9d138c1f6\";}s:15:\"et_pb_wc_rating\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#000000\";s:18:\"global_colors_info\";s:108:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"]}\";s:16:\"rating_font_size\";s:4:\"16px\";s:21:\"rating_letter_spacing\";s:3:\"2px\";}}s:36:\"b389e2ea-9346-4b88-86bd-f0732ca33143\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:17:\"rating_text_color\";s:7:\"#3776ff\";s:9:\"body_font\";s:16:\"Inter|500|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:131:\"{\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"rating_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"6ea50155-dcd0-4a57-a832-8bd35acb7fb0\";}s:20:\"et_pb_wc_description\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Body\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:17:\"quote_line_height\";s:3:\"1em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:18:\"global_colors_info\";s:122:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"quote_text_color\"]}\";}}}s:7:\"default\";s:36:\"0fdce08c-e9fd-4c41-bc90-bf0e0a91410c\";}s:14:\"et_pb_wc_price\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Professional H3\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:9:\"body_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:20:\"gcid-secondary-color\";s:14:\"body_font_size\";s:4:\"32px\";s:21:\"body_font_size_tablet\";s:4:\"22px\";s:20:\"body_font_size_phone\";s:4:\"17px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:44:\"{\"gcid-secondary-color\":[\"body_text_color\"]}\";}}}s:7:\"default\";s:36:\"cb05b8c8-c9e6-4461-9716-4e2343c0a6f7\";}s:20:\"et_pb_wc_add_to_cart\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":66:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:15:\"gcid-body-color\";s:23:\"fields_focus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:15:\"gcid-body-color\";s:31:\"dropdown_menus_focus_text_color\";s:15:\"gcid-body-color\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:277:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"field_label_text_color\"],\"gcid-body-color\":[\"fields_text_color\",\"fields_focus_text_color\",\"dropdown_menus_text_color\",\"dropdown_menus_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}s:36:\"5a178de7-ec59-4123-86f7-a3d42ccdbd70\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"14px\";s:28:\"field_label_font_size_tablet\";s:4:\"13px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"fields_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:10:\"show_stock\";s:3:\"off\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:26:\"field_label_letter_spacing\";s:3:\"1px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"14px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"187bd739-2d23-4a60-a19c-f66bcbefa64d\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":125:{s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:20:\"field_label_position\";s:7:\"default\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:7:\"#FFFFFF\";s:23:\"fields_focus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:16:\"Inter|700|||||||\";s:22:\"field_label_text_color\";s:7:\"#FFFFFF\";s:21:\"field_label_font_size\";s:4:\"16px\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"RGBA(255,255,255,0.4)\";s:22:\"use_focus_border_color\";s:3:\"off\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#0077FF\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:11:\"button_font\";s:20:\"Open Sans|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"da2aea32-bb80-4686-9c8d-e5e3b3e9fb0f\";}s:14:\"et_pb_wc_stock\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e4cc5994-1255-4d37-a494-1ff2422cc93a\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:18:\"global_colors_info\";s:94:\"{\"gcid-primary-color\":[\"instock_text_color\"],\"gcid-secondary-color\":[\"outofstock_text_color\"]}\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_wc_meta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_top\";s:3:\"2px\";s:18:\"global_colors_info\";s:80:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";}}}s:7:\"default\";s:36:\"58c39610-09a5-4674-8434-885a22db4ea8\";}s:16:\"et_pb_wc_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:15:\"pagination_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:18:\"gcid-primary-color\";s:20:\"pagination_font_size\";s:4:\"14px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:239:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"price_text_color\"],\"gcid-secondary-color\":[\"zoom_icon_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"pagination_text_color\"]}\";s:16:\"price_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"4ea9bd80-edf2-454a-80d8-8b4f3a67e85b\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":94:{s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:9:\"fullwidth\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:9:\"landscape\";s:15:\"zoom_icon_color\";s:7:\"#FF5500\";s:11:\"title_level\";s:2:\"h3\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:20:\"Open Sans|500|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:17:\"caption_font_size\";s:4:\"14px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:3:\"1em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:15:\"pagination_font\";s:16:\"Inter|500|||||||\";s:21:\"pagination_text_color\";s:7:\"#FFFFFF\";s:20:\"pagination_font_size\";s:4:\"14px\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:6:\"on||||\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3304e317-3096-41f0-ba66-886755259d4e\";}s:13:\"et_pb_wc_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:21:\"active_tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:8:\"tab_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:491:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"text_text_color\"],\"gcid-heading-color\":[\"active_tab_text_color\",\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"cb09fc14-9750-4a5e-8568-f387c4eda968\";}s:24:\"et_pb_wc_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"af83b528-be84-4e06-944a-2ecd1d5707bf\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:9:\"body_font\";s:59:\"--et_global_body_font|--et_global_body_font_weight|on||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"attribute_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"attribute_text_color\";s:18:\"gcid-heading-color\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:18:\"global_colors_info\";s:146:\"{\"gcid-heading-color\":[\"header_text_color\",\"attribute_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:17:\"text_shadow_style\";s:4:\"none\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:3:\"1em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"border_color_all_table\";s:19:\"RGBA(255,255,255,0)\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:10:\"show_title\";s:3:\"off\";}}s:36:\"fa56b91a-d383-4073-afb3-3ce459452789\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:9:\"body_font\";s:22:\"Open Sans|500|on||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:10:\"||||on||||\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:16:\"Inter|700|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#FFFFFF\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:22:\"border_color_all_table\";s:21:\"rgba(255,255,255,0.4)\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_width_all_table_cell\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:21:\"rgba(255,255,255,0.4)\";s:30:\"border_width_bottom_table_cell\";s:3:\"2px\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_shop\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"show_pagination\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:34:\"--et_global_body_font|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:238:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"sale_badge_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"8eb86908-1b01-4df1-972d-7359328aee33\";}s:25:\"et_pb_wc_related_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":38:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"price_line_height\";s:5:\"1.4em\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"sale_badge_color\",\"icon_hover_color\",\"price_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"]}\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";}}s:36:\"3c5c2432-8f0d-4137-9e1e-09386abc0b44\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"title_font_size\";s:4:\"50px\";s:17:\"title_line_height\";s:5:\"1.2em\";s:23:\"product_title_font_size\";s:4:\"18px\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:15:\"price_font_size\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:23:\"border_radii_sale_badge\";s:18:\"on|0px|0px|0px|0px\";s:16:\"sale_badge_color\";s:7:\"#0077FF\";s:16:\"icon_hover_color\";s:7:\"#FF5500\";s:10:\"title_font\";s:16:\"Inter|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:17:\"rating_text_color\";s:7:\"#0077FF\";s:18:\"product_title_font\";s:16:\"Inter|700|||||||\";s:24:\"product_title_text_color\";s:7:\"#FFFFFF\";s:10:\"price_font\";s:20:\"Open Sans|700|||||||\";s:16:\"price_text_color\";s:7:\"#0077FF\";s:15:\"sale_badge_font\";s:22:\"Open Sans|700||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"b05e5bc5-c54b-49cd-baa0-c9636df9688e\";}s:16:\"et_pb_wc_upsells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"79772a0d-af92-48e3-baee-3fc3f39c2b8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:1175:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"field_label_text_color\",\"column_label_text_color\",\"attribute_text_color\",\"table_header_text_color\",\"disabled_button_bg_color__hover\",\"placeholder_color\",\"dropdown_menus_text_color\",\"form_field_focus_text_color\",\"header_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"content_text_color\",\"form_field_text_color\",\"placeholder_color\",\"meta_text_color\",\"body_text_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\",\"border_color_all_table_cell\",\"table_header_background_color\",\"field_label_text_color\",\"fields_focus_text_color\",\"sale_badge_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_text_color\",\"disabled_button_border_color\"],\"gcid-e23c93c0-c03a-4cf8-9746-fd837c19a020\":[\"title_link_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"icon_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"fields_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"product_title_text_color\"],\"gcid-primary-color\":[\"rating_text_color\"],\"gcid-secondary-color\":[\"icon_hover_color\",\"sale_badge_color\",\"price_text_color\"]}\";s:22:\"field_label_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"column_label_text_color\";s:7:\"#000000\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:23:\"table_header_text_color\";s:7:\"#000000\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:16:\"rgba(0,0,0,0.64)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:27:\"form_field_focus_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"form_field_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"meta_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:15:\"body_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:15:\"link_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"button_bg_color\";s:21:\"rgba(124,218,36,0.64)\";s:26:\"disabled_button_text_color\";s:21:\"rgba(124,218,36,0.64)\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:15:\"price_font_size\";s:4:\"18px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"16px\";}}}s:7:\"default\";s:36:\"1bbeb08a-c7a4-45c1-b33f-87cb9449a88f\";}s:20:\"et_pb_wc_cross_sells\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"efcc6cef-a82e-4a33-90f0-0dfc10491de0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:10:\"price_font\";s:60:\"--et_global_body_font|--et_global_heading_font_weight|||||||\";s:16:\"price_text_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:87:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-secondary-color\":[\"price_text_color\"]}\";s:15:\"price_font_size\";s:4:\"18px\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:21:\"price_font_size_phone\";s:4:\"16px\";s:27:\"price_font_size_last_edited\";s:8:\"on|phone\";}}}s:7:\"default\";s:8:\"_initial\";}s:16:\"et_pb_wc_reviews\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":47:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#000000\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:18:\"global_colors_info\";s:245:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"rating_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"]}\";s:12:\"header_level\";s:2:\"h1\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"3d67a5dc-4444-4801-8244-bd4e7186a7b1\";}s:22:\"et_pb_wc_cart_products\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":201:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:8:\"||||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:6:\"0.08em\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:5:\"1.5em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"84dc94f3-50d8-4aba-a121-58e38e93eb9e\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":61:{s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|10px|20px|10px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"40px\";s:21:\"box_shadow_blur_table\";s:5:\"112px\";s:23:\"box_shadow_spread_table\";s:5:\"-24px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.12)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"global_colors_info\";s:534:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"table_header_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\",\"disabled_button_bg_color\"]}\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";}}}s:7:\"default\";s:36:\"6c872b2a-e8d2-4d83-beeb-fda0e4c8e33e\";}s:20:\"et_pb_wc_cart_totals\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":74:{s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"2px\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:249:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"button_bg_color\"]}\";s:27:\"column_label_letter_spacing\";s:6:\"0.08em\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"16px|24px|16px|24px|true|true\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"71a72fcc-414d-436a-8d00-6f889a9e5987\";}s:25:\"et_pb_wc_checkout_billing\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":34:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:196:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-body-color\":[\"form_notice_text_color\",\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\",\"field_label_text_color\"]}\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:23:\"field_label_line_height\";s:3:\"2em\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"c3a6b792-7702-4c54-8512-1ba6d562f2da\";}s:26:\"et_pb_wc_checkout_shipping\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:18:\"global_colors_info\";s:553:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-body-color\":[\"text_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:21:\"field_label_font_size\";s:4:\"14px\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"a6b67cac-ff9b-496f-a7e5-fd60ce2a2d32\";}s:33:\"et_pb_wc_checkout_additional_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:629:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_form_field\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"text_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\",\"title_text_color\",\"field_label_text_color\"],\"gcid-primary-color\":[\"link_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";}}}s:7:\"default\";s:36:\"1e66893b-8fa6-43f1-a193-a04932addef8\";}s:31:\"et_pb_wc_checkout_order_details\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c06dea63-ae1f-4979-add0-9230be31a6e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|0px|0px|0px|0px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:4:\"none\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:18:\"|||0px|false|false\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:25:\"table_cell_custom_padding\";s:22:\"|20px||20px|false|true\";}}s:36:\"628334d9-a9f8-45c7-bf16-1a76a531edb1\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:207:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"column_label_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"link_text_color\"]}\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:30:\"et_pb_wc_checkout_payment_info\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:23:\"radio_button_text_color\";s:15:\"gcid-body-color\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"link_text_color\";s:7:\"#0077FF\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:15:\"gcid-body-color\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:15:\"gcid-body-color\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:23:\"background_enable_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:14:\"custom_padding\";s:25:\"0em|0em|0em|0em|true|true\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:18:\"global_colors_info\";s:152:\"{\"gcid-body-color\":[\"body_text_color\",\"radio_button_text_color\",\"tooltip_text_color\",\"form_notice_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"e4a9fa1a-b2f2-465c-a75a-5b0a953b3bab\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":78:{s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:442:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"link_font\";s:38:\"|--et_global_body_font_weight|||on||||\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"89238213-38c0-4404-85f8-bd0f590301aa\";}s:22:\"et_pb_fullwidth_header\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Header Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:17:\"title_line_height\";s:6:\"1.15em\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:18:\"global_colors_info\";s:48:\"{\"gcid-primary-color\":[\"button_one_text_color\"]}\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:14:\"custom_padding\";s:22:\"10vw||10vw||true|false\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"369212a0-f9fa-4cfa-8876-3a764244eabf\";}s:20:\"et_pb_fullwidth_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Fullwidth Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:15:\"logo_max_height\";s:4:\"56px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:10:\"on|desktop\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:20:\"gcid-secondary-color\";s:18:\"global_colors_info\";s:171:\"{\"gcid-heading-color\":[\"menu_text_color\"],\"gcid-primary-color\":[\"menu_text_color__hover\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"]}\";}}}s:7:\"default\";s:36:\"1c620908-ad87-4e56-8b63-3cc8ec770da1\";}s:25:\"et_pb_fullwidth_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Fullwidth Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:569:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"text_text_color\",\"header_text_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"link_text_color\",\"read_more_text_color\",\"meta_text_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"caption_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\",\"sale_badge_color\",\"pagination_text_color\",\"zoom_icon_color\"]}\";s:9:\"fullwidth\";s:3:\"off\";}}}s:7:\"default\";s:36:\"ded4908f-62fd-41da-af96-d15d6f2d55ee\";}s:27:\"et_pb_fullwidth_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Fullwidth Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:16:\"bg_overlay_color\";s:15:\"rgba(0,0,0,0.7)\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"a7b9f50a-6a31-4771-8c20-7a8a9921bc6d\";}s:26:\"et_pb_fullwidth_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Fullwidth Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:14:\"meta_font_size\";s:4:\"16px\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"f2ba942a-8eb5-4f6c-82cc-13368efaa009\";}s:22:\"et_pb_fullwidth_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Fullwidth Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:62:\"{\"gcid-primary-color\":[\"button_bg_color\",\"button_text_color\"]}\";}}}s:7:\"default\";s:36:\"67cb51fb-7e14-4eb9-8881-1769ccc9f683\";}s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"global_colors_info\";s:82:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"custom_padding\";s:18:\"|0px|||false|false\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"orientation\";s:4:\"left\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"41561de9-5c45-4294-ac1c-2bc99e9dead3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:11:\"show_border\";s:3:\"off\";s:18:\"header_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"3f3c0a15-fc30-4bac-8bc8-02695bf204f0\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:191:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#000000\";}}s:36:\"b8059e53-4924-4a7e-9a7f-cb073dbe0bdc\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Background Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":64:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:110:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"a0d0e114-2915-4078-81e1-4574521ea79b\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":63:{s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"18px\";s:16:\"body_line_height\";s:5:\"1.4em\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:131:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"arrows_custom_color\"],\"gcid-primary-color\":[\"background_color\",\"button_text_color\"]}\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"47718e8a-99fb-4139-a800-a45f5afb087b\";}s:10:\"et_pb_tabs\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Tabs Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"63194802-9a01-437d-b618-c76f5158191c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:13:\"tab_font_size\";s:4:\"18px\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:273:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"active_tab_text_color\"],\"gcid-heading-color\":[\"tab_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"63194802-9a01-437d-b618-c76f5158191c\";}s:17:\"et_pb_testimonial\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Testimonial Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"quote_icon_color\";s:18:\"gcid-primary-color\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:248:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"author_text_color\"],\"gcid-primary-color\":[\"quote_icon_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"92d621dc-61cf-4898-af8d-b1d4c267456b\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.23.1\";s:8:\"settings\";a:29:{s:16:\"quote_icon_color\";s:7:\"#03045e\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:17:\"author_text_color\";s:7:\"#0e0c19\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:6:\"center\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:145:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"quote_icon_color\"],\"gcid-heading-color\":[\"author_text_color\"]}\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"company_font\";s:29:\"--et_global_body_font||||||||\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"background_enable_color\";s:2:\"on\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";}}s:36:\"979d5950-5a94-4e93-9c40-459d5088d4f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":123:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:3:\"off\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.5em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"quote_icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"0e35d7c8-43f7-4642-88fa-284809e5aebb\";}s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Dark imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:7:\"#03045e\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#0e0c19\";s:19:\"header_3_text_color\";s:7:\"#0e0c19\";s:19:\"header_2_text_color\";s:7:\"#0e0c19\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#0e0c19\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#0e0c19\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#3c3a47\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#0077b6\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#0e0c19\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";}}s:36:\"4b240c10-bcce-4a83-9661-66d610a878e0\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Body Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:11:\"off|desktop\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"13px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Body Large imported\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":55:{s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:298:\"{\"gcid-primary-color\":[\"link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"header_4_text_color\",\"header_3_text_color\",\"header_2_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-secondary-color\":[\"quote_border_color\"]}\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";s:13:\"header_2_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_3_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_4_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_5_font\";s:35:\"--et_global_heading_font|700|||||||\";s:13:\"header_6_font\";s:35:\"--et_global_heading_font|700|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_3_text_color\";s:18:\"gcid-heading-color\";s:19:\"header_2_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:18:\"gcid-heading-color\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"text_text_color\";s:15:\"gcid-body-color\";s:14:\"text_font_size\";s:4:\"18px\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"text_font_size_tablet\";s:4:\"16px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:10:\"quote_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Light\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":58:{s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"72px\";s:23:\"header_font_size_tablet\";s:4:\"40px\";s:22:\"header_font_size_phone\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:6:\"1.15em\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:2:\"{}\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:18:\"quote_border_color\";s:7:\"#FFFFFF\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:19:\"box_shadow_position\";s:5:\"outer\";s:9:\"link_font\";s:10:\"||||on||||\";}}}s:7:\"default\";s:36:\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\";}s:13:\"et_pb_heading\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":8:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Heading Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0c675ea-2574-4d0e-b725-30f8550a8550\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"H4 Subheading imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:11:{s:10:\"title_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:20:\"title_letter_spacing\";s:3:\"1px\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ddeb8c09-9078-4424-bc15-2efb6572e28e\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 1 imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:8:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:6:\"1.15em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";}}s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 2 imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.2em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h2\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"ba4a6336-701f-47b8-bf5c-09da0ce28016\";O:8:\"stdClass\":5:{s:4:\"name\";s:18:\"Heading 3 imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h3\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 4\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"24px\";s:22:\"title_font_size_tablet\";s:4:\"18px\";s:21:\"title_font_size_phone\";s:4:\"15px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h4\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"a3805066-8711-43c7-9f62-5782da0e9f7a\";O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Heading 5\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.4em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h5\";s:13:\"custom_margin\";s:19:\"||10px||false|false\";}}s:36:\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Heading 6\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"13px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.5em\";s:18:\"global_colors_info\";s:43:\"{\"gcid-heading-color\":[\"title_text_color\"]}\";s:11:\"title_level\";s:2:\"h6\";}}}s:7:\"default\";s:36:\"c33f07d9-41e0-421a-8799-5799df695cce\";}s:11:\"et_pb_video\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Video Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"cee4b1b8-5aad-446e-98f1-291ed118ff82\";}s:18:\"et_pb_video_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Video Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Dark & Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"6b46b5b3-13ba-4f32-9e5f-2a19236bb480\";}s:14:\"et_pb_post_nav\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Post Navigation Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:18:\"gcid-primary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}s:36:\"8b6aa8ca-0707-4997-9830-136aa51d041f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:18:\"global_colors_info\";s:2:\"{}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:17:\"title_line_height\";s:5:\"1.4em\";}}}s:7:\"default\";s:36:\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\";}s:17:\"et_pb_post_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Post Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:16:\"bg_overlay_color\";s:22:\"rgba(255,255,255,0.85)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"text_border_radius\";s:3:\"6px\";}}s:36:\"ff5b0c90-99d5-45b1-b0c2-5b4e7eeac0dd\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:20:\"gcid-secondary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:105:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-secondary-color\":[\"button_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"db607bdb-8c6b-4122-8b8c-17167341f0e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Text Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"32px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:9:\"meta_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"meta_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:20:\"gcid-secondary-color\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:7:\"#ff00e5\";s:18:\"global_colors_info\";s:290:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-secondary-color\":[\"button_bg_color\"]}\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"text_border_radius\";s:3:\"6px\";s:20:\"button_border_radius\";s:5:\"100px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"body_link_text_color\";s:7:\"#0077FF\";s:16:\"meta_line_height\";s:6:\"1.75em\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"text_shadow_style\";s:7:\"preset3\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:17:\"text_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"bf21c174-2ada-4483-b891-079baab1c167\";}s:16:\"et_pb_post_title\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Post Title Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"8759101f-6394-4d77-bea6-88627ad57e19\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";}}s:36:\"0060648f-f197-4fe2-b8cb-5a5ed5413266\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\"]}\";}}s:36:\"79a2adbb-3832-47d2-b346-83b9ce28868f\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:14:\"featured_image\";s:3:\"off\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"72px\";s:22:\"title_font_size_tablet\";s:4:\"40px\";s:21:\"title_font_size_phone\";s:4:\"24px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:6:\"1.15em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:7:\"#FFFFFF\";s:16:\"text_orientation\";s:4:\"left\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"f0366de1-156e-454a-b9e1-cbaf524872ad\";}s:20:\"et_pb_pricing_tables\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Pricing Tables Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"5b673391-ce22-4b83-82bf-57a258cd6676\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional No Container\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":195:{s:32:\"featured_table_header_text_color\";s:18:\"gcid-primary-color\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:18:\"gcid-primary-color\";s:16:\"price_text_color\";s:18:\"gcid-heading-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:450:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"featured_table_header_text_color\",\"featured_table_price_color\",\"featured_table_currency_frequency_text_color\",\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\",\"price_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"featured_table_subheader_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:40:\"padding-bottom: 1.25em; padding-left: 0;\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:31:\"background_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:40:\"background_color_gradient_overlays_image\";s:3:\"off\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"parallax_method\";s:2:\"on\";s:15:\"background_size\";s:5:\"cover\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:19:\"background_position\";s:6:\"center\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:24:\"background_pattern_color\";s:15:\"rgba(0,0,0,0.2)\";s:23:\"background_pattern_size\";s:7:\"initial\";s:24:\"background_pattern_width\";s:4:\"auto\";s:25:\"background_pattern_height\";s:4:\"auto\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:15:\"rgba(0,0,0,0.3)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:17:\"text_shadow_style\";s:4:\"none\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:35:\"featured_table_subheader_text_color\";s:15:\"gcid-body-color\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:27:\"24px|0px|24px|0px|true|true\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";O:8:\"stdClass\":6:{s:4:\"name\";s:19:\"Professional Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":60:{s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:236:\"{\"gcid-primary-color\":[\"body_link_text_color\",\"price_text_color\",\"featured_table_background_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:11:\"off|desktop\";s:15:\"price_font_size\";s:4:\"50px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:16:\"border_width_all\";s:3:\"0px\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:23:\"background_enable_color\";s:3:\"off\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:29:\"currency_frequency_text_color\";s:18:\"gcid-primary-color\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";}}s:36:\"f617932d-b118-450d-b70f-fe25c50ea349\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":54:{s:11:\"show_bullet\";s:3:\"off\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"body_text_align\";s:6:\"center\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"||12px||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:366:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"],\"gcid-primary-color\":[\"bullet_color\",\"body_link_text_color\",\"price_text_color\",\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\",\"subheader_text_color\",\"currency_frequency_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"header_font_size\";s:4:\"18px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:14:\"body_font_size\";s:4:\"16px\";s:12:\"header_level\";s:2:\"h3\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:15:\"price_font_size\";s:4:\"60px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}}s:7:\"default\";s:36:\"18ae32c5-c6a4-4f24-b45d-7b8e60a3d6f4\";}s:12:\"et_pb_search\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":10:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Search Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"4d90d792-f940-468b-b3ce-36ce6e6a1ec6\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Dark Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"696e364b-d200-407d-82cd-cae05396cbcd\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":79:{s:18:\"global_colors_info\";s:95:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:11:\"show_button\";s:3:\"off\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"44e0ab89-8a3a-4bf9-96b3-e164c7fae3b4\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Dark Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:22:\"form_field_line_height\";s:5:\"1.8em\";s:16:\"module_alignment\";s:6:\"center\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"form_field_text_color\",\"placeholder_color\",\"form_field_focus_text_color\"]}\";s:20:\"form_field_font_size\";s:4:\"14px\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:32:\"--et_global_body_font|500|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:160:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";}}s:36:\"398bb89c-20f1-4525-b790-9217a69e40fa\";O:8:\"stdClass\":6:{s:4:\"name\";s:45:\"Professional Dark Outlined Fields With Button\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:15:\"gcid-body-color\";s:16:\"button_font_size\";s:4:\"14px\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:12:\"button_color\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:195:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"button_color\",\"border_color_all\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\",\"button_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";}}s:36:\"17b11002-47a3-48fb-a93e-4a1ba24a1404\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Solid Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:20:\"form_field_font_size\";s:4:\"14px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:175:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\",\"button_color\"],\"gcid-body-color\":[\"placeholder_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";}}s:36:\"5bc2c790-c9a1-4190-a0dd-a18ee6f50489\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Light Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:11:\"show_button\";s:3:\"off\";s:17:\"placeholder_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:15:\"rgba(0,0,0,0.1)\";s:27:\"form_field_background_color\";s:21:\"rgba(255,255,255,0.8)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:12:\"button_color\";s:7:\"#FFFFFF\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:18:\"global_colors_info\";s:138:\"{\"gcid-body-color\":[\"placeholder_color\",\"form_field_focus_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";}}s:36:\"ac146294-4e71-4af1-87e7-1323a356fb5c\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Light Outlined Fields Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:143:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:27:\"6px|16px|6px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";}}s:36:\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":80:{s:18:\"global_colors_info\";s:167:\"{\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"placeholder_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:11:\"show_button\";s:3:\"off\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:16:\"Inter|700|||||||\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.4em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.8)\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:10:\"overflow-x\";s:6:\"hidden\";s:10:\"overflow-y\";s:6:\"hidden\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"button_text_color\";s:7:\"#000000\";}}}s:7:\"default\";s:36:\"d0411139-1926-43ca-9445-1b8529551c5f\";}s:25:\"et_pb_social_media_follow\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Social Media Follow Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7be8c617-29e2-41c9-9434-040d91366c53\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"Dark Circles Outlined\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:7:{s:10:\"icon_color\";s:7:\"#03045e\";s:17:\"icon_color__hover\";s:7:\"#161DF4\";s:25:\"icon_color__hover_enabled\";s:9:\"off|hover\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:102:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"b666f249-3c2a-4cd6-a71a-641da12a02ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:60:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:22:\"custom_css_social_icon\";s:17:\"background: #000;\";}}s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";}}s:36:\"ed9533cf-0512-4d80-ba90-fe0edf412be3\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"31a67f34-4033-4dda-be23-8f48310c4cff\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Circles Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}s:36:\"e9882b0e-291f-4df4-a33a-fa2ec5e42c4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circles Solid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";}}}s:7:\"default\";s:36:\"9a2c7b49-38da-4a8e-a698-40ad4873179f\";}s:33:\"et_pb_social_media_follow_network\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Social Network Preset 1\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:18:\"global_colors_info\";s:2:\"{}\";}}s:36:\"e4d6685b-12fe-4fac-abdc-e56ef153cd6c\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Color Background Circles With Padding\";s:7:\"created\";i:1739406661000;s:7:\"updated\";i:1739406661000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":5:{s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"10px|10px|10px|10px|true|true\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"border_radii\";s:22:\"on|40px|40px|40px|40px\";}}}s:7:\"default\";s:8:\"_initial\";}s:10:\"et_pb_menu\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Menu Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29269ac9-17d3-422e-a2ac-63ac82985c18\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:20:\"gcid-secondary-color\";s:17:\"search_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:304:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"],\"gcid-secondary-color\":[\"cart_icon_color\",\"search_icon_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:16:\"text_orientation\";s:4:\"left\";s:15:\"logo_max_height\";s:4:\"56px\";s:14:\"custom_padding\";s:9:\"||||false\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";}}s:36:\"7dc25787-9019-4068-8db4-01d795c014df\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:18:\"gcid-primary-color\";s:17:\"search_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_icon_color\";s:18:\"gcid-primary-color\";s:15:\"menu_text_color\";s:18:\"gcid-heading-color\";s:18:\"global_colors_info\";s:279:\"{\"gcid-primary-color\":[\"active_link_color\",\"menu_text_color__hover\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\",\"cart_icon_color\",\"search_icon_color\",\"menu_icon_color\"],\"gcid-heading-color\":[\"menu_text_color\",\"dropdown_menu_text_color\",\"mobile_menu_text_color\"]}\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:13:\"rgba(0,0,0,0)\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:22:\"dropdown_menu_bg_color\";s:7:\"#FFFFFF\";s:15:\"logo_max_height\";s:4:\"32px\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"menu_text_color__hover\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:18:\"gcid-heading-color\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"3c77b4af-96ee-4601-b31b-93a419dded40\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"14px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:2:\"[]\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"56px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";}}s:36:\"e8be909b-185e-4d2d-8162-f83b48a4e099\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"text_orientation\";s:4:\"left\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:14:\"menu_font_size\";s:4:\"12px\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:176:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"menu_text_color__hover\"],\"gcid-primary-color\":[\"active_link_color\",\"dropdown_menu_line_color\",\"dropdown_menu_active_link_color\"]}\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:11:\"logo_height\";s:4:\"32px\";s:14:\"show_cart_icon\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:8:\"_initial\";}s:20:\"et_pb_number_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Number Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"7221b916-5673-42a9-821d-94b9139856c5\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:86:\"{\"gcid-primary-color\":[\"number_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"number_line_height\";s:5:\"100px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";}}s:36:\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:18:\"global_colors_info\";s:2:\"{}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"text_orientation\";s:4:\"left\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";}}s:36:\"7ea56f23-4235-4f67-9909-722adc8d9925\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":13:{s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"number_text_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:16:\"number_font_size\";s:4:\"32px\";s:16:\"text_orientation\";s:4:\"left\";s:18:\"number_line_height\";s:5:\"100px\";}}}s:7:\"default\";s:36:\"50c76ddc-5104-4016-a79b-7d6fb53c56d5\";}s:17:\"et_pb_team_member\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Person Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"a25133fd-88ef-4038-ad74-28cede417d9f\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:12:\"header_level\";s:2:\"h5\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"b841941a-5107-496a-8886-22612388dd4e\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Dark Outlined Centered\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":30:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:228:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:12:\"header_level\";s:2:\"h5\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"d72acfcc-77a9-4562-9787-281e412bdede\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Dark Circle Center\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"global_colors_info\";s:163:\"{\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"1137a477-bf48-4e94-875d-5f9a86b0d0b7\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":22:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:69:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"]}\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:4:\"left\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";}}s:36:\"dd0b7918-1e68-43d0-9b49-83dc8490cad8\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Light Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:72:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:14:\"custom_padding\";s:19:\"||20px||false|false\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eadf2f98-1dcf-4f39-b186-847df76ba28e\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Light Center with Border\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:137:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_image\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:32:\"--et_global_body_font|500|||||||\";s:9:\"body_font\";s:32:\"--et_global_body_font|500|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"border_width_all\";s:3:\"2px\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:23:\"custom_css_member_image\";s:19:\"margin: 0 auto 20px\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:16:\"rgba(0,0,0,0.08)\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c135ebc0-ecd2-4348-8050-31340e96790b\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Circle Center\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:18:\"border_radii_image\";s:26:\"on|400px|400px|400px|400px\";s:11:\"header_font\";s:60:\"--et_global_heading_font|--et_global_body_font_weight|||||||\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.3em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:135:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"position_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:16:\"text_orientation\";s:6:\"center\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:8:\"||||||||\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";}}s:36:\"5ca6fc8d-ab90-4428-bda7-dfb0ef32c494\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Dark Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":126:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:163:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"position_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:19:\"position_text_color\";s:15:\"gcid-body-color\";}}s:36:\"763bfe30-0ec2-4f46-a57c-d648eb1533ce\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Light Center Raised\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":103:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:3:\"off\";s:12:\"header_level\";s:2:\"h5\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:16:\"module_alignment\";s:6:\"center\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:14:\"body_link_font\";s:8:\"||||||||\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\";}s:12:\"et_pb_signup\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Email Optin Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"ba6a7c86-2c25-403c-9713-8fffa54ec28d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":43:{s:6:\"layout\";s:10:\"top_bottom\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:20:\"use_background_color\";s:3:\"off\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:16:\"background_color\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:18:\"global_colors_info\";s:308:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\",\"body_text_color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:19:\"button_border_width\";s:3:\"0px\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.3em\";s:20:\"form_field_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:16:\"header_font_size\";s:4:\"32px\";s:18:\"numbers_text_color\";s:7:\"#161df4\";s:16:\"label_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:41:\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:7:\"#161df4\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:23:\"background_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"a6bbcbb1-b2df-40c9-8717-f5dc568429e1\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:6:\"layout\";s:10:\"top_bottom\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:122:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"1e8bc896-56de-405f-8864-264fc11e2a58\";}s:26:\"et_pb_filterable_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Filterable Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:3:\"off\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"c080e65f-43f0-4687-9db3-7424f85fbccf\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"fullwidth\";s:2:\"on\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.4em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"8a3ce21b-59d8-437f-b389-fdd80d4b5de7\";}s:15:\"et_pb_portfolio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Portfolio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Dark Grid\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}s:36:\"16b7bc21-a621-4d88-8c77-961c29793ef0\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Fullwidth\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:18:\"gcid-primary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"e1c84a80-9b65-4b55-97d2-aef0caf6c9fb\";}s:13:\"et_pb_gallery\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Gallery Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"916766de-1568-4a80-8359-957d82c82212\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Primary\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:11:\"orientation\";s:9:\"landscape\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:151:\"{\"gcid-secondary-color\":[\"zoom_icon_color\",\"pagination_text_color\"],\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:17:\"caption_font_size\";s:4:\"16px\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";}}s:36:\"e3bbbbee-89f0-4e88-b697-13cdcde545f0\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Dark Slider\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:9:\"fullwidth\";s:2:\"on\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#333333\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.4em\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:569:\"{\"gcid-f2943306-fa6c-45f0-b632-5fc00151366a\":[\"read_more_text_color\",\"meta_text_color\",\"link_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\",\"text_text_color\"],\"gcid-secondary-color\":[\"pagination_text_color\",\"quote_border_color\",\"sale_badge_color\"],\"gcid-heading-color\":[\"header_2_text_color\",\"header_text_color\",\"header_3_text_color\",\"header_4_text_color\",\"header_5_text_color\",\"header_6_text_color\",\"quote_text_color\"],\"gcid-body-color\":[\"text_text_color\"],\"gcid-primary-color\":[\"link_text_color\",\"zoom_icon_color\",\"caption_text_color\"]}\";}}}s:7:\"default\";s:36:\"916766de-1568-4a80-8359-957d82c82212\";}s:10:\"et_pb_icon\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":13:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Icon Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"dfd0a315-5e72-4195-9911-9936ce1a7364\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"64px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Small imported\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"5495b6a8-1a45-496a-baa7-407b279ec6d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Icon Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";}}s:36:\"cab8f5f8-77bc-4f13-af08-bc74c6886183\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Small Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":51:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"icon_color\",\"border_color_all\"]}\";}}s:36:\"04552fb8-b6ab-4618-8d0b-0031add69af3\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Icon Circle Outline\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:56:\"{\"gcid-primary-color\":[\"border_color_all\",\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:16:\"border_width_all\";s:3:\"2px\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"db170d3f-bca7-402c-8bd3-fded0653edcc\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Large Light\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"64px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Small Light\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:10:\"icon_width\";s:4:\"32px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:5:\"align\";s:4:\"left\";}}s:36:\"6ed7879c-955c-40b2-8d12-4f70b28e2a5f\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Icon Small Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"16px\";s:18:\"global_colors_info\";s:102:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"icon_color\"]}\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"9a7e403c-63b0-45c9-aca4-c836076ec2ab\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Icon Circle Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"icon_width\";s:4:\"32px\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:5:\"align\";s:4:\"left\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"97584dd7-9d40-4f08-bbb0-5fb491dc08ee\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Icon Small Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"16px\";s:5:\"align\";s:4:\"left\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";}}s:36:\"3dafb31e-bb54-4d97-b8f7-1936bc4729d6\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Icon Circle Outline Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":50:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:10:\"icon_width\";s:4:\"32px\";s:12:\"border_radii\";s:26:\"on|100px|100px|100px|100px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:16:\"box_shadow_style\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"16px|16px|16px|16px|true|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:5:\"align\";s:4:\"left\";}}}s:7:\"default\";s:36:\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\";}s:11:\"et_pb_image\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Image Preset 1\";s:7:\"created\";i:1739409077000;s:7:\"updated\";i:1739409077000;s:7:\"version\";s:6:\"4.21.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":1:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"d0922e87-91bd-4a92-93b6-ba97284f635a\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Small Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.17.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"width\";s:4:\"64px\";s:6:\"height\";s:4:\"64px\";s:12:\"border_radii\";s:26:\"on|300px|300px|300px|300px\";}}s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"Professional Rounded\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Raised imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:6:{s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"40px\";s:15:\"box_shadow_blur\";s:5:\"112px\";s:17:\"box_shadow_spread\";s:5:\"-24px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"8249bb47-7bda-4c77-8a37-2a958f7a9826\";}s:11:\"et_pb_login\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Login Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"115c4536-bd39-465c-92e4-46fe2a9fb75a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Dark Solid Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":41:{s:27:\"form_field_background_color\";s:16:\"rgba(0,0,0,0.06)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:12:\"border_radii\";s:6:\"on||||\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:356:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\",\"background_color\",\"button_text_color\"],\"gcid-79b39b81-644f-4ab7-865f-b460373c4fde\":[\"form_field_background_color\"],\"gcid-body-color\":[\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"background_enable_color\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:20:\"use_background_color\";s:3:\"off\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"Professional Dark Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"use_background_color\";s:2:\"on\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:272:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-body-color\":[\"form_field_focus_text_color\",\"body_text_color\",\"form_field_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.06)\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"icon_color\";s:0:\"\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";}}s:36:\"faa7e44c-3e2b-4106-8551-3b0bc5e1b0fc\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Outlined Fields\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":40:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:20:\"use_background_color\";s:3:\"off\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"3d18384f-9dcd-4616-b9dc-2073a1af3730\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Light Outlined Fields Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.19.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":42:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"on|tablet\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"global_colors_info\";s:174:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all_fields\"],\"gcid-primary-color\":[\"background_color\"]}\";s:12:\"header_level\";s:2:\"h3\";s:20:\"form_field_font_size\";s:4:\"14px\";s:16:\"header_font_size\";s:4:\"32px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"22px\";s:22:\"header_font_size_phone\";s:4:\"17px\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}}s:7:\"default\";s:36:\"66869b9c-ae4a-4744-b365-4c063a50ca51\";}s:9:\"et_pb_cta\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Call To Action Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";O:8:\"stdClass\":6:{s:4:\"name\";s:5:\"Solid\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:63:\"{\"gcid-primary-color\":[\"button_text_color\",\"background_color\"]}\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"be0cc754-576a-4b1c-868d-f6226f85de4d\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Professional Outlined\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:188:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"background_layout\";s:5:\"light\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}s:36:\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\";O:8:\"stdClass\":6:{s:4:\"name\";s:6:\"Raised\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.2em\";s:14:\"body_font_size\";s:4:\"18px\";s:21:\"body_font_size_tablet\";s:4:\"16px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:17:\"background_layout\";s:5:\"light\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:123:\"{\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"0cae81ab-7223-4b50-8e71-bfb309c58c86\";}s:20:\"et_pb_circle_counter\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Circle Counter Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"circle_color\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:17:\"title_line_height\";s:5:\"1.3em\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:221:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"circle_color\"],\"gcid-primary-color\":[\"number_text_color\",\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:17:\"number_text_color\";s:18:\"gcid-primary-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";}}s:36:\"9168133e-dd95-43b3-9eda-f90c47f76a50\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:10:\"icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:121:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"circle_color\"]}\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"a7af523d-6b24-472c-84cc-c92908843c7c\";}s:14:\"et_pb_comments\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Comments Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":44:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:15:\"gcid-body-color\";s:27:\"form_field_focus_text_color\";s:15:\"gcid-body-color\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:255:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\",\"title_text_color\"],\"gcid-body-color\":[\"body_text_color\",\"form_field_text_color\",\"form_field_focus_text_color\"],\"gcid-primary-color\":[\"button_bg_color\"]}\";s:15:\"meta_text_color\";s:7:\"#000000\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";}}s:36:\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":156:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"50px\";s:23:\"header_font_size_tablet\";s:4:\"28px\";s:22:\"header_font_size_phone\";s:4:\"20px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"32px\";s:22:\"title_font_size_tablet\";s:4:\"22px\";s:21:\"title_font_size_phone\";s:4:\"17px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.3em\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"meta_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:15:\"form_field_font\";s:20:\"Open Sans|500|||||||\";s:20:\"form_field_font_size\";s:4:\"14px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:103:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-primary-color\":[\"button_text_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:12:\"header_level\";s:2:\"h1\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:11:\"title_level\";s:2:\"h3\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:14:\"meta_font_size\";s:4:\"14px\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:16:\"meta_line_height\";s:3:\"1em\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|200px|200px|200px|200px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:22:\"button_bg_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"abb240a2-a953-4e48-8a6f-4661409a9742\";}s:18:\"et_pb_contact_form\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Contact Form Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"Outlined Fields Dark\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:29:{s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#3c3a47\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:19:\"10px||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:193:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"button_bg_color\"],\"gcid-body-color\":[\"form_field_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"title_text_color\";s:7:\"#0e0c19\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:20:\"form_field_font_size\";s:4:\"16px\";}}s:36:\"9874b2d1-c631-4413-b13d-a703702f0d2e\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Outlined Fields Light\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:20:\"button_border_radius\";s:5:\"100px\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:19:\"button_border_width\";s:3:\"0px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"50px\";s:22:\"title_font_size_tablet\";s:4:\"28px\";s:21:\"title_font_size_phone\";s:4:\"20px\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:17:\"title_line_height\";s:5:\"1.2em\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}}s:7:\"default\";s:36:\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\";}s:21:\"et_pb_countdown_timer\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Countdown Timer Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:35:\"--et_global_heading_font|700|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"21d9d441-ad69-4618-b7ed-1dab6d1b1b37\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Dark Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:192:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"],\"gcid-primary-color\":[\"numbers_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"label_text_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:17:\"label_line_height\";s:6:\"1.75em\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:12:\"header_level\";s:2:\"h4\";s:17:\"background_layout\";s:5:\"light\";s:18:\"numbers_text_color\";s:18:\"gcid-primary-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:16:\"label_text_color\";s:15:\"gcid-body-color\";}}s:36:\"c8fe212b-2c10-4f2f-9c49-7e5af028f205\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"use_background_color\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";}}s:36:\"eac83c89-78b3-4360-8041-c5c687394e72\";O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"Professional Light Small\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:20:\"use_background_color\";s:3:\"off\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"11px\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:18:\"header_line_height\";s:3:\"1em\";s:28:\"header_font_size_last_edited\";s:9:\"on|tablet\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";}}s:36:\"15561cd4-5e8c-4d65-9934-bb7ba2de9e32\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:14:\"custom_padding\";s:22:\"40px||40px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:4:\"15px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:18:\"header_line_height\";s:5:\"1.3em\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:36:\"24f4622c-dc49-44d7-92dc-44436f63903d\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:5:\"color\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"max_height\";s:3:\"2px\";}}s:36:\"5c68603e-6ebf-4536-9781-02f359d92460\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.25.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";}}}s:7:\"default\";s:36:\"60d50599-c33f-4d15-910d-403ece0e1e93\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"8363d3a1-7f13-4aae-8984-26124f93e21c\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Color to White Hard Gradient\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:34:\"gcid-primary-color 80%|#ffffff 80%\";s:31:\"background_color_gradient_start\";s:41:\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\";s:40:\"background_color_gradient_start_position\";s:3:\"80%\";s:29:\"background_color_gradient_end\";s:7:\"#ffffff\";s:38:\"background_color_gradient_end_position\";s:3:\"80%\";s:18:\"global_colors_info\";s:117:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"colorStart\"],\"gcid-primary-color\":[\"background_color_gradient_stops\"]}\";s:16:\"background_color\";s:7:\"#FFFFFF\";}}s:36:\"74c69059-8e69-4122-b1e6-dfeabf6c5711\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Dark Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.9) 100%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:10:\"title_text\";s:9:\"1920x1080\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"e68aa8c9-06e1-48cb-b82b-29ec720aed4c\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Split Image Light Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:35:\"background_color_gradient_direction\";s:5:\"90deg\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:31:\"background_color_gradient_stops\";s:35:\"#ffffff 50%|rgba(255,255,255,0) 50%\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_color_gradient_start\";s:15:\"rgba(0,0,0,0.5)\";s:29:\"background_color_gradient_end\";s:16:\"rgba(0,0,0,0.75)\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:21:\"custom_padding_tablet\";s:19:\"||28vw||false|false\";s:20:\"custom_padding_phone\";s:19:\"||28vw||false|false\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"8b94a622-758a-4b9e-9061-30742843a194\";O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"Professional Dark Gradient Image Pattern Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:2:\"on\";s:24:\"background_pattern_style\";s:7:\"crosses\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:31:\"background_color_gradient_stops\";s:39:\"rgba(0,0,0,0.95) 0%|rgba(0,0,0,0.7) 99%\";s:35:\"background_color_gradient_direction\";s:6:\"120deg\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c948bff6-554d-4de7-99f0-8c1387a293a6\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"048d8e79-b07f-439b-bd57-f41c14f0a56b\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Raised Medium\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:22:\"|30px||30px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:128:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\",\"background_color\"]}\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Professional Raised Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":15:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:140:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\",\"button_text_color\"]}\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:23:\"background_enable_color\";s:2:\"on\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"647a06f8-6775-4c03-b219-e3bea9831eeb\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Color Left Shadow\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"make_equal\";s:2:\"on\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:16:\"box_shadow_style\";s:7:\"preset4\";s:21:\"box_shadow_horizontal\";s:5:\"-30vw\";s:19:\"box_shadow_vertical\";s:3:\"0px\";s:16:\"box_shadow_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:232:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"header_text_color\"],\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-primary-color\":[\"box_shadow_color\"]}\";}}s:36:\"333b8a65-5730-490d-b80e-51611171c668\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":8:{s:10:\"make_equal\";s:2:\"on\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";}}s:36:\"0070c5a2-e41f-43d4-8a42-bc046853b625\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Outlined Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"24385ca2-769f-4664-bda9-1443db945d08\";O:8:\"stdClass\":6:{s:4:\"name\";s:37:\"Professional Colored Background Dense\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";}}s:36:\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"60311d87-f064-4720-8ab4-13c11455a3a3\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Colored Outlined Medium\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:29:\"30px|30px|30px|30px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"border_color_all\"]}\";}}s:36:\"6ee989c6-ce83-4f88-8565-5aa92b2b8c6a\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Outlined to Raised\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":16:{s:14:\"custom_padding\";s:30:\"30px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.05)\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";}}s:36:\"deb82190-c402-496d-9cea-a1d08a63686c\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Light Gradient Overlay\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:29:\"use_background_color_gradient\";s:2:\"on\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"custom_padding\";s:31:\"210px|30px|30px|30px|false|true\";s:21:\"custom_padding_tablet\";s:30:\"30px|30px|30px|30px|false|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:18:\"global_colors_info\";s:67:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"button_text_color\"]}\";s:23:\"background_enable_image\";s:3:\"off\";}}s:36:\"92716280-2ae8-4a3a-8254-2d5a51101853\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Colored Background Medium\";s:7:\"created\";i:1739407570000;s:7:\"updated\";i:1739407570000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"c2f625f9-9ceb-49cd-b55b-91a31f8373ff\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Outlined Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":14:{s:14:\"custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:21:\"custom_padding_tablet\";s:21:\"|30px||30px|true|true\";s:20:\"custom_padding_phone\";s:21:\"|20px||20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"]}\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"box_shadow_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:19:\"box_shadow_position\";s:5:\"outer\";}}s:36:\"ee63a3b3-8aed-4504-ae5f-bc6dfee247cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"Professional Colored Background Big\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":6:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";}}s:36:\"abf3c322-b168-4918-b3da-edbf076632f5\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Large\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:29:\"60px|60px|60px|60px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:18:\"global_colors_info\";s:109:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"],\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"color\"]}\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"5ba9882c-2fb0-4277-8d1c-e8cc74feeb07\";O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Professional Raised Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:16:\"background_color\";s:7:\"#ffffff\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:21:\"custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:20:\"custom_padding_phone\";s:30:\"20px|20px|20px|20px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:16:\"box_shadow_style\";s:7:\"preset1\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:55:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"color\"]}\";}}s:36:\"a5263d39-fad2-4768-9385-243a7b74537a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Outlined Light Dense imported\";s:7:\"created\";i:1739408274000;s:7:\"updated\";i:1739408274000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":4:{s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:7:\"#e02b20\";s:18:\"global_colors_info\";s:66:\"{\"gcid-f113ad93-2527-46d7-862b-fc71181c6b5e\":[\"border_color_all\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:15:\"et_pb_accordion\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Accordion Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Dark Outlined\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:208:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\"],\"gcid-primary-color\":[\"open_toggle_text_color\",\"icon_color\"],\"gcid-heading-color\":[\"toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:18:\"gcid-heading-color\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:22:\"open_toggle_text_color\";s:18:\"gcid-primary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":26:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:210:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"quote_icon_color\",\"icon_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"toggle_text_color\"],\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"border_color_all\"]}\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"body_line_height\";s:6:\"1.75em\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"73efbc9d-37bf-4f75-b3d8-498640ef079f\";}s:12:\"et_pb_toggle\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Toggle Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"Professional Dark Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:11:\"toggle_icon\";s:17:\"&#xf2d1;||fa||900\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"open_toggle_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:18:\"global_colors_info\";s:367:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"icon_color\",\"open_icon_color\"],\"gcid-heading-color\":[\"title_text_color\",\"open_toggle_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"title_text_color\",\"icon_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:15:\"open_icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"6e04e9d7-d629-4c97-b7b1-533bd5c82c40\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Light Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:4:\"4.23\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":109:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:18:\"use_icon_font_size\";s:2:\"on\";s:14:\"icon_font_size\";s:4:\"16px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:11:\"title_level\";s:2:\"h5\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:15:\"title_font_size\";s:4:\"18px\";s:22:\"title_font_size_tablet\";s:4:\"15px\";s:21:\"title_font_size_phone\";s:4:\"14px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:5:\"1.3em\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:21:\"rgba(255,255,255,0.4)\";s:16:\"box_shadow_style\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:7:\"z_index\";s:1:\"1\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}}s:7:\"default\";s:36:\"a620ff21-a81b-42ce-b760-0665893351a8\";}s:11:\"et_pb_audio\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Audio Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"background_layout\";s:5:\"light\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"1244fab8-e469-4b8f-92fe-ac3b2486522e\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Professional Dark Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":19:{s:23:\"background_enable_color\";s:2:\"on\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:149:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"background_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:19:\"box_shadow_position\";s:5:\"outer\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";}}s:36:\"d862b421-844a-4f9a-ba35-1effbd28052a\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Dark Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":77:{s:18:\"global_colors_info\";s:84:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"]}\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:15:\"gcid-body-color\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}s:36:\"d2086dff-5243-410b-9bf2-08cac194e5ba\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:16:\"background_color\";s:21:\"rgba(124,218,36,0.64)\";s:18:\"global_colors_info\";s:66:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:23:\"background_enable_color\";s:3:\"off\";s:14:\"custom_padding\";s:25:\"0px|0px|0px|0px|true|true\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"7f344681-f519-49a2-af1c-60e2bd0bfe2a\";O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"Professional Light Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:16:\"background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:43:\"{\"gcid-primary-color\":[\"background_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:22:\"title_font_size_tablet\";s:4:\"20px\";s:21:\"title_font_size_phone\";s:4:\"16px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:35:\"--et_global_heading_font|700|||||||\";s:12:\"caption_font\";s:29:\"--et_global_body_font||||||||\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";}}s:36:\"eda409a5-1785-43c9-a80a-fafc91605309\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Light Contained Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":75:{s:18:\"global_colors_info\";s:126:\"{\"gcid-heading-color\":[\"title_text_color\"],\"gcid-body-color\":[\"caption_text_color\"],\"gcid-primary-color\":[\"background_color\"]}\";s:10:\"title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:18:\"gcid-primary-color\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:11:\"title_level\";s:2:\"h2\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"border_radii_image\";s:6:\"on||||\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:6:\"center\";s:17:\"background_layout\";s:4:\"dark\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:8:\"relative\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"custom_padding\";s:29:\"20px|20px|20px|20px|true|true\";}}}s:7:\"default\";s:36:\"39da57ba-60a3-44c1-8ccc-94e60e57d3f8\";}s:14:\"et_pb_counters\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:21:\"Bar Counters Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";O:8:\"stdClass\":6:{s:4:\"name\";s:17:\"Professional Dark\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":17:{s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:81:\"{\"gcid-primary-color\":[\"bar_bg_color\"],\"gcid-heading-color\":[\"title_text_color\"]}\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:9:\"on|tablet\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:12:\"bar_bg_color\";s:18:\"gcid-primary-color\";s:16:\"title_text_color\";s:18:\"gcid-heading-color\";s:16:\"background_color\";s:16:\"rgba(0,0,0,0.08)\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"5e433e64-a35d-4474-afe6-4ab6cf39fb55\";O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"Professional Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":18:{s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:16:\"background_color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"custom_padding\";s:20:\"6px||6px||true|false\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:110:\"{\"gcid-830e736d-f9b1-4fad-8a7d-98407745daa5\":[\"background_color\"],\"gcid-primary-color\":[\"percent_text_color\"]}\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:23:\"background_enable_color\";s:2:\"on\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";}}}s:7:\"default\";s:36:\"fe5b86fa-6900-472d-81d2-dc661855a3cb\";}s:10:\"et_pb_blog\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Blog Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\";O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Professional Fullwidth\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"24px\";s:23:\"header_font_size_tablet\";s:4:\"18px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:11:\"use_overlay\";s:3:\"off\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:14:\"body_font_size\";s:4:\"16px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";}}s:36:\"6a574beb-bb51-48e2-9511-1e113c517294\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Fullwidth - Narrow Column\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:10:\"on|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:195:\"{\"gcid-secondary-color\":[\"pagination_text_color\",\"read_more_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"meta_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"show_thumbnail\";s:2:\"on\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:10:\"on|desktop\";s:15:\"show_pagination\";s:2:\"on\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";O:8:\"stdClass\":6:{s:4:\"name\";s:29:\"Professional Masonry Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.18.0\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"2px\";s:16:\"border_color_all\";s:16:\"rgba(0,0,0,0.08)\";s:18:\"global_colors_info\";s:260:\"{\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\":[\"border_color_all\"],\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:11:\"use_overlay\";s:3:\"off\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"251200d6-920d-4a1e-b62c-e61f564bd204\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Masonry Raised Cards\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.15.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":32:{s:9:\"fullwidth\";s:3:\"off\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:6:\"14.5px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:12:\"border_radii\";s:18:\"on|6px|6px|6px|6px\";s:16:\"border_width_all\";s:3:\"0px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:195:\"{\"gcid-primary-color\":[\"meta_text_color\"],\"gcid-secondary-color\":[\"read_more_text_color\",\"pagination_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"]}\";s:16:\"body_line_height\";s:6:\"1.75em\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"rgba(0,0,0,0.12)\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"3a376763-6eec-4e3b-9584-75f43ea48e8a\";}s:11:\"et_pb_blurb\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":20:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Blurb Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"Top Image/Icon\";s:7:\"created\";i:1739441469000;s:7:\"updated\";i:1739441469000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:18:\"global_colors_info\";s:141:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\",\"icon_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"8c41c098-707e-4840-a7d5-34bdba8841b6\";O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"Professional Top Icon Contained\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":24:{s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:18:\"global_colors_info\";s:194:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"icon_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:32:\"--et_global_heading_font||||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:29:\"--et_global_body_font||||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:14:\"icon_alignment\";s:4:\"left\";}}s:36:\"212b201d-2c34-41bd-936c-851b7357d08b\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":113:{s:18:\"global_colors_info\";s:141:\"{\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:24:\"image_icon_custom_margin\";s:15:\"||||false|false\";s:25:\"image_icon_custom_padding\";s:15:\"||||false|false\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"65059203-12d3-44f6-8371-3f5cf61a0475\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"Left Image/Icon imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.24.2\";s:8:\"settings\";a:23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:217:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"image_icon_background_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#0e0c19\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#3c3a47\";s:10:\"icon_color\";s:7:\"#03045e\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:7:\"#03045e\";}}s:36:\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":23:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:11:\"off|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:141:\"{\"gcid-body-color\":[\"body_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-primary-color\":[\"icon_color\",\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"24px\";s:9:\"animation\";s:3:\"off\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"7bddca4d-0607-4a64-83b6-89baa1072f9a\";O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"Professional Left Image Circle\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":20:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"45b26d2b-79d4-4066-9585-263815e1a9a2\";O:8:\"stdClass\":6:{s:4:\"name\";s:23:\"Left Image Circle Dense\";s:7:\"created\";i:1739441500000;s:7:\"updated\";i:1739441500000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":21:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:18:\"global_colors_info\";s:128:\"{\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"],\"gcid-primary-color\":[\"body_link_text_color\"]}\";s:16:\"image_icon_width\";s:4:\"40px\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"c4be762d-d134-408e-b49a-ae764af14c39\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Left Icon Contained\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:16:\"image_icon_width\";s:4:\"24px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"851c879b-1a0d-46d0-98f5-a2b2a6829e53\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Dense\";s:7:\"created\";i:1739408775000;s:7:\"updated\";i:1739408775000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":25:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:11:\"off|desktop\";s:18:\"header_line_height\";s:5:\"1.5em\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:9:\"off|phone\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:27:\"image_icon_background_color\";s:18:\"gcid-primary-color\";s:18:\"global_colors_info\";s:158:\"{\"gcid-primary-color\":[\"image_icon_background_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"16px\";s:18:\"border_radii_image\";s:22:\"on|40px|40px|40px|40px\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"dab42aa8-8b6a-49f5-8175-30b022801177\";O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"Professional Left Icon Contained Outlined\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":116:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:8:\"||||||||\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:166:\"{\"gcid-primary-color\":[\"border_color_all_image\",\"icon_color\",\"body_link_text_color\"],\"gcid-heading-color\":[\"header_text_color\"],\"gcid-body-color\":[\"body_text_color\"]}\";s:22:\"border_color_all_image\";s:18:\"gcid-primary-color\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:18:\"gcid-heading-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:15:\"gcid-body-color\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";s:20:\"body_link_text_color\";s:18:\"gcid-primary-color\";}}s:36:\"432a0261-7edc-4483-aaee-e62e34cb1bce\";O:8:\"stdClass\":6:{s:4:\"name\";s:33:\"Professional Top Image/Icon Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":105:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"icon_alignment\";s:4:\"left\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"1d431978-603a-4044-b96b-3cc1d9396512\";O:8:\"stdClass\":6:{s:4:\"name\";s:39:\"Professional Top Image/Icon Light Dense\";s:7:\"created\";i:1739441418000;s:7:\"updated\";i:1739441418000;s:7:\"version\";s:6:\"4.24.3\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":112:{s:18:\"global_colors_info\";s:129:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"]}\";s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:3:\"top\";s:12:\"header_level\";s:2:\"h4\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"image_icon_width\";s:4:\"32px\";}}s:36:\"ca79a742-981f-479f-a8a2-3a0292efaff0\";O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"Professional Left Image/Icon Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"off\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:2:\"{}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"image_icon_width\";s:4:\"40px\";}}s:36:\"6da12b9a-4969-437a-b1e5-f6741de8d0cf\";O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"Professional Left Image/Icon Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":108:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:18:\"on|6px|6px|6px|6px\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:18:\"global_colors_info\";s:70:\"{\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\":[\"body_link_text_color\"]}\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"862c9607-1b6f-4b69-8945-31700042b129\";O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"Professional Left Image Circle Light\";s:7:\"created\";i:1739409871000;s:7:\"updated\";i:1739409871000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:8:\"on|phone\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"9fa452d3-655e-41ad-bd88-d96549d48b09\";O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"Professional Left Image Circle Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.23.1\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":110:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"40px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"14px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:16:\"box_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";}}s:36:\"bd45b1f0-c189-484c-8814-0ecca3ca7b0a\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Left Icon Contained Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":114:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"24px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"4a510d95-7f17-4c17-a113-75d62e2e5863\";O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"Professional Left Icon Contained Dense Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":111:{s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:16:\"image_icon_width\";s:4:\"16px\";s:17:\"content_max_width\";s:4:\"100%\";s:12:\"header_level\";s:2:\"h4\";s:16:\"header_font_size\";s:4:\"14px\";s:23:\"header_font_size_tablet\";s:4:\"13px\";s:22:\"header_font_size_phone\";s:4:\"13px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.5em\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:12:\"border_radii\";s:6:\"on||||\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:25:\"8px|8px|8px|8px|true|true\";s:16:\"box_shadow_style\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:17:\"background_layout\";s:5:\"light\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:9:\"animation\";s:3:\"top\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:14:\"body_font_size\";s:4:\"14px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"global_colors_info\";s:37:\"{\"gcid-primary-color\":[\"icon_color\"]}\";s:10:\"icon_color\";s:18:\"gcid-primary-color\";}}s:36:\"12916bfb-195d-4e34-8e78-0c98b13ae966\";O:8:\"stdClass\":6:{s:4:\"name\";s:47:\"Professional Left Icon Contained Outlined Light\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":27:{s:14:\"icon_alignment\";s:4:\"left\";s:17:\"content_max_width\";s:4:\"100%\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"body_line_height\";s:6:\"1.75em\";s:14:\"icon_placement\";s:4:\"left\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:182:\"{\"gcid-9a15b43a-75da-4015-a522-d0ef1179ded7\":[\"body_text_color\"],\"gcid-3e0ae39b-d026-4173-b444-0c785917aeff\":[\"body_text_color\"],\"gcid-primary-color\":[\"image_icon_background_color\"]}\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:22:\"border_width_all_image\";s:3:\"2px\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:10:\"icon_color\";s:7:\"#FFFFFF\";}}}s:7:\"default\";s:36:\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";O:8:\"stdClass\":5:{s:4:\"name\";s:22:\"Primary Solid imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:12:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#03045e\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"af23e244-1b06-4dff-a77e-98cc35b2c188\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.6\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:18:\"gcid-primary-color\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:42:\"{\"gcid-primary-color\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"8f56c411-db99-421d-8465-2b11f170e039\";O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"Professional Primary Solid Black\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":11:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"c6f9a26b-dc05-4e19-9264-f343c67e8720\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Black Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.7\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":10:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:15:\"button_bg_color\";s:7:\"#000000\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:65:\"{\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\":[\"button_bg_color\"]}\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:19:\"button_border_width\";s:3:\"0px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"ab15fb74-61a3-43aa-96b3-41e09aeef654\";O:8:\"stdClass\":5:{s:4:\"name\";s:28:\"Primary Solid Light imported\";s:7:\"created\";i:1739441522000;s:7:\"updated\";i:1739441522000;s:7:\"version\";s:6:\"4.14.6\";s:8:\"settings\";a:9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"14px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:7:\"#03045e\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}s:36:\"d675bf72-f241-421e-ae1a-99b99bc0992e\";O:8:\"stdClass\":6:{s:4:\"name\";s:38:\"Professional Primary Solid Light Dense\";s:7:\"created\";i:1739406306000;s:7:\"updated\";i:1739406306000;s:7:\"version\";s:6:\"4.14.8\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":9:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:20:\"button_border_radius\";s:5:\"100px\";s:14:\"custom_padding\";s:27:\"6px|12px|6px|12px|true|true\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:19:\"button_border_width\";s:3:\"0px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";}}}s:7:\"default\";s:36:\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\";}s:15:\"et_pb_row_inner\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.4\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\";O:8:\"stdClass\":6:{s:4:\"name\";s:13:\"Raised Medium\";s:7:\"created\";i:1739441443000;s:7:\"updated\";i:1739441443000;s:7:\"version\";s:6:\"4.24.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":12:{s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1739441522000;s:5:\"label\";s:20:\"Imported From Layout\";}','off'),
(2748,'et_pb_contact_form_3ae5c788d34279bc3ccd5f910227eded','off','auto'),
(2840,'_transient_doing_cron','1741577489.5763309001922607421875','on'),
(2097,'_et_builder_da_feature_cache','a:2:{i:0;s:39:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\"}\";i:1;a:2:{s:8:\"notfound\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:13:\"et_pb_heading\";i:4;s:10:\"et_pb_text\";i:5;s:12:\"et_pb_button\";i:6;s:11:\"et_pb_image\";}s:29:\"_et_dynamic_cached_attributes\";a:800:{s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:15:\"animation_style\";s:4:\"none\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}}s:8:\"author/1\";a:1:{s:29:\"_et_dynamic_cached_shortcodes\";a:0:{}}}}','auto'),
(882,'WPLANG','','auto'),
(883,'new_admin_email','ggmuco@gmail.com','auto'),
(748,'divi_form_styler_current_version','2.2.1','auto'),
(749,'divi_form_styler_install_date','1739587676','auto'),
(485,'et_pb_contact_form_4ab825e1b108e9aa0e9ae97f97210115','off','auto'),
(495,'_transient_health-check-site-status-result','{\"good\":17,\"recommended\":6,\"critical\":0}','on'),
(1389,'action_scheduler_lock_async-request-runner','67b2734bda1ad6.53022706|1739748231','no'),
(2089,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1740402149;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:6:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"5.3.7\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.5.3.7.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:34:\"cf7-styler-for-divi/cf7-styler.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:33:\"w.org/plugins/cf7-styler-for-divi\";s:4:\"slug\";s:19:\"cf7-styler-for-divi\";s:6:\"plugin\";s:34:\"cf7-styler-for-divi/cf7-styler.php\";s:11:\"new_version\";s:5:\"2.2.1\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/cf7-styler-for-divi/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/cf7-styler-for-divi.2.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:64:\"https://ps.w.org/cf7-styler-for-divi/assets/icon.svg?rev=2983509\";s:3:\"svg\";s:64:\"https://ps.w.org/cf7-styler-for-divi/assets/icon.svg?rev=2983509\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/cf7-styler-for-divi/assets/banner-1544x500.png?rev=2983509\";s:2:\"1x\";s:74:\"https://ps.w.org/cf7-styler-for-divi/assets/banner-772x250.png?rev=2983509\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:25:\"fluentform/fluentform.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"w.org/plugins/fluentform\";s:4:\"slug\";s:10:\"fluentform\";s:6:\"plugin\";s:25:\"fluentform/fluentform.php\";s:11:\"new_version\";s:6:\"5.2.12\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/fluentform/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/fluentform.5.2.12.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/fluentform/assets/icon-256x256.png?rev=1794277\";s:2:\"1x\";s:63:\"https://ps.w.org/fluentform/assets/icon-128x128.png?rev=1794277\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/fluentform/assets/banner-1544x500.png?rev=2957809\";s:2:\"1x\";s:65:\"https://ps.w.org/fluentform/assets/banner-772x250.png?rev=2957809\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:27:\"fluent-smtp/fluent-smtp.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/fluent-smtp\";s:4:\"slug\";s:11:\"fluent-smtp\";s:6:\"plugin\";s:27:\"fluent-smtp/fluent-smtp.php\";s:11:\"new_version\";s:6:\"2.2.90\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/fluent-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/fluent-smtp.2.2.90.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/fluent-smtp/assets/icon.svg?rev=2458343\";s:3:\"svg\";s:56:\"https://ps.w.org/fluent-smtp/assets/icon.svg?rev=2458343\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/fluent-smtp/assets/banner-1544x500.png?rev=2606439\";s:2:\"1x\";s:66:\"https://ps.w.org/fluent-smtp/assets/banner-772x250.png?rev=2606439\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";}s:27:\"maintenance/maintenance.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/maintenance\";s:4:\"slug\";s:11:\"maintenance\";s:6:\"plugin\";s:27:\"maintenance/maintenance.php\";s:11:\"new_version\";s:4:\"4.17\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/maintenance/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/maintenance.4.17.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/maintenance/assets/icon-256x256.png?rev=2689583\";s:2:\"1x\";s:64:\"https://ps.w.org/maintenance/assets/icon-128x128.png?rev=2689583\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/maintenance/assets/banner-772x250.png?rev=1637471\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";}s:27:\"wp-optimize/wp-optimize.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/wp-optimize\";s:4:\"slug\";s:11:\"wp-optimize\";s:6:\"plugin\";s:27:\"wp-optimize/wp-optimize.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/wp-optimize/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/wp-optimize.4.0.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-256x256.png?rev=1552899\";s:2:\"1x\";s:64:\"https://ps.w.org/wp-optimize/assets/icon-128x128.png?rev=1552899\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/wp-optimize/assets/banner-1544x500.png?rev=2125385\";s:2:\"1x\";s:66:\"https://ps.w.org/wp-optimize/assets/banner-772x250.png?rev=2125385\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}}s:7:\"checked\";a:6:{s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:34:\"cf7-styler-for-divi/cf7-styler.php\";s:5:\"2.2.1\";s:25:\"fluentform/fluentform.php\";s:6:\"5.2.12\";s:27:\"fluent-smtp/fluent-smtp.php\";s:6:\"2.2.90\";s:27:\"maintenance/maintenance.php\";s:4:\"4.17\";s:27:\"wp-optimize/wp-optimize.php\";s:5:\"4.0.1\";}}','off'),
(1446,'wpo_minify_config','a:59:{s:5:\"debug\";b:0;s:19:\"enabled_css_preload\";b:0;s:18:\"enabled_js_preload\";b:0;s:11:\"hpreconnect\";s:0:\"\";s:8:\"hpreload\";s:0:\"\";s:7:\"loadcss\";b:0;s:10:\"remove_css\";b:0;s:17:\"critical_path_css\";s:0:\"\";s:31:\"critical_path_css_is_front_page\";s:0:\"\";s:30:\"preserve_settings_on_uninstall\";b:1;s:22:\"disable_when_logged_in\";b:0;s:16:\"default_protocol\";s:7:\"dynamic\";s:17:\"html_minification\";b:1;s:16:\"clean_header_one\";b:0;s:13:\"emoji_removal\";b:1;s:18:\"merge_google_fonts\";b:1;s:19:\"enable_display_swap\";b:1;s:18:\"remove_googlefonts\";b:0;s:31:\"disable_google_fonts_processing\";b:0;s:13:\"gfonts_method\";s:7:\"inherit\";s:15:\"fawesome_method\";s:7:\"inherit\";s:10:\"enable_css\";b:1;s:23:\"enable_css_minification\";b:1;s:21:\"enable_merging_of_css\";b:1;s:23:\"remove_print_mediatypes\";b:0;s:10:\"inline_css\";b:0;s:9:\"enable_js\";b:1;s:22:\"enable_js_minification\";b:1;s:20:\"enable_merging_of_js\";b:1;s:15:\"enable_defer_js\";s:10:\"individual\";s:13:\"defer_js_type\";s:5:\"defer\";s:12:\"defer_jquery\";b:1;s:18:\"enable_js_trycatch\";b:0;s:19:\"exclude_defer_login\";b:1;s:7:\"cdn_url\";s:0:\"\";s:9:\"cdn_force\";b:0;s:15:\"enable_delay_js\";b:0;s:17:\"enable_preload_js\";b:0;s:16:\"exclude_delay_js\";s:0:\"\";s:9:\"async_css\";s:0:\"\";s:8:\"async_js\";s:0:\"\";s:24:\"disable_css_inline_merge\";b:1;s:6:\"ualist\";a:5:{i:0;s:9:\"Googlebot\";i:1;s:17:\"Chrome-Lighthouse\";i:2;s:8:\"GTmetrix\";i:3;s:14:\"HeadlessChrome\";i:4;s:7:\"Pingdom\";}s:32:\"exclude_js_from_page_speed_tools\";b:0;s:33:\"exclude_css_from_page_speed_tools\";b:0;s:9:\"blacklist\";a:0:{}s:11:\"ignore_list\";a:0:{}s:10:\"exclude_js\";s:0:\"\";s:11:\"exclude_css\";s:0:\"\";s:23:\"edit_default_exclutions\";b:0;s:18:\"merge_allowed_urls\";s:0:\"\";s:7:\"enabled\";b:0;s:17:\"last-cache-update\";i:1740013157;s:14:\"plugin_version\";s:5:\"0.0.0\";s:14:\"cache_lifespan\";i:30;s:25:\"merge_inline_extra_css_js\";b:1;s:16:\"enable_analytics\";b:0;s:16:\"analytics_method\";s:6:\"gtagv4\";s:11:\"tracking_id\";s:0:\"\";}','auto'),
(1447,'updraft_task_manager_plugins','a:1:{i:0;s:27:\"wp-optimize/wp-optimize.php\";}','auto'),
(1448,'updraft_task_manager_dbversion','1.1','auto'),
(1454,'wpo_update_version','4.0.1','auto'),
(1459,'wp-optimize-install-or-update-notice-show-time','1739748215','auto'),
(1460,'_transient_wpo_get_cache_size','a:2:{s:4:\"size\";i:0;s:10:\"file_count\";i:0;}','on'),
(1461,'updraft_lock_load-url-task','0','no'),
(1462,'updraft_lock_wpo_page_cache_preloader_creating_tasks','0','no'),
(1463,'wp-optimize-is_gzip_compression_enabled','brotli','auto'),
(1464,'updraft_lock_wpo_minify_preloader_creating_tasks','0','no'),
(1471,'wp-optimize-autosmush','1','auto'),
(1472,'wp-optimize-show_smush_metabox','show','auto'),
(1473,'Re_Smush_It_Task','1739748234','auto'),
(1485,'_transient_timeout_dirsize_cache','2055109066','off');
INSERT INTO `wp_options` VALUES
(1486,'_transient_dirsize_cache','a:1123:{s:58:\"/home/asyahavacilik/public_html/.well-known/acme-challenge\";i:0;s:43:\"/home/asyahavacilik/public_html/.well-known\";i:0;s:58:\"/home/asyahavacilik/public_html/wp-includes/block-bindings\";i:3610;s:48:\"/home/asyahavacilik/public_html/wp-includes/l10n\";i:31237;s:54:\"/home/asyahavacilik/public_html/wp-includes/php-compat\";i:1253;s:70:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-featured-image\";i:29757;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/pattern\";i:411;s:75:\"/home/asyahavacilik/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:55:\"/home/asyahavacilik/public_html/wp-includes/blocks/html\";i:3770;s:59:\"/home/asyahavacilik/public_html/wp-includes/blocks/freeform\";i:41824;s:66:\"/home/asyahavacilik/public_html/wp-includes/blocks/navigation-link\";i:11224;s:57:\"/home/asyahavacilik/public_html/wp-includes/blocks/button\";i:13926;s:62:\"/home/asyahavacilik/public_html/wp-includes/blocks/social-link\";i:3474;s:69:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-comments-form\";i:9994;s:65:\"/home/asyahavacilik/public_html/wp-includes/blocks/comments-title\";i:1745;s:70:\"/home/asyahavacilik/public_html/wp-includes/blocks/comment-author-name\";i:1677;s:55:\"/home/asyahavacilik/public_html/wp-includes/blocks/file\";i:11796;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/page-list\";i:7663;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/quote\";i:7166;s:65:\"/home/asyahavacilik/public_html/wp-includes/blocks/page-list-item\";i:1109;s:61:\"/home/asyahavacilik/public_html/wp-includes/blocks/site-title\";i:3007;s:78:\"/home/asyahavacilik/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:59:\"/home/asyahavacilik/public_html/wp-includes/blocks/archives\";i:1725;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/latest-posts\";i:11054;s:67:\"/home/asyahavacilik/public_html/wp-includes/blocks/query-no-results\";i:899;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-excerpt\";i:3285;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/query\";i:13723;s:67:\"/home/asyahavacilik/public_html/wp-includes/blocks/query-pagination\";i:5775;s:64:\"/home/asyahavacilik/public_html/wp-includes/blocks/template-part\";i:6686;s:57:\"/home/asyahavacilik/public_html/wp-includes/blocks/avatar\";i:2296;s:61:\"/home/asyahavacilik/public_html/wp-includes/blocks/categories\";i:3861;s:79:\"/home/asyahavacilik/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:55:\"/home/asyahavacilik/public_html/wp-includes/blocks/code\";i:2638;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/video\";i:7878;s:57:\"/home/asyahavacilik/public_html/wp-includes/blocks/spacer\";i:4737;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/text-columns\";i:3034;s:57:\"/home/asyahavacilik/public_html/wp-includes/blocks/search\";i:19702;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/social-links\";i:61369;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/columns\";i:9193;s:75:\"/home/asyahavacilik/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:61:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-title\";i:2783;s:59:\"/home/asyahavacilik/public_html/wp-includes/blocks/nextpage\";i:3039;s:62:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-author\";i:3915;s:66:\"/home/asyahavacilik/public_html/wp-includes/blocks/latest-comments\";i:6816;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/block\";i:587;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/group\";i:8051;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/site-tagline\";i:2149;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/home-link\";i:1130;s:57:\"/home/asyahavacilik/public_html/wp-includes/blocks/column\";i:1636;s:66:\"/home/asyahavacilik/public_html/wp-includes/blocks/comment-content\";i:1838;s:61:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-terms\";i:1981;s:59:\"/home/asyahavacilik/public_html/wp-includes/blocks/calendar\";i:3804;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/site-logo\";i:17033;s:67:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-author-name\";i:1629;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/image\";i:65362;s:59:\"/home/asyahavacilik/public_html/wp-includes/blocks/comments\";i:28882;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/widget-group\";i:400;s:54:\"/home/asyahavacilik/public_html/wp-includes/blocks/rss\";i:4491;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-content\";i:1894;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/gallery\";i:83294;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/missing\";i:617;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/preformatted\";i:1907;s:69:\"/home/asyahavacilik/public_html/wp-includes/blocks/comment-reply-link\";i:1447;s:62:\"/home/asyahavacilik/public_html/wp-includes/blocks/query-title\";i:1661;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/buttons\";i:11152;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-date\";i:1643;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/embed\";i:11420;s:67:\"/home/asyahavacilik/public_html/wp-includes/blocks/term-description\";i:2070;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/list-item\";i:1471;s:67:\"/home/asyahavacilik/public_html/wp-includes/blocks/comment-template\";i:3135;s:59:\"/home/asyahavacilik/public_html/wp-includes/blocks/loginout\";i:1474;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/audio\";i:3675;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/details\";i:2030;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/paragraph\";i:6995;s:61:\"/home/asyahavacilik/public_html/wp-includes/blocks/media-text\";i:16932;s:68:\"/home/asyahavacilik/public_html/wp-includes/blocks/comment-edit-link\";i:1654;s:69:\"/home/asyahavacilik/public_html/wp-includes/blocks/navigation-submenu\";i:6204;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/verse\";i:2144;s:72:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-author-biography\";i:1507;s:70:\"/home/asyahavacilik/public_html/wp-includes/blocks/comments-pagination\";i:8692;s:55:\"/home/asyahavacilik/public_html/wp-includes/blocks/list\";i:2338;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/separator\";i:5038;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/shortcode\";i:2918;s:64:\"/home/asyahavacilik/public_html/wp-includes/blocks/legacy-widget\";i:556;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/tag-cloud\";i:4916;s:58:\"/home/asyahavacilik/public_html/wp-includes/blocks/heading\";i:5986;s:63:\"/home/asyahavacilik/public_html/wp-includes/blocks/comment-date\";i:1562;s:55:\"/home/asyahavacilik/public_html/wp-includes/blocks/more\";i:3770;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/pullquote\";i:8499;s:71:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:61:\"/home/asyahavacilik/public_html/wp-includes/blocks/navigation\";i:130733;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/table\";i:27351;s:64:\"/home/asyahavacilik/public_html/wp-includes/blocks/post-template\";i:8072;s:72:\"/home/asyahavacilik/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/read-more\";i:2526;s:56:\"/home/asyahavacilik/public_html/wp-includes/blocks/cover\";i:83700;s:60:\"/home/asyahavacilik/public_html/wp-includes/blocks/footnotes\";i:2642;s:76:\"/home/asyahavacilik/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:50:\"/home/asyahavacilik/public_html/wp-includes/blocks\";i:1530615;s:80:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:10572;s:77:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:124336;s:75:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:75:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:79:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:73:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:15456;s:70:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/AES\";i:12651;s:72:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core/AEGIS\";i:14759;s:66:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core\";i:499975;s:67:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:82:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:79:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:77:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:77:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:81:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:68:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:61:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/src\";i:1268866;s:61:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/lib\";i:99005;s:87:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:84:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:82:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:82:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:73:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:68:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:57:\"/home/asyahavacilik/public_html/wp-includes/sodium_compat\";i:1377044;s:57:\"/home/asyahavacilik/public_html/wp-includes/js/codemirror\";i:1287141;s:55:\"/home/asyahavacilik/public_html/wp-includes/js/thickbox\";i:31323;s:56:\"/home/asyahavacilik/public_html/wp-includes/js/swfupload\";i:8715;s:69:\"/home/asyahavacilik/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:59:\"/home/asyahavacilik/public_html/wp-includes/js/mediaelement\";i:721307;s:68:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:68:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:61:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/themes\";i:898863;s:60:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/utils\";i:18826;s:76:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:74:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:70:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:77:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:70:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:60:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/skins\";i:233085;s:72:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:70:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:72:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:76:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:74:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:68:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:69:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:73:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:68:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:70:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:67:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:69:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26786;s:68:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:68:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:71:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:72:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:74:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:65:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:75:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:71:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:75:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:72:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:77:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:62:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/plugins\";i:607271;s:60:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce/langs\";i:15529;s:54:\"/home/asyahavacilik/public_html/wp-includes/js/tinymce\";i:2854082;s:55:\"/home/asyahavacilik/public_html/wp-includes/js/plupload\";i:490468;s:51:\"/home/asyahavacilik/public_html/wp-includes/js/crop\";i:20004;s:63:\"/home/asyahavacilik/public_html/wp-includes/js/dist/development\";i:179848;s:85:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/block-library/file\";i:3890;s:86:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/block-library/query\";i:6225;s:87:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/block-library/search\";i:5288;s:86:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/block-library/image\";i:22644;s:91:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/block-library/navigation\";i:11709;s:80:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/block-library\";i:49756;s:71:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/a11y\";i:5697;s:80:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/interactivity\";i:297464;s:87:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules/interactivity-router\";i:18021;s:66:\"/home/asyahavacilik/public_html/wp-includes/js/dist/script-modules\";i:370938;s:58:\"/home/asyahavacilik/public_html/wp-includes/js/dist/vendor\";i:2687533;s:51:\"/home/asyahavacilik/public_html/wp-includes/js/dist\";i:21879232;s:60:\"/home/asyahavacilik/public_html/wp-includes/js/imgareaselect\";i:49553;s:52:\"/home/asyahavacilik/public_html/wp-includes/js/jcrop\";i:24976;s:56:\"/home/asyahavacilik/public_html/wp-includes/js/jquery/ui\";i:787634;s:53:\"/home/asyahavacilik/public_html/wp-includes/js/jquery\";i:1304968;s:46:\"/home/asyahavacilik/public_html/wp-includes/js\";i:31091034;s:56:\"/home/asyahavacilik/public_html/wp-includes/theme-compat\";i:15656;s:49:\"/home/asyahavacilik/public_html/wp-includes/fonts\";i:327011;s:47:\"/home/asyahavacilik/public_html/wp-includes/IXR\";i:33910;s:62:\"/home/asyahavacilik/public_html/wp-includes/css/dist/edit-post\";i:61936;s:62:\"/home/asyahavacilik/public_html/wp-includes/css/dist/edit-site\";i:552938;s:66:\"/home/asyahavacilik/public_html/wp-includes/css/dist/block-library\";i:806320;s:68:\"/home/asyahavacilik/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:65:\"/home/asyahavacilik/public_html/wp-includes/css/dist/edit-widgets\";i:95376;s:68:\"/home/asyahavacilik/public_html/wp-includes/css/dist/block-directory\";i:15764;s:60:\"/home/asyahavacilik/public_html/wp-includes/css/dist/widgets\";i:23740;s:56:\"/home/asyahavacilik/public_html/wp-includes/css/dist/nux\";i:11624;s:67:\"/home/asyahavacilik/public_html/wp-includes/css/dist/format-library\";i:4970;s:70:\"/home/asyahavacilik/public_html/wp-includes/css/dist/customize-widgets\";i:23816;s:63:\"/home/asyahavacilik/public_html/wp-includes/css/dist/components\";i:368775;s:59:\"/home/asyahavacilik/public_html/wp-includes/css/dist/editor\";i:248960;s:61:\"/home/asyahavacilik/public_html/wp-includes/css/dist/patterns\";i:7442;s:73:\"/home/asyahavacilik/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17852;s:61:\"/home/asyahavacilik/public_html/wp-includes/css/dist/commands\";i:13442;s:64:\"/home/asyahavacilik/public_html/wp-includes/css/dist/preferences\";i:6314;s:65:\"/home/asyahavacilik/public_html/wp-includes/css/dist/block-editor\";i:622199;s:52:\"/home/asyahavacilik/public_html/wp-includes/css/dist\";i:2883758;s:47:\"/home/asyahavacilik/public_html/wp-includes/css\";i:3530025;s:56:\"/home/asyahavacilik/public_html/wp-includes/style-engine\";i:47954;s:58:\"/home/asyahavacilik/public_html/wp-includes/block-patterns\";i:8951;s:60:\"/home/asyahavacilik/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:62:\"/home/asyahavacilik/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:53:\"/home/asyahavacilik/public_html/wp-includes/Text/Diff\";i:44136;s:48:\"/home/asyahavacilik/public_html/wp-includes/Text\";i:57248;s:48:\"/home/asyahavacilik/public_html/wp-includes/pomo\";i:57146;s:61:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Net\";i:8737;s:62:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/HTTP\";i:14907;s:63:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Cache\";i:68936;s:69:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Decode/HTML\";i:17241;s:64:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Decode\";i:17241;s:63:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Parse\";i:26853;s:73:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/XML/Declaration\";i:9451;s:61:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/XML\";i:9451;s:70:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Content/Type\";i:9290;s:65:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src/Content\";i:9290;s:57:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/src\";i:716234;s:75:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Net\";i:2407;s:76:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/HTTP\";i:2427;s:77:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Cache\";i:15217;s:83:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Decode/HTML\";i:23828;s:78:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Decode\";i:23828;s:77:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Parse\";i:2419;s:87:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/XML/Declaration\";i:2493;s:75:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/XML\";i:2493;s:84:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Content/Type\";i:2482;s:79:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie/Content\";i:2482;s:71:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library/SimplePie\";i:101578;s:61:\"/home/asyahavacilik/public_html/wp-includes/SimplePie/library\";i:118803;s:53:\"/home/asyahavacilik/public_html/wp-includes/SimplePie\";i:839047;s:52:\"/home/asyahavacilik/public_html/wp-includes/html-api\";i:530383;s:61:\"/home/asyahavacilik/public_html/wp-includes/interactivity-api\";i:55740;s:59:\"/home/asyahavacilik/public_html/wp-includes/rest-api/fields\";i:22750;s:59:\"/home/asyahavacilik/public_html/wp-includes/rest-api/search\";i:16916;s:62:\"/home/asyahavacilik/public_html/wp-includes/rest-api/endpoints\";i:852741;s:52:\"/home/asyahavacilik/public_html/wp-includes/rest-api\";i:983355;s:50:\"/home/asyahavacilik/public_html/wp-includes/assets\";i:29112;s:51:\"/home/asyahavacilik/public_html/wp-includes/widgets\";i:158198;s:58:\"/home/asyahavacilik/public_html/wp-includes/block-supports\";i:129964;s:71:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:76:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:66:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Exception\";i:22464;s:65:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Response\";i:3101;s:61:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Auth\";i:2541;s:64:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Utility\";i:7176;s:63:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:66:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Transport\";i:35470;s:62:\"/home/asyahavacilik/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:56:\"/home/asyahavacilik/public_html/wp-includes/Requests/src\";i:214849;s:60:\"/home/asyahavacilik/public_html/wp-includes/Requests/library\";i:261;s:52:\"/home/asyahavacilik/public_html/wp-includes/Requests\";i:215110;s:56:\"/home/asyahavacilik/public_html/wp-includes/certificates\";i:233231;s:47:\"/home/asyahavacilik/public_html/wp-includes/ID3\";i:1160011;s:53:\"/home/asyahavacilik/public_html/wp-includes/customize\";i:178145;s:56:\"/home/asyahavacilik/public_html/wp-includes/images/media\";i:5263;s:58:\"/home/asyahavacilik/public_html/wp-includes/images/smilies\";i:10082;s:58:\"/home/asyahavacilik/public_html/wp-includes/images/crystal\";i:15541;s:50:\"/home/asyahavacilik/public_html/wp-includes/images\";i:102178;s:53:\"/home/asyahavacilik/public_html/wp-includes/PHPMailer\";i:233590;s:62:\"/home/asyahavacilik/public_html/wp-includes/sitemaps/providers\";i:17593;s:52:\"/home/asyahavacilik/public_html/wp-includes/sitemaps\";i:47541;s:43:\"/home/asyahavacilik/public_html/wp-includes\";i:50369887;s:53:\"/home/asyahavacilik/public_html/wp-content/mu-plugins\";i:0;s:50:\"/home/asyahavacilik/public_html/wp-content/upgrade\";i:0;s:60:\"/home/asyahavacilik/public_html/wp-content/languages/plugins\";i:103093;s:52:\"/home/asyahavacilik/public_html/wp-content/languages\";i:3994847;s:57:\"/home/asyahavacilik/public_html/wp-content/et-cache/en_US\";i:0;s:51:\"/home/asyahavacilik/public_html/wp-content/et-cache\";i:0;s:70:\"/home/asyahavacilik/public_html/wp-content/upgrade-temp-backup/plugins\";i:0;s:62:\"/home/asyahavacilik/public_html/wp-content/upgrade-temp-backup\";i:0;s:42:\"/home/asyahavacilik/public_html/wp-content\";i:3994875;s:39:\"/home/asyahavacilik/public_html/cgi-bin\";i:0;s:46:\"/home/asyahavacilik/public_html/wp-admin/maint\";i:7611;s:51:\"/home/asyahavacilik/public_html/wp-admin/js/widgets\";i:139432;s:43:\"/home/asyahavacilik/public_html/wp-admin/js\";i:1991001;s:48:\"/home/asyahavacilik/public_html/wp-admin/network\";i:126006;s:60:\"/home/asyahavacilik/public_html/wp-admin/css/colors/midnight\";i:84550;s:56:\"/home/asyahavacilik/public_html/wp-admin/css/colors/blue\";i:82418;s:59:\"/home/asyahavacilik/public_html/wp-admin/css/colors/sunrise\";i:86070;s:57:\"/home/asyahavacilik/public_html/wp-admin/css/colors/light\";i:83185;s:58:\"/home/asyahavacilik/public_html/wp-admin/css/colors/coffee\";i:80344;s:58:\"/home/asyahavacilik/public_html/wp-admin/css/colors/modern\";i:83480;s:57:\"/home/asyahavacilik/public_html/wp-admin/css/colors/ocean\";i:79449;s:61:\"/home/asyahavacilik/public_html/wp-admin/css/colors/ectoplasm\";i:83874;s:51:\"/home/asyahavacilik/public_html/wp-admin/css/colors\";i:687492;s:44:\"/home/asyahavacilik/public_html/wp-admin/css\";i:2609255;s:45:\"/home/asyahavacilik/public_html/wp-admin/user\";i:3685;s:49:\"/home/asyahavacilik/public_html/wp-admin/includes\";i:3082760;s:47:\"/home/asyahavacilik/public_html/wp-admin/images\";i:424450;s:40:\"/home/asyahavacilik/public_html/wp-admin\";i:9163052;s:31:\"/home/asyahavacilik/public_html\";i:64305379;s:59:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/lang\";i:4959073;s:64:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/i18n\";i:1685;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/app/lib\";i:3191;s:88:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/app/store/edit\";i:4338;s:105:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/app/store/code-snippets-library\";i:16206;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/app/store\";i:20674;s:77:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/app\";i:26498;s:101:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/code-snippets-library-local\";i:6495;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/post/type\";i:2761;s:87:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/post/taxonomy\";i:1379;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets/post\";i:4140;s:73:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/code-snippets\";i:65773;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/item-library-local\";i:11421;s:65:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/build\";i:1392339;s:69:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/json-data\";i:186942;s:68:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/js\";i:156636;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts/epanel\";i:4615;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts/fontawesome\";i:2946412;s:86:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts/modules/social\";i:61869;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts/modules/all\";i:575453;s:84:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts/modules/base\";i:35318;s:79:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts/modules\";i:672640;s:71:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/fonts\";i:3796570;s:69:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/css\";i:86011;s:79:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/images/epanel\";i:22958;s:76:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/images/svg\";i:13931;s:72:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin/images\";i:74939;s:65:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/admin\";i:4114156;s:76:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/cache\";i:9175;s:75:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/data\";i:41004;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/mu-plugins\";i:4814;s:75:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/post\";i:15440;s:74:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/lib\";i:30659;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/api/social\";i:814;s:80:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/api/email\";i:187341;s:79:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/api/spam\";i:18092;s:74:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components/api\";i:236551;s:70:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core/components\";i:766932;s:59:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/core\";i:6636744;s:57:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/js\";i:1471692;s:58:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/psd\";i:57197;s:69:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/et-pagebuilder\";i:13215;s:77:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/css/tinymce-skin/fonts\";i:131989;s:75:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/css/tinymce-skin/img\";i:2856;s:71:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/css/tinymce-skin\";i:211353;s:73:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/css/dynamic-assets\";i:194460;s:58:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/css\";i:451032;s:66:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/i18n\";i:846;s:75:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/shortcodes/js\";i:17705;s:76:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/shortcodes/css\";i:39931;s:79:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/shortcodes/images\";i:18431;s:72:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/shortcodes\";i:120260;s:64:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/js\";i:48721;s:65:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/css\";i:44500;s:67:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/build\";i:822770;s:91:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/lib\";i:3535;s:115:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store/theme-options-library\";i:14016;s:93:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/app/store\";i:14146;s:87:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/app\";i:19590;s:93:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/post/type\";i:2723;s:88:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/post\";i:2723;s:111:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library/theme-options-library-local\";i:5865;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/theme-options-library\";i:46169;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/google-fonts/images\";i:131966;s:74:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/google-fonts\";i:144106;s:68:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel/images\";i:92754;s:61:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/epanel\";i:1439402;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/stories/branded-modal\";i:3049;s:84:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/stories/controls/input\";i:2349;s:85:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/stories/controls/ripple\";i:180;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/stories/controls\";i:21115;s:69:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/stories\";i:24164;s:66:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/i18n\";i:4909;s:71:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/constants\";i:1070;s:69:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/scripts\";i:137960;s:73:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/utils/color\";i:12264;s:67:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/utils\";i:17736;s:68:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common/images\";i:3401;s:61:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/common\";i:198133;s:73:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/cloud/i18n/library\";i:18455;s:65:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/cloud/i18n\";i:43315;s:66:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/cloud/fonts\";i:4828;s:66:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/cloud/build\";i:1749177;s:67:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/cloud/images\";i:455;s:60:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/cloud\";i:1812305;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/templates\";i:3008;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/type\";i:32305;s:109:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type\";i:1806;s:104:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute/composite\";i:2433;s:94:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field/attribute\";i:2433;s:100:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field/template/border\";i:3026;s:93:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field/template\";i:7109;s:103:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field/display-conditions\";i:62119;s:84:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/field\";i:311725;s:97:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/settings/migration\";i:243030;s:87:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/settings\";i:257161;s:90:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/woocommerce\";i:491703;s:93:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/helpers/motion\";i:11631;s:86:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module/helpers\";i:340091;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/module\";i:2875449;s:84:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/theme-compat\";i:937;s:92:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/icon-manager\";i:351315;s:104:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/pattern\";i:122429;s:101:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks/mask\";i:1901192;s:96:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/background-masks\";i:2073244;s:94:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/global-presets\";i:47070;s:96:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/blocks\";i:31652;s:95:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg/utils\";i:14266;s:89:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/gutenberg\";i:70065;s:110:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/checkout\";i:13532;s:108:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/global\";i:7489;s:106:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates/cart\";i:14160;s:101:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/templates\";i:35181;s:103:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce/placeholder\";i:4168;s:91:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/woocommerce\";i:39349;s:108:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever/retrievers\";i:3345;s:97:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/content-retriever\";i:4301;s:89:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/ajax-data\";i:12544;s:104:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/js\";i:421300;s:105:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets/css\";i:1529511;s:101:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets/assets\";i:1950811;s:94:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/dynamic-assets\";i:2051420;s:98:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature/display-conditions\";i:19954;s:79:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/feature\";i:4998969;s:83:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/scripts/ext\";i:409025;s:86:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/scripts/stores\";i:58884;s:85:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/scripts/utils\";i:20725;s:79:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/scripts\";i:968287;s:85:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/styles/images\";i:47225;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/styles\";i:416102;s:96:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/tests/codeception/wpunit\";i:897;s:89:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/tests/codeception\";i:897;s:77:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/tests\";i:897;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/languages\";i:12790345;s:93:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/i18n\";i:55609;s:94:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/build\";i:9157959;s:112:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/type\";i:4145;s:113:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/query\";i:761;s:116:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post/taxonomy\";i:4144;s:107:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/post\";i:9050;s:130:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder-library-local\";i:15212;s:102:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/theme-builder\";i:301664;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite\";i:131875;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile\";i:164139;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern\";i:130746;s:110:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes\";i:426760;s:122:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts\";i:131989;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/img\";i:2856;s:116:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin\";i:211353;s:125:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts\";i:160384;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/img\";i:2856;s:119:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray\";i:243046;s:109:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins\";i:243046;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable\";i:1540;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave\";i:2856;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker\";i:1349;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media\";i:16576;s:118:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview\";i:2635;s:121:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak\";i:1436;s:116:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code\";i:1024;s:121:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss\";i:3131;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern\";i:7405;s:124:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput\";i:3402;s:122:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen\";i:2184;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage\";i:7168;s:126:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime\";i:2633;s:121:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount\";i:12035;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste\";i:30837;s:119:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap\";i:8601;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars\";i:5321;s:116:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save\";i:1426;s:116:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link\";i:8940;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image\";i:15852;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists\";i:26968;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/img\";i:13208;s:116:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help\";i:21387;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus\";i:1614;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking\";i:1012;s:121:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor\";i:4927;s:115:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc\";i:2941;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template\";i:5191;s:118:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode\";i:2850;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print\";i:465;s:124:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker\";i:10308;s:118:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor\";i:1446;s:114:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr\";i:428;s:126:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/css\";i:2334;s:122:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample\";i:21684;s:125:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/img\";i:5390;s:121:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons\";i:6461;s:119:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview\";i:2044;s:125:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace\";i:7352;s:122:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools\";i:32354;s:119:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist\";i:2226;s:128:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/css\";i:5473;s:124:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks\";i:7164;s:120:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink\";i:2127;s:122:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize\";i:2074;s:123:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu\";i:1824;s:117:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table\";i:118578;s:126:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality\";i:857;s:111:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins\";i:420633;s:109:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/langs\";i:151;s:103:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors\";i:1667770;s:119:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images\";i:28464;s:112:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css/block-editor\";i:151543;s:99:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/css\";i:284578;s:105:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/backports\";i:21913;s:107:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/src\";i:1420;s:103:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts\";i:3469;s:99:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets/img\";i:7212;s:95:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder/assets\";i:1984942;s:88:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/frontend-builder\";i:11700695;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/post/type\";i:6606;s:82:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/post/query\";i:1785;s:85:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/post/taxonomy\";i:8231;s:76:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/post\";i:19748;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/compat\";i:8707;s:80:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/api/rest\";i:7776;s:75:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/api\";i:19028;s:93:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/scripts\";i:1878;s:92:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/plugin-compat/styles\";i:294;s:85:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/plugin-compat\";i:147199;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder/images\";i:468352;s:71:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/builder\";i:36578590;s:71:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/widgets\";i:30020;s:73:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/functions\";i:25978;s:81:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes/module-customizer\";i:14381;s:63:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/includes\";i:36657221;s:70:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/onboarding/i18n\";i:23359;s:71:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/onboarding/build\";i:1685107;s:78:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/onboarding/images/offer\";i:184821;s:72:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/onboarding/images\";i:220011;s:65:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/onboarding\";i:1969986;s:66:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/ai-app/i18n\";i:29945;s:67:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/ai-app/build\";i:2452577;s:80:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/ai-app/images/animated/ai\";i:369578;s:77:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/ai-app/images/animated\";i:369578;s:68:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/ai-app/images\";i:369578;s:61:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/ai-app\";i:2869938;s:61:\"/home/asyahavacilik/public_html/wp-content/themes/Divi/images\";i:2434;s:54:\"/home/asyahavacilik/public_html/wp-content/themes/Divi\";i:63876018;s:49:\"/home/asyahavacilik/public_html/wp-content/themes\";i:63876046;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/database/migrations\";i:1282;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/database\";i:2481;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Models/Traits\";i:1034;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Models\";i:23679;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/views/admin\";i:30169;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/views\";i:30195;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Http/Controllers\";i:43990;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Http\";i:46692;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/SparkPost\";i:6528;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/ElasticMail\";i:11089;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Mailgun\";i:8859;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Smtp2Go\";i:6331;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/SendInBlue\";i:6873;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Smtp\";i:6597;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/PepiPost\";i:6745;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/DefaultMail\";i:1017;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/SendGrid\";i:7148;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/AmazonSes\";i:68301;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/TransMail\";i:9099;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Outlook\";i:10364;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Simulator\";i:1703;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Gmail\";i:11758;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers/Postmark\";i:7379;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer/Providers\";i:183870;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/Mailer\";i:202157;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/DB/Viocon\";i:4556;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/DB/QueryBuilder/Adapters\";i:16664;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/DB/QueryBuilder\";i:49160;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services/DB\";i:62651;s:75:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Services\";i:358112;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Functions\";i:36224;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Hooks/Handlers\";i:33105;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app/Hooks\";i:35128;s:66:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/app\";i:531809;s:89:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/Support/Contracts\";i:1523;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/Support\";i:49614;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/Core\";i:49689;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/Response\";i:604;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/Request\";i:88626;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/View\";i:2510;s:158:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4515;s:153:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:2230;s:149:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10427;s:148:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1856;s:143:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Handler\";i:294472;s:145:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Formatter\";i:62837;s:145:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Attribute\";i:1511;s:145:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Processor\";i:22758;s:140:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog/Test\";i:2533;s:135:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src/Monolog\";i:439294;s:127:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog/src\";i:439294;s:123:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog/monolog\";i:439294;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/monolog\";i:439294;s:116:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/composer\";i:225718;s:129:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth/src/Cache\";i:19875;s:135:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth/src/HttpHandler\";i:6698;s:134:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth/src/Middleware\";i:18211;s:140:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth/src/CredentialSource\";i:18860;s:135:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth/src/Credentials\";i:69121;s:123:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth/src\";i:257743;s:119:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/auth\";i:270239;s:140:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src/AuthHandler\";i:6173;s:133:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src/Http\";i:24954;s:133:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src/Task\";i:13016;s:136:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src/Service\";i:12794;s:134:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src/Utils\";i:10538;s:140:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src/AccessToken\";i:11059;s:128:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient/src\";i:142441;s:124:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient\";i:142441;s:152:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient-services/src/Gmail/Resource\";i:90497;s:143:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient-services/src/Gmail\";i:199120;s:137:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient-services/src\";i:227578;s:133:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google/apiclient-services\";i:228931;s:114:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/google\";i:641611;s:135:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/ralouphie/getallheaders/src\";i:1640;s:131:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/ralouphie/getallheaders\";i:1640;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/ralouphie\";i:1640;s:128:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/firebase/php-jwt/src\";i:45305;s:124:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/firebase/php-jwt\";i:45305;s:116:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/firebase\";i:45305;s:137:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/symfony/deprecation-contracts\";i:1058;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/symfony\";i:1058;s:131:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/promises/src\";i:48640;s:127:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/promises\";i:48640;s:137:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/psr7/src/Exception\";i:259;s:127:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/psr7/src\";i:207961;s:123:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/psr7\";i:207961;s:137:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/guzzle/src/Handler\";i:75170;s:139:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/guzzle/src/Exception\";i:8599;s:136:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/guzzle/src/Cookie\";i:31839;s:129:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/guzzle/src\";i:231999;s:125:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp/guzzle\";i:231999;s:118:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/guzzlehttp\";i:488600;s:121:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/cache/src\";i:8720;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/cache\";i:8720;s:128:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/http-factory/src\";i:5175;s:124:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/http-factory\";i:5175;s:127:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/http-client/src\";i:2217;s:123:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/http-client\";i:2217;s:128:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/log/Psr/Log/Test\";i:9667;s:123:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/log/Psr/Log\";i:21663;s:119:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/log/Psr\";i:21663;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/log\";i:21663;s:128:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/http-message/src\";i:48438;s:124:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr/http-message\";i:48438;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/psr\";i:86213;s:146:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:21860;s:141:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Net\";i:351015;s:147:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Exception\";i:6967;s:159:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys\";i:6965;s:154:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats\";i:6965;s:146:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH\";i:10730;s:165:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Signature\";i:4128;s:160:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys\";i:26329;s:155:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats\";i:30457;s:147:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA\";i:38877;s:160:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys\";i:51672;s:155:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats\";i:51672;s:147:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA\";i:83963;s:153:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves\";i:102430;s:164:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Signature\";i:6455;s:159:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys\";i:90333;s:154:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats\";i:96788;s:157:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves\";i:60897;s:146:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC\";i:278512;s:168:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Signature\";i:1375;s:163:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys\";i:65629;s:158:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats\";i:67004;s:157:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Traits\";i:2860;s:150:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common\";i:219902;s:143:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:1050242;s:153:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField\";i:10709;s:154:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField\";i:14066;s:161:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/Common/FiniteField\";i:1037;s:149:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/Common\";i:1425;s:165:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/GMP\";i:1168;s:179:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions\";i:9989;s:168:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath\";i:15156;s:176:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions\";i:37756;s:165:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP\";i:46599;s:161:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines\";i:203886;s:153:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger\";i:203886;s:142:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Math\";i:262676;s:152:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps\";i:100112;s:147:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/File/ASN1\";i:100944;s:142:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/File\";i:332753;s:154:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Common/Functions\";i:16515;s:144:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/Common\";i:16515;s:162:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common/Traits\";i:807;s:155:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Common\";i:807;s:154:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent\";i:9982;s:148:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:20179;s:144:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib/System\";i:20179;s:137:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib/phpseclib\";i:2041188;s:127:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib/phpseclib\";i:2041188;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor/phpseclib\";i:2041188;s:107:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build/vendor\";i:3971398;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client/build\";i:3971548;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs/google-api-client\";i:3978734;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes/libs\";i:3978760;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/includes\";i:4177777;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/admin/js\";i:1139472;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/admin/css/fonts\";i:84156;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/admin/css\";i:330073;s:75:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/admin\";i:1469571;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/images\";i:293507;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/libs/chartjs\";i:583745;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/libs/purify\";i:87282;s:74:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets/libs\";i:671053;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/assets\";i:2436562;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp/language\";i:60619;s:62:\"/home/asyahavacilik/public_html/wp-content/plugins/fluent-smtp\";i:7235248;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/languages\";i:26214;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes/modules/CF7\";i:49311;s:90:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes/modules/GF\";i:34398;s:90:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes/modules/FF\";i:25285;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes/modules/Base\";i:1762;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes/modules\";i:110831;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes/upsell\";i:5753;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/includes\";i:131556;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/assets/js\";i:371701;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/assets/css\";i:32979;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/assets/admin/js\";i:725;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/assets/admin\";i:725;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi/assets\";i:405986;s:70:\"/home/asyahavacilik/public_html/wp-content/plugins/cf7-styler-for-divi\";i:575260;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/database/Migrations\";i:8601;s:70:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/database\";i:9398;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Models/Traits\";i:833572;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Models\";i:873630;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Entries\";i:57799;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Turnstile\";i:1409;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/HCaptcha\";i:981;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Component\";i:69418;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/CLI\";i:2858;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Registerer\";i:255489;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/SubmissionHandler\";i:1132;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Widgets\";i:135938;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/ReCaptcha\";i:1757;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Logger\";i:13340;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Renderer/GlobalSettings\";i:1515;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Renderer\";i:1515;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Transfer\";i:1476;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Form/Settings/Validator\";i:9253;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Form/Settings\";i:30351;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Form\";i:136796;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Track\";i:12324;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules/Acl\";i:10389;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Modules\";i:735347;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Http/Controllers\";i:43534;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Http/Policies\";i:4391;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Http/Requests\";i:634;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Http/Routes\";i:6093;s:70:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Http\";i:54652;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/frameless\";i:11669;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/email/report\";i:14829;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/email/template\";i:9529;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/email/failedIntegration\";i:12734;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/email\";i:37092;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/public\";i:6362;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/tools\";i:5433;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/globalSettings\";i:22624;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/addons\";i:4738;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/form\";i:12598;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/smtp\";i:5745;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/notices\";i:1126;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin/docs\";i:14840;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views/admin\";i:80386;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Views\";i:135509;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Api\";i:22889;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Analytics\";i:2316;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Browser\";i:54314;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Manager\";i:8516;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/WPAsync\";i:7022;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Integrations/MailChimp\";i:47977;s:93:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Integrations/Slack\";i:6361;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Integrations\";i:88028;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Report\";i:11216;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Roles\";i:2220;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FormBuilder/Notifications\";i:21814;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FormBuilder/Components\";i:108998;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FormBuilder\";i:346736;s:89:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/GlobalSettings\";i:15442;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Emogrifier\";i:58955;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Parser\";i:31026;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Logger\";i:11599;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Migrator/Classes\";i:219553;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Migrator\";i:224179;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Transfer\";i:13340;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Exception/Border\";i:1317;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Exception\";i:2542;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/CSV\";i:3343;s:93:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Style\";i:24183;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/ODS/Internal\";i:12485;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/ODS/Helper\";i:24734;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/ODS\";i:40293;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Common/Internal\";i:10722;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Common/Helper\";i:15272;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/Common\";i:32192;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/XLSX/Internal\";i:15149;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/XLSX/Helper\";i:30326;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer/XLSX\";i:49946;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Writer\";i:174854;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/Exception\";i:1231;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/CSV\";i:18768;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/Wrapper\";i:7970;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/ODS/Helper\";i:10020;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/ODS\";i:33473;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/Common\";i:7513;s:120:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/XLSX/Helper/SharedStringsCaching\";i:16959;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/XLSX/Helper\";i:66844;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader/XLSX\";i:91506;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Reader\";i:170668;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Autoloader\";i:4939;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Common/Exception\";i:950;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Common/Escaper\";i:10599;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Common/Helper\";i:21103;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout/Common\";i:33567;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Spout\";i:384028;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Form\";i:109893;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Submission\";i:29272;s:93:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Settings/Validator\";i:6479;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Settings\";i:21963;s:116:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/WP_CLI\";i:19448;s:121:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/data-stores\";i:97846;s:119:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/abstracts\";i:78990;s:119:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/migration\";i:25638;s:119:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/schedules\";i:10785;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/actions\";i:3360;s:116:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes/schema\";i:7501;s:109:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/classes\";i:329632;s:112:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/deprecated\";i:13295;s:121:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/lib/cron-expression\";i:29942;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler/lib\";i:33750;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries/action-scheduler\";i:437787;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Libraries\";i:437787;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/Scheduler\";i:8077;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/js\";i:542946;s:144:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/fonts/vendor/element-plus/lib/theme-chalk\";i:75192;s:132:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/fonts/vendor/element-plus/lib\";i:75192;s:128:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/fonts/vendor/element-plus\";i:75192;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/fonts/vendor\";i:75192;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/fonts\";i:75192;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public/css\";i:201962;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/public\";i:820100;s:113:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/Classes/Converter\";i:54750;s:112:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/Classes/Elements\";i:5184;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational/Classes\";i:261550;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services/FluentConversational\";i:1082421;s:74:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Services\";i:2978134;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Hooks/Handlers\";i:25277;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Hooks\";i:95094;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Helpers/Traits\";i:5884;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app/Helpers\";i:55280;s:65:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/app\";i:4952066;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/resources/languages\";i:1937716;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/resources\";i:1937742;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/js\";i:11695934;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor/element-ui/packages/theme-chalk/src\";i:84156;s:113:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor/element-ui/packages/theme-chalk\";i:84156;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor/element-ui/packages\";i:84156;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor/element-ui/lib/theme-chalk\";i:84156;s:96:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor/element-ui/lib\";i:84156;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor/element-ui\";i:168312;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts/vendor\";i:168312;s:74:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/fonts\";i:506074;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/css\";i:1599965;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img/forms\";i:602929;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img/card-brand\";i:88041;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img/conversational\";i:232401;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img/payment\";i:2527;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img/integrations\";i:242305;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img/pro-fields\";i:396648;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/img\";i:2958961;s:75:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/images\";i:14507;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/libs/chartjs\";i:573582;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/libs/flatpickr\";i:206804;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/libs/ace\";i:1426709;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/libs/choices\";i:73785;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets/libs\";i:2302127;s:68:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/assets\";i:19077594;s:66:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/boot\";i:18986;s:68:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/config\";i:342;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/composer\";i:41280;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Support\";i:82362;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Pagination\";i:23099;s:109:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Response\";i:646;s:120:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Validator/Contracts\";i:610;s:110:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Validator\";i:37522;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Foundation\";i:69520;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Request\";i:92146;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Http\";i:14284;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/View\";i:2445;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Helpers\";i:671;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Query\";i:118650;s:123:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Relations\";i:108287;s:113:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database/Orm\";i:264725;s:109:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent/Database\";i:394283;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src/WPFluent\";i:716978;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework/src\";i:716978;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent/framework\";i:717495;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor/wpfluent\";i:717495;s:68:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform/vendor\";i:759546;s:61:\"/home/asyahavacilik/public_html/wp-content/plugins/fluentform\";i:26798696;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/js/select2/dist/js/i18n\";i:50220;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/js/select2/dist/js\";i:519218;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/js/select2/dist/css\";i:33256;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/js/select2/dist\";i:552474;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/js/select2\";i:1054728;s:65:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/js\";i:1072131;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/wf-flyout/icons\";i:64386;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/wf-flyout\";i:76633;s:66:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/css\";i:13134;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/includes/fonts\";i:42851;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/includes\";i:114143;s:70:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/load/js\";i:12528;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/load/fonts\";i:1150569;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/load/css\";i:64924;s:67:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/load\";i:1331244;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/images/pro-templates\";i:794528;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance/images\";i:1307573;s:62:\"/home/asyahavacilik/public_html/wp-content/plugins/maintenance\";i:3940911;s:64:\"/home/asyahavacilik/public_html/wp-content/plugins/akismet/views\";i:41452;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/akismet/_inc/fonts\";i:2193;s:67:\"/home/asyahavacilik/public_html/wp-content/plugins/akismet/_inc/img\";i:18607;s:67:\"/home/asyahavacilik/public_html/wp-content/plugins/akismet/_inc/rtl\";i:19578;s:63:\"/home/asyahavacilik/public_html/wp-content/plugins/akismet/_inc\";i:84724;s:58:\"/home/asyahavacilik/public_html/wp-content/plugins/akismet\";i:347310;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/database\";i:34583;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/cache\";i:24539;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/status\";i:1992;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/minify\";i:66922;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/settings\";i:38410;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/notices\";i:16134;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/images\";i:26001;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates/performance\";i:5933;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/templates\";i:249153;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/optimizations\";i:90107;s:80:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/js/serialize-json\";i:22814;s:74:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/js/sortable\";i:10705;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/js/jszip\";i:505574;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/js/handlebars\";i:395258;s:65:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/js\";i:1250011;s:68:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/cache\";i:176373;s:75:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/css/sortable\";i:3083;s:66:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/css\";i:152435;s:72:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/languages\";i:173672;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/includes/list-tables\";i:2279;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/includes/tables\";i:1901;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/includes/blockui\";i:47985;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/includes/helpers\";i:2858;s:71:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/includes\";i:502187;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/minify\";i:214398;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/compatibility\";i:10148;s:120:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/FingersCrossed\";i:4282;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp\";i:1993;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/Slack\";i:10575;s:110:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler/Curl\";i:1895;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Handler\";i:265769;s:107:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Formatter\";i:57350;s:107:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog/Processor\";i:21654;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src/Monolog\";i:392867;s:89:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog/src\";i:392867;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog/monolog\";i:393930;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/monolog\";i:393930;s:96:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src/Props\";i:8549;s:90:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic/src\";i:8549;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/props-dic\";i:9604;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/builder\";i:22969;s:90:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/static\";i:4736;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/HTTP\";i:22418;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Cache\";i:22341;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Source\";i:6959;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Controller\";i:15131;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/Logger\";i:525;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/HTML\";i:7403;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/CSS\";i:19325;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify/JS\";i:9048;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/Minify\";i:160922;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/MrClay/Cli\";i:5098;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib/MrClay\";i:16555;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify/lib\";i:227014;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/minify\";i:276285;s:90:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/web\";i:2512;s:96:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/src/JSMin\";i:16622;s:90:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php/src\";i:16622;s:86:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay/jsmin-php\";i:22860;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/mrclay\";i:308749;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/composer\";i:125314;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Token\";i:5410;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel/Facades\";i:295;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Laravel\";i:1638;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Exception\";i:422;s:101:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/Vault\";i:2528;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src/config\";i:1467;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth/src\";i:26033;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention/httpauth\";i:27111;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/intervention\";i:27111;s:126:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters/BaseTraits\";i:42460;s:131:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters/ConverterTraits\";i:11204;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Converters\";i:218067;s:112:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Helpers\";i:8792;s:145:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/InvalidInput\";i:879;s:156:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/ConverterNotOperational\";i:685;s:151:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed/FileSystemProblems\";i:696;s:132:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions/ConversionFailed\";i:3283;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert/Exceptions\";i:4239;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Convert\";i:235327;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options/Exceptions\";i:625;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Options\";i:26647;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Loggers\";i:4810;s:113:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve/Exceptions\";i:202;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Serve\";i:23996;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Helpers\";i:15381;s:120:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions/InvalidInput\";i:497;s:107:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src/Exceptions\";i:2177;s:96:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert/src\";i:314908;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/webp-convert\";i:317308;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/locate-binaries/src\";i:5104;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/locate-binaries\";i:11253;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback/src\";i:14864;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/exec-with-fallback\";i:60942;s:107:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-sniffer/src\";i:6594;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-sniffer\";i:13584;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser/src/Detectors\";i:9633;s:107:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser/src\";i:19088;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/image-mime-type-guesser\";i:20577;s:93:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/file-util/src\";i:6112;s:89:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk/file-util\";i:11344;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/rosell-dk\";i:435008;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Exception\";i:6494;s:109:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests/Fixtures\";i:5725;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests/Psr11\";i:6945;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Tests\";i:35726;s:100:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple/Psr11\";i:4140;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src/Pimple\";i:59577;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple/src\";i:59577;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple/pimple\";i:70509;s:76:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/pimple\";i:70509;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/CI\";i:0;s:112:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-tasks\";i:47316;s:110:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-rpc\";i:42794;s:114:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-notices\";i:8102;s:116:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src/updraft-semaphore\";i:9101;s:98:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs/src\";i:107313;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/common-libs\";i:107313;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/js\";i:16673;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/css\";i:884;s:110:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/classes\";i:5986;s:110:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/modules\";i:247089;s:109:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central/images\";i:13902;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central/central\";i:384575;s:94:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft/lib-central\";i:390848;s:82:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/team-updraft\";i:498161;s:93:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/marcusschwarz/lesserphp\";i:147280;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/marcusschwarz\";i:147280;s:85:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/psr/log/Psr/Log\";i:11471;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/psr/log/Psr\";i:11471;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/psr/log\";i:12556;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/psr/container/src\";i:1388;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/psr/container\";i:2533;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/psr\";i:15089;s:117:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party/bootstrap/js\";i:1152;s:118:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party/bootstrap/css\";i:48087;s:114:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party/bootstrap\";i:49239;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui/third-party\";i:249215;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/gui\";i:263509;s:92:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin/src\";i:48443;s:88:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin/cssmin\";i:311952;s:81:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/tubalmartin\";i:311952;s:73:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/bin\";i:13404;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlNode\";i:25463;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/css\";i:106;s:111:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/examples\";i:8694;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/Debug\";i:1640;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/faq\";i:2576;s:115:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs/HtmlDocument\";i:18229;s:102:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom/docs\";i:62744;s:97:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom/simplehtmldom\";i:255284;s:83:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/simplehtmldom\";i:255284;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter/src\";i:6776;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/path-converter\";i:7835;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/data/js\";i:987;s:96:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/data\";i:987;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src/Exceptions\";i:1346;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/src\";i:90754;s:95:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify/bin\";i:0;s:91:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie/minify\";i:93002;s:84:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/matthiasmullie\";i:100837;s:108:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP\";i:23151;s:103:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Net\";i:406505;s:105:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Crypt\";i:542863;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/Math\";i:132423;s:104:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/File\";i:279369;s:110:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/System/SSH\";i:17621;s:106:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib/System\";i:19449;s:99:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib/phpseclib\";i:1381269;s:89:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib/phpseclib\";i:1389698;s:79:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor/phpseclib\";i:1389698;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/vendor\";i:4093097;s:78:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/images/features\";i:30742;s:74:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/images/icon\";i:559;s:87:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/images/our-other-plugins\";i:66735;s:77:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/images/notices\";i:368860;s:74:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/images/logo\";i:23223;s:69:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/images\";i:490119;s:67:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize/webp\";i:34332;s:62:\"/home/asyahavacilik/public_html/wp-content/plugins/wp-optimize\";i:8649163;s:50:\"/home/asyahavacilik/public_html/wp-content/plugins\";i:47546616;s:58:\"/home/asyahavacilik/public_html/wp-content/uploads/et_temp\";i:0;s:55:\"/home/asyahavacilik/public_html/wp-content/uploads/Divi\";i:71613;s:64:\"/home/asyahavacilik/public_html/wp-content/uploads/elementor/css\";i:0;s:60:\"/home/asyahavacilik/public_html/wp-content/uploads/elementor\";i:0;s:62:\"/home/asyahavacilik/public_html/wp-content/uploads/wp-megamenu\";i:9820;s:58:\"/home/asyahavacilik/public_html/wp-content/uploads/2025/02\";i:13761998;s:55:\"/home/asyahavacilik/public_html/wp-content/uploads/2025\";i:13761998;s:57:\"/home/asyahavacilik/public_html/wp-content/uploads/backup\";i:0;s:59:\"/home/asyahavacilik/public_html/wp-content/uploads/wpo/logs\";i:11628;s:54:\"/home/asyahavacilik/public_html/wp-content/uploads/wpo\";i:981533;s:56:\"/home/asyahavacilik/public_html/wp-content/uploads/redux\";i:65;s:50:\"/home/asyahavacilik/public_html/wp-content/uploads\";i:14825029;}','off'),
(1479,'wp-optimize-completed_task_count','155','auto'),
(1480,'wp-optimize-total_bytes_saved','69376691','auto'),
(1481,'wp-optimize-total_percent_saved','12.051483870968','auto'),
(1498,'et_pb_contact_form_755941b0600056ae7510da08f2793d0d','off','auto'),
(2712,'_site_transient_timeout_browser_b11f0ec69283bbcf314c021182cbaf95','1740935573','off'),
(2713,'_site_transient_browser_b11f0ec69283bbcf314c021182cbaf95','a:10:{s:4:\"name\";s:6:\"Safari\";s:7:\"version\";s:5:\"604.1\";s:8:\"platform\";s:6:\"iPhone\";s:10:\"update_url\";s:0:\"\";s:7:\"img_src\";s:0:\"\";s:11:\"img_src_ssl\";s:0:\"\";s:15:\"current_version\";s:0:\"\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:1;}','off'),
(1870,'et_pb_contact_form_91d097fa220770740eabba5606d28bca','off','auto'),
(1264,'wpmm_options','a:7:{s:19:\"css_output_location\";s:10:\"filesystem\";s:13:\"container_tag\";s:3:\"nav\";s:19:\"enable_font_awesome\";s:6:\"enable\";s:21:\"responsive_breakpoint\";s:5:\"767px\";s:14:\"enable_icofont\";s:6:\"enable\";s:22:\"disable_wpmm_on_mobile\";i:0;s:12:\"primary-menu\";a:2:{s:13:\"menu_location\";s:12:\"primary-menu\";s:10:\"is_enabled\";s:1:\"1\";}}','auto'),
(1265,'WPMM_VER','1.4.2','auto'),
(1270,'widget_wpmm_featuresbox_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(1271,'widget_wpmm_grid_posts_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(1318,'post_type_options','a:3:{s:16:\"client_post_type\";s:7:\"disable\";s:21:\"testimonial_post_type\";s:7:\"disable\";s:21:\"team_member_post_type\";s:7:\"disable\";}','on'),
(1319,'theplus_styling_data','a:3:{s:17:\"tp_styling_hidden\";s:6:\"hidden\";s:25:\"theplus_custom_css_editor\";s:0:\"\";s:24:\"theplus_custom_js_editor\";s:0:\"\";}','on'),
(1320,'theplus_performance','a:1:{s:17:\"plus_cache_option\";s:8:\"separate\";}','on'),
(1321,'theplus_api_connection_data','a:26:{s:17:\"plus_lazyload_opt\";s:7:\"disable\";s:22:\"plus_lazyload_opt_anim\";s:4:\"fade\";s:23:\"theplus_facebook_app_id\";s:0:\"\";s:15:\"load_icons_mind\";s:7:\"disable\";s:15:\"gmap_api_switch\";s:6:\"enable\";s:20:\"load_pre_loader_func\";s:7:\"disable\";s:23:\"scroll_animation_offset\";i:85;s:26:\"theplus_site_key_recaptcha\";s:0:\"\";s:28:\"theplus_secret_key_recaptcha\";s:0:\"\";s:27:\"theplus_facebook_app_secret\";s:0:\"\";s:24:\"theplus_google_client_id\";s:0:\"\";s:27:\"theplus_google_analytics_id\";s:0:\"\";s:25:\"theplus_facebook_pixel_id\";s:0:\"\";s:19:\"load_icons_mind_ids\";s:0:\"\";s:22:\"theplus_google_map_api\";s:0:\"\";s:21:\"theplus_mailchimp_api\";s:0:\"\";s:20:\"theplus_mailchimp_id\";s:0:\"\";s:25:\"load_pre_loader_lottie_js\";s:2:\"on\";s:24:\"load_pre_loader_func_ids\";s:0:\"\";s:28:\"dynamic_category_thumb_check\";s:2:\"on\";s:27:\"theplus_woo_swatches_switch\";s:2:\"on\";s:33:\"theplus_custom_field_video_switch\";s:2:\"on\";s:34:\"theplus_woo_recently_viewed_switch\";s:2:\"on\";s:28:\"theplus_woo_countdown_switch\";s:2:\"on\";s:33:\"theplus_woo_thank_you_page_select\";s:1:\"2\";s:23:\"bodymovin_load_js_check\";s:2:\"on\";}','on'),
(977,'redux_version_upgraded_from','3.6.18','auto'),
(978,'widget_quadmenu_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(980,'quadmenu_Divi-transients','a:3:{s:14:\"changed_values\";a:14:{s:26:\"default_theme_navbar_width\";i:260;s:25:\"default_theme_navbar_logo\";a:1:{s:3:\"url\";s:85:\"https://asyahavacilik.com/wp-content/plugins/quadmenu/assets/frontend/images/logo.png\";}s:32:\"default_theme_navbar_link_margin\";a:6:{s:10:\"border-all\";s:1:\"0\";s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:12:\"border-color\";s:7:\"#000000\";}s:32:\"default_theme_navbar_link_radius\";a:4:{s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";}s:34:\"default_theme_navbar_button_radius\";a:6:{s:10:\"border-all\";s:1:\"0\";s:10:\"border-top\";s:1:\"2\";s:12:\"border-right\";s:1:\"2\";s:11:\"border-left\";s:1:\"2\";s:13:\"border-bottom\";s:1:\"2\";s:12:\"border-color\";s:7:\"#000000\";}s:33:\"default_theme_mobile_link_padding\";a:4:{s:10:\"border-top\";s:2:\"15\";s:12:\"border-right\";s:2:\"30\";s:11:\"border-left\";s:2:\"30\";s:13:\"border-bottom\";s:2:\"15\";}s:32:\"default_theme_mobile_link_border\";a:4:{s:10:\"border-all\";s:1:\"0\";s:10:\"border-top\";s:1:\"0\";s:12:\"border-color\";s:11:\"transparent\";s:12:\"border-style\";s:4:\"none\";}s:29:\"default_theme_dropdown_radius\";a:6:{s:10:\"border-all\";s:1:\"0\";s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:12:\"border-color\";s:7:\"#000000\";}s:29:\"default_theme_dropdown_border\";a:6:{s:10:\"border-all\";s:1:\"0\";s:10:\"border-top\";s:1:\"0\";s:12:\"border-right\";s:1:\"0\";s:11:\"border-left\";s:1:\"0\";s:13:\"border-bottom\";s:1:\"0\";s:12:\"border-color\";s:7:\"#000000\";}s:34:\"default_theme_dropdown_link_border\";a:4:{s:10:\"border-all\";s:1:\"1\";s:10:\"border-top\";s:1:\"1\";s:12:\"border-color\";s:7:\"#f4f4f4\";s:12:\"border-style\";s:5:\"solid\";}s:35:\"default_theme_dropdown_title_border\";a:4:{s:10:\"border-all\";s:1:\"1\";s:10:\"border-top\";s:1:\"1\";s:12:\"border-color\";s:7:\"#fb88dd\";s:12:\"border-style\";s:5:\"solid\";}s:18:\"default_theme_font\";a:5:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:9:\"font-size\";s:2:\"11\";s:10:\"font-style\";s:6:\"normal\";s:11:\"font-weight\";s:3:\"400\";s:14:\"letter-spacing\";s:7:\"inherit\";}s:25:\"default_theme_navbar_font\";a:5:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:9:\"font-size\";s:2:\"11\";s:10:\"font-style\";s:6:\"normal\";s:11:\"font-weight\";s:3:\"400\";s:14:\"letter-spacing\";s:7:\"inherit\";}s:27:\"default_theme_dropdown_font\";a:5:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:9:\"font-size\";s:2:\"11\";s:10:\"font-style\";s:6:\"normal\";s:11:\"font-weight\";s:3:\"400\";s:14:\"letter-spacing\";s:7:\"inherit\";}}s:9:\"last_save\";i:1739674503;s:13:\"last_compiler\";i:1739674503;}','auto'),
(981,'quadmenu_Divi_locations','a:4:{s:12:\"primary-menu\";a:1:{s:4:\"name\";s:9:\"Ana Menü\";}s:14:\"secondary-menu\";a:1:{s:4:\"name\";s:16:\"Yardımcı Menü\";}s:11:\"footer-menu\";a:1:{s:4:\"name\";s:17:\"Altbilgi Menüsü\";}s:12:\"quadmenu_dev\";a:1:{s:4:\"name\";s:12:\"QuadMenu Dev\";}}','auto'),
(958,'megamenu_themes_last_updated','custom_theme_1','auto'),
(959,'megamenu_toggle_blocks','a:1:{s:14:\"custom_theme_1\";a:1:{i:0;a:6:{s:4:\"type\";s:20:\"menu_toggle_animated\";s:5:\"align\";s:5:\"right\";s:5:\"style\";s:6:\"slider\";s:10:\"icon_color\";s:18:\"rgb(221, 221, 221)\";s:10:\"icon_scale\";s:3:\"0.8\";s:10:\"aria_label\";s:11:\"Toggle Menu\";}}}','auto'),
(979,'quadmenu_Divi','a:119:{s:8:\"last_tab\";s:0:\"\";s:8:\"viewport\";s:1:\"1\";s:6:\"styles\";s:1:\"1\";s:16:\"styles_normalize\";s:1:\"1\";s:14:\"styles_widgets\";s:1:\"1\";s:17:\"styles_pscrollbar\";s:1:\"1\";s:18:\"styles_owlcarousel\";s:1:\"1\";s:12:\"styles_icons\";s:9:\"dashicons\";s:24:\"primary-menu_integration\";s:1:\"0\";s:19:\"primary-menu_unwrap\";s:1:\"0\";s:18:\"primary-menu_theme\";s:13:\"default_theme\";s:26:\"secondary-menu_integration\";s:1:\"0\";s:21:\"secondary-menu_unwrap\";s:1:\"0\";s:20:\"secondary-menu_theme\";s:13:\"default_theme\";s:23:\"footer-menu_integration\";s:1:\"0\";s:18:\"footer-menu_unwrap\";s:1:\"0\";s:17:\"footer-menu_theme\";s:13:\"default_theme\";s:6:\"gutter\";s:2:\"30\";s:15:\"screen_sm_width\";s:3:\"768\";s:15:\"screen_md_width\";s:3:\"992\";s:15:\"screen_lg_width\";s:4:\"1200\";s:25:\"default_theme_theme_title\";s:13:\"Default Theme\";s:20:\"default_theme_layout\";s:5:\"embed\";s:36:\"default_theme_layout_offcanvas_float\";s:5:\"right\";s:26:\"default_theme_layout_align\";s:5:\"right\";s:31:\"default_theme_layout_breakpoint\";s:3:\"768\";s:26:\"default_theme_layout_width\";s:1:\"0\";s:32:\"default_theme_layout_width_inner\";s:1:\"0\";s:41:\"default_theme_layout_width_inner_selector\";s:0:\"\";s:29:\"default_theme_layout_lazyload\";s:0:\"\";s:28:\"default_theme_layout_current\";s:0:\"\";s:28:\"default_theme_layout_divider\";s:4:\"hide\";s:26:\"default_theme_layout_caret\";s:4:\"show\";s:28:\"default_theme_layout_classes\";s:0:\"\";s:28:\"default_theme_layout_trigger\";s:11:\"hoverintent\";s:39:\"default_theme_layout_dropdown_maxheight\";s:1:\"1\";s:31:\"default_theme_navbar_background\";s:5:\"color\";s:37:\"default_theme_navbar_background_color\";s:7:\"#333333\";s:34:\"default_theme_navbar_background_to\";s:7:\"#000000\";s:35:\"default_theme_navbar_background_deg\";s:2:\"17\";s:25:\"default_theme_navbar_text\";s:7:\"#aaaaaa\";s:27:\"default_theme_navbar_height\";s:2:\"60\";s:26:\"default_theme_navbar_width\";s:3:\"380\";s:30:\"default_theme_navbar_logo_link\";s:25:\"https://asyahavacilik.com\";s:25:\"default_theme_navbar_logo\";a:9:{s:3:\"url\";s:85:\"https://asyahavacilik.com/wp-content/plugins/quadmenu/assets/frontend/images/logo.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";s:5:\"title\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:11:\"description\";s:0:\"\";}s:32:\"default_theme_navbar_logo_height\";s:2:\"25\";s:28:\"default_theme_navbar_logo_bg\";s:11:\"transparent\";s:32:\"default_theme_navbar_link_margin\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:3:\"0px\";s:13:\"border-bottom\";s:3:\"0px\";s:11:\"border-left\";s:3:\"0px\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:7:\"#000000\";}s:32:\"default_theme_navbar_link_radius\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:3:\"0px\";s:13:\"border-bottom\";s:3:\"0px\";s:11:\"border-left\";s:3:\"0px\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:0:\"\";}s:25:\"default_theme_navbar_link\";s:7:\"#f1f1f1\";s:28:\"default_theme_navbar_link_bg\";s:11:\"transparent\";s:31:\"default_theme_navbar_link_hover\";s:7:\"#ffffff\";s:34:\"default_theme_navbar_link_bg_hover\";s:7:\"#111111\";s:28:\"default_theme_navbar_divider\";s:21:\"rgba(255,255,255,0.5)\";s:38:\"default_theme_navbar_link_hover_effect\";s:21:\"rgba(255,255,255,0.3)\";s:30:\"default_theme_navbar_link_icon\";s:7:\"#eeeeee\";s:36:\"default_theme_navbar_link_icon_hover\";s:7:\"#ffffff\";s:34:\"default_theme_navbar_link_subtitle\";s:7:\"#eeeeee\";s:40:\"default_theme_navbar_link_subtitle_hover\";s:7:\"#ffffff\";s:32:\"default_theme_navbar_badge_color\";s:7:\"#ffffff\";s:26:\"default_theme_navbar_badge\";s:7:\"#fb88dd\";s:27:\"default_theme_navbar_button\";s:7:\"#ffffff\";s:38:\"default_theme_navbar_button_background\";s:7:\"#fb88dd\";s:33:\"default_theme_navbar_button_hover\";s:7:\"#383838\";s:44:\"default_theme_navbar_button_hover_background\";s:7:\"#eeeeee\";s:34:\"default_theme_navbar_button_radius\";a:6:{s:10:\"border-top\";s:3:\"2px\";s:12:\"border-right\";s:3:\"2px\";s:13:\"border-bottom\";s:3:\"2px\";s:11:\"border-left\";s:3:\"2px\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:7:\"#000000\";}s:30:\"default_theme_navbar_scrollbar\";s:7:\"#fb88dd\";s:35:\"default_theme_navbar_scrollbar_rail\";s:7:\"#ffffff\";s:27:\"default_theme_layout_sticky\";s:1:\"0\";s:34:\"default_theme_layout_sticky_offset\";s:1:\"0\";s:31:\"default_theme_sticky_background\";s:16:\"rgba(0,0,0,0.95)\";s:27:\"default_theme_sticky_height\";s:2:\"60\";s:32:\"default_theme_sticky_logo_height\";s:2:\"25\";s:27:\"default_theme_mobile_shadow\";s:4:\"show\";s:34:\"default_theme_navbar_mobile_border\";s:21:\"rgba(255,255,255,0.1)\";s:32:\"default_theme_navbar_toggle_open\";s:7:\"#ffffff\";s:33:\"default_theme_navbar_toggle_close\";s:7:\"#fb88dd\";s:33:\"default_theme_mobile_link_padding\";a:6:{s:10:\"border-top\";s:4:\"15px\";s:12:\"border-right\";s:4:\"30px\";s:13:\"border-bottom\";s:4:\"15px\";s:11:\"border-left\";s:4:\"30px\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:0:\"\";}s:32:\"default_theme_mobile_link_border\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:4:\"none\";s:12:\"border-color\";s:11:\"transparent\";}s:29:\"default_theme_dropdown_shadow\";s:4:\"show\";s:29:\"default_theme_dropdown_margin\";s:1:\"0\";s:29:\"default_theme_dropdown_radius\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:3:\"0px\";s:13:\"border-bottom\";s:3:\"0px\";s:11:\"border-left\";s:3:\"0px\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:7:\"#000000\";}s:29:\"default_theme_dropdown_border\";a:6:{s:10:\"border-top\";s:3:\"0px\";s:12:\"border-right\";s:3:\"0px\";s:13:\"border-bottom\";s:3:\"0px\";s:11:\"border-left\";s:3:\"0px\";s:12:\"border-style\";s:0:\"\";s:12:\"border-color\";s:7:\"#000000\";}s:33:\"default_theme_dropdown_background\";s:7:\"#ffffff\";s:27:\"default_theme_dropdown_link\";s:7:\"#444444\";s:33:\"default_theme_dropdown_link_hover\";s:7:\"#333333\";s:36:\"default_theme_dropdown_link_bg_hover\";s:7:\"#f4f4f4\";s:34:\"default_theme_dropdown_link_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#f4f4f4\";}s:28:\"default_theme_dropdown_title\";s:7:\"#444444\";s:35:\"default_theme_dropdown_title_border\";a:6:{s:10:\"border-top\";s:3:\"1px\";s:12:\"border-right\";s:0:\"\";s:13:\"border-bottom\";s:0:\"\";s:11:\"border-left\";s:0:\"\";s:12:\"border-style\";s:5:\"solid\";s:12:\"border-color\";s:7:\"#fb88dd\";}s:32:\"default_theme_dropdown_link_icon\";s:7:\"#fb88dd\";s:38:\"default_theme_dropdown_link_icon_hover\";s:7:\"#a9a9a9\";s:36:\"default_theme_dropdown_link_subtitle\";s:7:\"#a0a0a0\";s:42:\"default_theme_dropdown_link_subtitle_hover\";s:7:\"#cccccc\";s:29:\"default_theme_dropdown_button\";s:7:\"#ffffff\";s:32:\"default_theme_dropdown_button_bg\";s:7:\"#fb88dd\";s:35:\"default_theme_dropdown_button_hover\";s:7:\"#ffffff\";s:38:\"default_theme_dropdown_button_bg_hover\";s:7:\"#000000\";s:29:\"default_theme_dropdown_tab_bg\";s:16:\"rgba(0,0,0,0.05)\";s:35:\"default_theme_dropdown_tab_bg_hover\";s:15:\"rgba(0,0,0,0.1)\";s:32:\"default_theme_dropdown_scrollbar\";s:7:\"#fb88dd\";s:37:\"default_theme_dropdown_scrollbar_rail\";s:7:\"#ffffff\";s:18:\"default_theme_font\";a:8:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:2:\"11\";s:14:\"letter-spacing\";s:7:\"inherit\";}s:25:\"default_theme_navbar_font\";a:8:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:2:\"11\";s:14:\"letter-spacing\";s:7:\"inherit\";}s:35:\"default_theme_navbar_link_transform\";s:9:\"uppercase\";s:27:\"default_theme_dropdown_font\";a:8:{s:11:\"font-family\";s:27:\"Verdana, Geneva, sans-serif\";s:12:\"font-options\";s:0:\"\";s:6:\"google\";s:1:\"1\";s:11:\"font-weight\";s:3:\"400\";s:10:\"font-style\";s:6:\"normal\";s:7:\"subsets\";s:0:\"\";s:9:\"font-size\";s:2:\"11\";s:14:\"letter-spacing\";s:7:\"inherit\";}s:37:\"default_theme_dropdown_link_transform\";s:4:\"none\";s:33:\"default_theme_layout_hover_effect\";s:21:\"quadmenu-hover-ripple\";s:35:\"default_theme_navbar_animation_text\";a:3:{s:7:\"options\";s:0:\"\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:39:\"default_theme_navbar_animation_subtitle\";a:3:{s:7:\"options\";s:0:\"\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:35:\"default_theme_navbar_animation_icon\";a:3:{s:7:\"options\";s:0:\"\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:36:\"default_theme_navbar_animation_badge\";a:3:{s:7:\"options\";s:14:\"quadmenu_swing\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:35:\"default_theme_navbar_animation_cart\";a:2:{s:7:\"options\";s:15:\"quadmenu_bounce\";s:5:\"speed\";s:5:\"t_500\";}s:30:\"default_theme_layout_animation\";a:2:{s:7:\"options\";s:12:\"quadmenu_btt\";s:5:\"speed\";s:5:\"t_300\";}s:37:\"default_theme_dropdown_animation_text\";a:3:{s:7:\"options\";s:0:\"\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:41:\"default_theme_dropdown_animation_subtitle\";a:3:{s:7:\"options\";s:0:\"\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:37:\"default_theme_dropdown_animation_icon\";a:3:{s:7:\"options\";s:0:\"\";s:6:\"action\";s:5:\"hover\";s:5:\"speed\";s:6:\"t_1000\";}s:38:\"default_theme_dropdown_animation_badge\";a:3:{s:7:\"options\";s:14:\"quadmenu_swing\";s:6:\"action\";s:4:\"loop\";s:5:\"speed\";s:6:\"t_1000\";}s:3:\"css\";s:0:\"\";}','auto'),
(971,'_transient_timeout__quadmenu_first_rating','1742258280','off'),
(972,'_transient__quadmenu_first_rating','1','off'),
(1096,'elementor_remote_info_feed_data','a:3:{i:0;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:62:\"Introducing Hello Biz: A New Beginner Friendly WordPress Theme\";s:7:\"excerpt\";s:226:\"The first in a new collection of beginner-friendly Hello Themes, Hello Biz aims to make building Professional websites easier. Designed to streamline website creation, by helping you build a polished, high-performance website.\";s:7:\"created\";i:1736335773;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:121:\"https://elementor.com/blog/introducing-hello-biz/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:65:\"Introducing Elementor 3.26: Dynamic Design & Enhanced Performance\";s:7:\"excerpt\";s:192:\"Boost your site’s speed and performance with optimized CSS and a cleaner DOM, create dynamic content with an Off-Canvas modal from Loop Grids, and leverage the new AdBlock detection trigger.\";s:7:\"created\";i:1736174778;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:146:\"https://elementor.com/blog/elementor-326-off-canvas-loop-grid-performance/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}','off'),
(1103,'e_editor_counter','3','auto'),
(1104,'_elementor_free_to_pro_upsell','a:2:{s:7:\"timeout\";i:1739679454;s:5:\"value\";s:593:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"}]\";}','off'),
(1105,'_elementor_notifications_data','a:2:{s:7:\"timeout\";i:1739679454;s:5:\"value\";s:11664:\"[{\"id\":\"hello-biz-theme\",\"title\":\"A Brand New Theme From Elementor: Introducing Hello BIZ\",\"description\":\"Meet Hello Biz. The new theme empowers you with Hello+ Widgets that accelerate your workflow. It\'s FREE and fully compatible with Elementor & Elementor Pro.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-theme.png\",\"chipTags\":[\"New Theme\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/introducing-hello-biz\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"hello-biz-theme\",\"title\":\"A Brand New Theme From Elementor: Introducing Hello BIZ\",\"description\":\"Meet Hello Biz. The new theme that lets you build a website within minutes. And it\'s FREE. Perfect for a business website, and fully compatible with Elementor & Elementor Pro.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-theme.png\",\"chipTags\":[\"New Theme\"],\"link\":\"https:\\/\\/elementor.com\\/blog\\/introducing-hello-biz\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"grid-span-3.27\",\"title\":\"Design Grid layouts that fit your exact vision\",\"description\":\"Advanced column and row span controls give you the power to design Grid Container layouts that fit your exact vision.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/grid-span-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-grid-span-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"local-fonts-3.27\",\"title\":\"Load Google Fonts safer and faster\",\"description\":\"Once enabled, Google Fonts are served directly from your server, streamlining the loading process and enhancing security.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/local-google-fonts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-local-fonts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"video-shorts-3.27\",\"title\":\"Showcase short-form, vertical videos\",\"description\":\"The Video widget now supports YouTube Shorts in a vertical 9:16 ratio, the go-to format for engaging audiences.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/video-shorts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-video-shorts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"id\":\"css-loading-3.25\",\"title\":\"Boost Performance with Conditional CSS Loading\",\"description\":\"Boost performance by conditionally loading only the styles that each page needs, reducing the page CSS size by up to 668kb.\",\"topic\":\"Elementor 3.25\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.25-css-Loading.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-25-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"variable-fonts-3.24\",\"title\":\"Elevate text design with Variable Fonts\",\"description\":\"Experience unparalleled fluidity in your design with precise control over text width and weight.\",\"topic\":\"Elementor Pro 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-variable-fonts.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-24-variable-fonts\\/\"},{\"id\":\"floating-bars-3.24\",\"title\":\"Increase conversion with Floating Bars\",\"description\":\"Place your most important messages and promotions at the top or bottom of your page seamlessly with over 30 pre-made templates.\",\"topic\":\"Elementor 3.24\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/3.24-floating-bar.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.24-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\"},{\"id\":\"ai-featured-image\",\"title\":\"Featured Image: Let AI Do the Work\",\"description\":\"Say goodbye to image searches! Let AI craft stunning featured images with a click, perfectly matching your content. No prompts needed. Discover how easy it is.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/featured_ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image-blog\\/\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/ai-notification-featured-image\\/\\/\"},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"search-widget-3.23\",\"title\":\"Increases site exploration with AJAX loading & live results\",\"description\":\"Enabling faster, more accurate content discovery and helping visitors find what they\'re looking for.\",\"topic\":\"Elementor Pro 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/search-widget-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features\\/\",\"readMoreText\":\"Learn More\",\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-search-widget\\/\"},{\"id\":\"floating-buttons-3.23\",\"title\":\"Get more leads with Floating Buttons\",\"description\":\"Empowering you to increase conversion by seamlessly integrating a direct link to a chat or different platforms in the form of a floating button.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/floating-buttons-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"link-in-bio-3.23\",\"title\":\"New Link in Bio Widgets for any Purpose\",\"description\":\"Create a polished and professional page with just a few clicks and effectively showcase all your important links. Choose from 7 unique widgets and over 60 templates!\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/link-in-bio-3.23.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-link-in-bio-3-23-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"nested-elements-3.23\",\"title\":\"Work faster on Nested Elements\",\"description\":\"Customize Nested Elements faster with version 3.23. Now every change to a Nested Element will only affect the relevant element and not require reloading the entire widget, improving Editor interaction time by 60%-98%.\",\"topic\":\"Elementor 3.23\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/nested-elements-3.23.png\",\"chipTags\":[\"Performance\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3-23-features-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}','off'),
(1108,'elementor_library_category_children','a:0:{}','auto'),
(1326,'tp_save_update_at','1739744276','off'),
(1327,'tpae_version_cache','a:2:{i:0;s:5:\"6.2.1\";i:1;s:5:\"5.6.0\";}','auto'),
(1329,'tpae_onbording_end','1','auto'),
(1317,'theplus_options','a:2:{s:14:\"check_elements\";a:26:{i:0;s:12:\"tp_accordion\";i:1;s:17:\"tp_adv_text_block\";i:2;s:13:\"tp_blockquote\";i:3;s:15:\"tp_blog_listout\";i:4;s:9:\"tp_button\";i:5;s:17:\"tp_contact_form_7\";i:6;s:12:\"tp_countdown\";i:7;s:18:\"tp_clients_listout\";i:8;s:18:\"tp_gallery_listout\";i:9;s:11:\"tp_flip_box\";i:10;s:20:\"tp_heading_animation\";i:11;s:16:\"tp_header_extras\";i:12;s:16:\"tp_heading_title\";i:13;s:11:\"tp_info_box\";i:14;s:23:\"tp_navigation_menu_lite\";i:15;s:14:\"tp_page_scroll\";i:16;s:15:\"tp_progress_bar\";i:17;s:17:\"tp_number_counter\";i:18;s:16:\"tp_pricing_table\";i:19;s:20:\"tp_scroll_navigation\";i:20;s:14:\"tp_social_icon\";i:21;s:13:\"tp_tabs_tours\";i:22;s:22:\"tp_team_member_listout\";i:23;s:22:\"tp_testimonial_listout\";i:24;s:15:\"tp_video_player\";i:25;s:12:\"tp_plus_form\";}s:15:\"extras_elements\";a:0:{}}','on'),
(1314,'elementor_1_elementor_updater_batch_88fdcb71e99bb9f05feae11d76f4','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\";}}}','off'),
(1310,'elementor_log','a:6:{s:32:\"3dee8ea2580d9d910bba41ce3ad963a2\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-16 22:17:48\";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:\"2025-02-16 22:17:48\";}s:7:\"\0*\0args\";a:2:{s:7:\"message\";s:36:\"elementor::elementor_updater Started\";s:4:\"type\";s:4:\"info\";}}s:32:\"8ac3d000e4b893869cb2b93d908c10aa\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-16 22:17:48\";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:\"2025-02-16 22:17:48\";}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:\"4b865f89cee6af69d4fc2dda32d1d961\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-16 22:17:48\";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:\"2025-02-16 22:17:48\";}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:\"fc028860422b84cfc3a3642c1aace64c\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-16 22:17:48\";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.27.4\";s:2:\"to\";s:6:\"3.27.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-16 22:17:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.27.5\";}s:7:\"message\";s:50:\"Elementor data updater process has been completed.\";s:4:\"type\";s:4:\"info\";}}s:32:\"0568c216e4732a6d10ad3c5d34197383\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-16 22:17:48\";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.27.4\";s:2:\"to\";s:6:\"3.27.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-16 22:17:48\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.27.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}s:32:\"af1185ee60fbfece0122757ac0c8b171\";O:32:\"Elementor\\Core\\Logger\\Items\\Base\":7:{s:7:\"\0*\0date\";s:19:\"2025-02-16 22:17:49\";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.27.4\";s:2:\"to\";s:6:\"3.27.5\";}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-02-16 22:17:49\";}s:7:\"\0*\0args\";a:3:{s:4:\"meta\";a:3:{s:6:\"plugin\";s:9:\"Elementor\";s:4:\"from\";s:6:\"3.27.4\";s:2:\"to\";s:6:\"3.27.5\";}s:7:\"message\";s:47:\"Elementor data updater process has been queued.\";s:4:\"type\";s:4:\"info\";}}}','off'),
(1138,'elementskit-lite__banner_last_check','1739743426','auto'),
(1139,'elementskit-lite__banner_data','O:8:\"stdClass\":10:{s:8:\"10014898\";O:8:\"stdClass\":7:{s:2:\"id\";i:10014898;s:5:\"title\";s:37:\"Wpmet Flash Sale Notice Ownpages 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:21:\"www.wpmet.com/flash25\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:576:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">flash sale from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 25% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10014897\";O:8:\"stdClass\":7:{s:2:\"id\";i:10014897;s:5:\"title\";s:31:\"Wpmet Flash Sale Dashboard 2025\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1739232000;s:3:\"end\";i:1740268800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:21:\"www.wpmet.com/flash25\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:576:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Flash sale from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 25% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013005\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013005;s:5:\"title\";s:35:\"Wpmet Holiday Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10013004\";O:8:\"stdClass\":7:{s:2:\"id\";i:10013004;s:5:\"title\";s:34:\"Wpmet Holiday Notice Ownpages 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1734825600;s:3:\"end\";i:1737244800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"www.wpmet.com/noticeNY\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:579:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">holiday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium WordPress Bundle Plugin!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get up to 30% discounts</b> on each of our PRO Single plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012223\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012223;s:5:\"title\";s:30:\"Wpmet BFCM Notice OwnPage 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10012221\";O:8:\"stdClass\":7:{s:2:\"id\";i:10012221;s:5:\"title\";s:32:\"Wpmet BFCM Notice Dashboard 2024\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1732060800;s:3:\"end\";i:1734480000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:17:\"wpmet.com/bfcmN24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:563:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Black friday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $2,986 on Premium Bundle LifeTime!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 40% discounts</b> on each of our PRO plugins — ElementsKit, GutenKit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:60:\"https://api.wpmet.com/auth/wp-content/uploads/2024/11/80.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011354\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011354;s:5:\"title\";s:34:\"Wpmet Halloween Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\" https://wpmet.com/halloweensale24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:569:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">HAlloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver lifetime bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011353\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011353;s:5:\"title\";s:35:\"Wpmet Halloween Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1729382400;s:3:\"end\";i:1731196800;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:34:\" https://wpmet.com/halloweensale24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:569:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Halloween sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver lifetime bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011319\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011319;s:5:\"title\";s:34:\"Wpmet Birthday Sale 2024 Dashboard\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:9:\"dashboard\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}s:8:\"10011318\";O:8:\"stdClass\":7:{s:2:\"id\";i:10011318;s:5:\"title\";s:33:\"Wpmet Birthday Sale 2024 Own Page\";s:4:\"type\";s:6:\"notice\";s:6:\"screen\";s:11:\"plugin_page\";s:5:\"start\";i:1720396800;s:3:\"end\";i:1723680000;s:4:\"data\";O:8:\"stdClass\":9:{s:4:\"type\";s:6:\"notice\";s:11:\"button_link\";s:22:\"https://wpmet.com/bd24\";s:11:\"button_text\";s:24:\"Claim Your Discount Now!\";s:11:\"notice_body\";s:559:\"<h3><strong style=\"color: #; text-transform: uppercase; font-size: 14px;\"><span style=\"color: #e60073;\">Birthday sales from Wpmet</span></strong></h3>\r\n<h3><strong style=\"font-size: 24px; padding: 8px 0 5px; color: #; display: block;\">Save up to $180 on Premium WordPress Plugins!</strong></h3>\r\n<p style=\"font-size: 16px; margin-left: -2px;\"><b>Get 30% discounts</b> on each of our PRO plugins — ElementsKit, Gutenkit, ShopEngine, MetForm, EmailKit, WP Social, WP Ultimate Review — or get them <b>all in super-saver bundles to save 80% instantly!</b></p>\";s:12:\"notice_image\";s:66:\"https://api.wpmet.com/auth/wp-content/uploads/2023/07/notice-1.png\";s:9:\"blacklist\";s:0:\"\";s:9:\"whitelist\";s:0:\"\";s:9:\"style_css\";s:0:\"\";s:10:\"unique_key\";s:0:\"\";}}}','auto'),
(1110,'ht_menu_options_9','a:1:{s:11:\"enable_menu\";s:2:\"on\";}','auto'),
(1111,'ht_menu_options_11','a:1:{s:11:\"enable_menu\";s:2:\"on\";}','auto'),
(1142,'elements_kit_onboard_status','onboarded','auto'),
(1451,'wp-optimize-back_up_original','1','auto'),
(1452,'wp-optimize-back_up_delete_after','1','auto'),
(1453,'wp-optimize-back_up_delete_after_days','50','auto'),
(1449,'wp-optimize-compression_server','resmushit','auto'),
(1450,'wp-optimize-image_quality','92','auto'),
(1384,'action_scheduler_hybrid_store_demarkation','874','auto'),
(1385,'schema-ActionScheduler_StoreSchema','7.0.1739747952','auto'),
(1386,'schema-ActionScheduler_LoggerSchema','3.0.1739747952','auto'),
(1435,'wp-optimize-installed-for','1739748206','auto'),
(1436,'wp-optimize-newly-activated','1','auto'),
(1437,'wp-optimize-schedule','false','auto'),
(1438,'wp-optimize-last-optimized','Never','auto'),
(1439,'wp-optimize-schedule-type','wpo_weekly','auto'),
(1440,'wp-optimize-retention-enabled','false','auto'),
(1441,'wp-optimize-retention-period','2','auto'),
(1442,'wp-optimize-enable-admin-menu','false','auto'),
(1443,'wp-optimize-total-cleaned','0','auto'),
(1444,'wp-optimize-auto','a:8:{s:8:\"usermeta\";s:5:\"false\";s:9:\"revisions\";s:4:\"true\";s:5:\"trash\";s:4:\"true\";s:10:\"unapproved\";s:5:\"false\";s:6:\"drafts\";s:4:\"true\";s:5:\"spams\";s:4:\"true\";s:9:\"transient\";s:5:\"false\";s:8:\"optimize\";s:5:\"false\";}','auto'),
(1445,'wp-optimize-settings','a:17:{s:16:\"user-commentmeta\";s:5:\"false\";s:13:\"user-usermeta\";s:5:\"false\";s:15:\"user-orphandata\";s:5:\"false\";s:14:\"user-revisions\";s:4:\"true\";s:10:\"user-trash\";s:4:\"true\";s:19:\"user-orphanedtables\";s:4:\"true\";s:16:\"user-attachments\";s:5:\"false\";s:14:\"user-pingbacks\";s:5:\"false\";s:13:\"user-postmeta\";s:5:\"false\";s:15:\"user-unapproved\";s:4:\"true\";s:11:\"user-drafts\";s:4:\"true\";s:15:\"user-trackbacks\";s:5:\"false\";s:10:\"user-spams\";s:4:\"true\";s:14:\"user-transient\";s:5:\"false\";s:17:\"user-repairtables\";s:4:\"true\";s:13:\"user-optimize\";s:4:\"true\";s:13:\"last_saved_in\";s:5:\"4.0.0\";}','auto'),
(1354,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1740402149;s:7:\"checked\";a:1:{s:4:\"Divi\";s:6:\"4.27.4\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:4:\"Divi\";a:6:{s:5:\"theme\";s:4:\"Divi\";s:11:\"new_version\";s:6:\"4.27.4\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:140:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=475486eb2b1a49f63f30ec51469e56e61b89a80c&username=mucobb\";s:8:\"requires\";s:0:\"\";s:12:\"requires_php\";s:0:\"\";}}s:12:\"translations\";a:0:{}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(1631,509,'_et_body_layout_enabled','1'),
(6117,562,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6118,562,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(1597,504,'_et_pb_built_for_post_type','page'),
(3822,826,'_menu_item_xfn',''),
(3820,826,'_menu_item_target',''),
(3821,826,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3813,825,'_menu_item_template',''),
(3812,825,'_menu_item_megamenu',''),
(3811,825,'_menu_item_menuposition',''),
(3809,825,'_menu_item_url',''),
(3808,825,'_menu_item_xfn',''),
(3807,825,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3805,825,'_menu_item_object','page'),
(3806,825,'_menu_item_target',''),
(3804,825,'_menu_item_object_id','568'),
(3803,825,'_menu_item_menu_item_parent','824'),
(3802,825,'_menu_item_type','post_type'),
(3801,824,'_menu_item_disablet',''),
(3800,824,'_menu_item_menuwidth',''),
(3799,824,'_menu_item_template',''),
(3798,824,'_menu_item_megamenu',''),
(3797,824,'_menu_item_menuposition',''),
(3727,819,'_menu_item_menuposition',''),
(3728,819,'_menu_item_megamenu',''),
(3729,819,'_menu_item_template',''),
(3730,819,'_menu_item_menuwidth',''),
(3731,819,'_menu_item_disablet',''),
(3732,820,'_menu_item_type','post_type'),
(3733,820,'_menu_item_menu_item_parent','0'),
(3734,820,'_menu_item_object_id','551'),
(3735,820,'_menu_item_object','page'),
(3736,820,'_menu_item_target',''),
(3737,820,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3738,820,'_menu_item_xfn',''),
(3739,820,'_menu_item_url',''),
(3741,820,'_menu_item_menuposition',''),
(3742,820,'_menu_item_megamenu',''),
(3743,820,'_menu_item_template',''),
(3744,820,'_menu_item_menuwidth',''),
(3745,820,'_menu_item_disablet',''),
(3746,821,'_menu_item_type','post_type'),
(3747,821,'_menu_item_menu_item_parent','0'),
(3748,821,'_menu_item_object_id','514'),
(3749,821,'_menu_item_object','page'),
(3750,821,'_menu_item_target',''),
(3751,821,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3752,821,'_menu_item_xfn',''),
(3753,821,'_menu_item_url',''),
(3754,821,'_menu_item_orphaned','1739676170'),
(3755,821,'_menu_item_menuposition',''),
(3756,821,'_menu_item_megamenu',''),
(3757,821,'_menu_item_template',''),
(3758,821,'_menu_item_menuwidth',''),
(3759,821,'_menu_item_disablet',''),
(3760,822,'_menu_item_type','post_type'),
(3761,822,'_menu_item_menu_item_parent','824'),
(3762,822,'_menu_item_object_id','567'),
(3763,822,'_menu_item_object','page'),
(3764,822,'_menu_item_target',''),
(3765,822,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3766,822,'_menu_item_xfn',''),
(3767,822,'_menu_item_url',''),
(3769,822,'_menu_item_menuposition',''),
(3770,822,'_menu_item_megamenu',''),
(3771,822,'_menu_item_template',''),
(3772,822,'_menu_item_menuwidth',''),
(3773,822,'_menu_item_disablet',''),
(3774,823,'_menu_item_type','post_type'),
(3775,823,'_menu_item_menu_item_parent','0'),
(3776,823,'_menu_item_object_id','781'),
(3777,823,'_menu_item_object','page'),
(3778,823,'_menu_item_target',''),
(3779,823,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3780,823,'_menu_item_xfn',''),
(3781,823,'_menu_item_url',''),
(3782,823,'_menu_item_orphaned','1739676170'),
(3783,823,'_menu_item_menuposition',''),
(3784,823,'_menu_item_megamenu',''),
(3785,823,'_menu_item_template',''),
(3786,823,'_menu_item_menuwidth',''),
(3787,823,'_menu_item_disablet',''),
(3788,824,'_menu_item_type','post_type'),
(3789,824,'_menu_item_menu_item_parent','837'),
(3790,824,'_menu_item_object_id','561'),
(3791,824,'_menu_item_object','page'),
(3792,824,'_menu_item_target',''),
(3793,824,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3794,824,'_menu_item_xfn',''),
(3795,824,'_menu_item_url',''),
(1632,509,'_et_footer_layout_id','500'),
(1633,509,'_et_footer_layout_enabled','1'),
(1634,509,'_et_use_on','singular:post_type:post:all'),
(1636,510,'_et_autogenerated_title','1'),
(1637,510,'_et_default','0'),
(1638,510,'_et_enabled','1'),
(1639,510,'_et_header_layout_id','499'),
(1640,510,'_et_header_layout_enabled','1'),
(1641,510,'_et_body_layout_id','503'),
(1642,510,'_et_body_layout_enabled','1'),
(1643,510,'_et_footer_layout_id','500'),
(1644,510,'_et_footer_layout_enabled','1'),
(1645,510,'_et_use_on','archive:user:all'),
(1647,511,'_et_autogenerated_title','1'),
(1648,511,'_et_default','0'),
(1649,511,'_et_enabled','1'),
(1650,511,'_et_header_layout_id','499'),
(1651,511,'_et_header_layout_enabled','1'),
(1652,511,'_et_body_layout_id','504'),
(1653,511,'_et_body_layout_enabled','1'),
(1654,511,'_et_footer_layout_id','500'),
(1655,511,'_et_footer_layout_enabled','1'),
(1656,511,'_et_use_on','search'),
(1658,512,'_et_autogenerated_title','1'),
(1659,512,'_et_default','0'),
(1660,512,'_et_enabled','1'),
(1661,512,'_et_header_layout_id','499'),
(1662,512,'_et_header_layout_enabled','0'),
(1663,512,'_et_body_layout_id','505'),
(1664,512,'_et_body_layout_enabled','1'),
(1665,512,'_et_footer_layout_id','500'),
(1666,512,'_et_footer_layout_enabled','0'),
(1667,512,'_et_use_on','404'),
(1668,506,'_et_template','507'),
(1669,506,'_et_template','508'),
(1670,506,'_et_template','509'),
(1671,506,'_et_template','510'),
(1672,506,'_et_template','511'),
(1598,504,'_et_builder_version','VB|Divi'),
(1599,505,'_et_pb_use_builder','on'),
(1600,505,'_et_pb_show_page_creation','off'),
(1601,505,'_et_pb_built_for_post_type','page'),
(1602,505,'_et_builder_version','VB|Divi'),
(1604,507,'_et_autogenerated_title','0'),
(1605,507,'_et_default','1'),
(1606,507,'_et_enabled','1'),
(1607,507,'_et_header_layout_id','499'),
(1608,507,'_et_header_layout_enabled','1'),
(1609,507,'_et_body_layout_id','0'),
(1610,507,'_et_body_layout_enabled','1'),
(1611,507,'_et_footer_layout_id','500'),
(1612,507,'_et_footer_layout_enabled','1'),
(1614,508,'_et_autogenerated_title','1'),
(1615,508,'_et_default','0'),
(1616,508,'_et_enabled','1'),
(1617,508,'_et_header_layout_id','499'),
(1618,508,'_et_header_layout_enabled','1'),
(1619,508,'_et_body_layout_id','501'),
(1620,508,'_et_body_layout_enabled','1'),
(1621,508,'_et_footer_layout_id','500'),
(1622,508,'_et_footer_layout_enabled','1'),
(1623,508,'_et_use_on','archive:taxonomy:category:all'),
(1625,509,'_et_autogenerated_title','1'),
(1626,509,'_et_default','0'),
(1627,509,'_et_enabled','1'),
(1628,509,'_et_header_layout_id','499'),
(1629,509,'_et_header_layout_enabled','1'),
(1630,509,'_et_body_layout_id','502'),
(1595,504,'_et_pb_use_builder','on'),
(1596,504,'_et_pb_show_page_creation','off'),
(4236,852,'original-file','2025/02/placeholder-726-updraft-pre-smush-original.png'),
(4237,852,'smush-complete','1'),
(4238,852,'smush-info','The file was compressed from 6.00 KB to 5.03 KB, saving 16.19 percent, using WP-Optimize'),
(4239,852,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6146;s:12:\"smushed-size\";i:5151;s:15:\"savings-percent\";d:16.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:6146;s:10:\"compressed\";i:5151;}s:6:\"medium\";a:2:{s:8:\"original\";i:3887;s:10:\"compressed\";i:1715;}s:5:\"large\";a:2:{s:8:\"original\";i:18469;s:10:\"compressed\";i:7348;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2227;s:10:\"compressed\";i:1084;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:12559;s:10:\"compressed\";i:5166;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:5196;s:10:\"compressed\";i:2218;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:19642;s:10:\"compressed\";i:7743;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:5639;s:10:\"compressed\";i:2429;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:7720;s:10:\"compressed\";i:3125;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:19903;s:10:\"compressed\";i:7799;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:7636;s:10:\"compressed\";i:3248;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:17320;s:10:\"compressed\";i:6907;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:6707;s:10:\"compressed\";i:2809;}}}'),
(1914,516,'_et_builder_dynamic_assets_loading_attr_threshold','5'),
(2596,699,'_wp_trash_meta_status','publish'),
(2597,699,'_wp_trash_meta_time','1739666822'),
(2600,700,'_wp_trash_meta_status','publish'),
(2601,700,'_wp_trash_meta_time','1739666833'),
(2605,701,'_wp_trash_meta_status','publish'),
(2606,701,'_wp_trash_meta_time','1739666867'),
(2607,702,'_menu_item_type','post_type_archive'),
(2608,702,'_menu_item_menu_item_parent','0'),
(2609,702,'_menu_item_object_id','1000001'),
(2610,702,'_menu_item_object','page'),
(2611,702,'_menu_item_target',''),
(2612,702,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2613,702,'_menu_item_xfn',''),
(2614,702,'_menu_item_url',''),
(2615,702,'_menu_item_orphaned','1739667003'),
(2616,703,'_menu_item_type','post_type'),
(2617,703,'_menu_item_menu_item_parent','0'),
(2618,703,'_menu_item_object_id','648'),
(2619,703,'_menu_item_object','page'),
(2620,703,'_menu_item_target',''),
(2621,703,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2622,703,'_menu_item_xfn',''),
(2623,703,'_menu_item_url',''),
(2624,703,'_menu_item_orphaned','1739667024'),
(2625,704,'_menu_item_type','post_type'),
(2626,704,'_menu_item_menu_item_parent','0'),
(2627,704,'_menu_item_object_id','646'),
(2628,704,'_menu_item_object','page'),
(2629,704,'_menu_item_target',''),
(2630,704,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2631,704,'_menu_item_xfn',''),
(2632,704,'_menu_item_url',''),
(2633,704,'_menu_item_orphaned','1739667024'),
(2634,705,'_menu_item_type','post_type'),
(2635,705,'_menu_item_menu_item_parent','0'),
(2636,705,'_menu_item_object_id','644'),
(2637,705,'_menu_item_object','page'),
(2638,705,'_menu_item_target',''),
(2639,705,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2640,705,'_menu_item_xfn',''),
(2641,705,'_menu_item_url',''),
(2642,705,'_menu_item_orphaned','1739667024'),
(2643,706,'_menu_item_type','post_type'),
(2644,706,'_menu_item_menu_item_parent','0'),
(2645,706,'_menu_item_object_id','578'),
(2646,706,'_menu_item_object','page'),
(2647,706,'_menu_item_target',''),
(2648,706,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2649,706,'_menu_item_xfn',''),
(2650,706,'_menu_item_url',''),
(2651,706,'_menu_item_orphaned','1739667024'),
(2652,707,'_menu_item_type','post_type'),
(2653,707,'_menu_item_menu_item_parent','0'),
(2654,707,'_menu_item_object_id','577'),
(2655,707,'_menu_item_object','page'),
(2656,707,'_menu_item_target',''),
(2657,707,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2658,707,'_menu_item_xfn',''),
(2659,707,'_menu_item_url',''),
(2660,707,'_menu_item_orphaned','1739667024'),
(2661,708,'_menu_item_type','post_type'),
(2662,708,'_menu_item_menu_item_parent','0'),
(2663,708,'_menu_item_object_id','576'),
(2664,708,'_menu_item_object','page'),
(2665,708,'_menu_item_target',''),
(2666,708,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2667,708,'_menu_item_xfn',''),
(2668,708,'_menu_item_url',''),
(2669,708,'_menu_item_orphaned','1739667024'),
(2670,709,'_menu_item_type','post_type'),
(2671,709,'_menu_item_menu_item_parent','0'),
(2672,709,'_menu_item_object_id','575'),
(2673,709,'_menu_item_object','page'),
(2674,709,'_menu_item_target',''),
(2675,709,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2676,709,'_menu_item_xfn',''),
(2677,709,'_menu_item_url',''),
(2678,709,'_menu_item_orphaned','1739667024'),
(2679,710,'_menu_item_type','post_type'),
(2680,710,'_menu_item_menu_item_parent','0'),
(2681,710,'_menu_item_object_id','574'),
(2682,710,'_menu_item_object','page'),
(2683,710,'_menu_item_target',''),
(2684,710,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2685,710,'_menu_item_xfn',''),
(2686,710,'_menu_item_url',''),
(2687,710,'_menu_item_orphaned','1739667024'),
(2688,711,'_menu_item_type','post_type'),
(2689,711,'_menu_item_menu_item_parent','0'),
(2690,711,'_menu_item_object_id','573'),
(2691,711,'_menu_item_object','page'),
(2692,711,'_menu_item_target',''),
(2693,711,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2694,711,'_menu_item_xfn',''),
(2695,711,'_menu_item_url',''),
(2696,711,'_menu_item_orphaned','1739667024'),
(2697,712,'_menu_item_type','post_type'),
(2698,712,'_menu_item_menu_item_parent','0'),
(2699,712,'_menu_item_object_id','572'),
(2700,712,'_menu_item_object','page'),
(2701,712,'_menu_item_target',''),
(2702,712,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2703,712,'_menu_item_xfn',''),
(2704,712,'_menu_item_url',''),
(2705,712,'_menu_item_orphaned','1739667024'),
(2706,713,'_menu_item_type','post_type'),
(2707,713,'_menu_item_menu_item_parent','0'),
(2708,713,'_menu_item_object_id','571'),
(2709,713,'_menu_item_object','page'),
(2710,713,'_menu_item_target',''),
(2711,713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2712,713,'_menu_item_xfn',''),
(2713,713,'_menu_item_url',''),
(2714,713,'_menu_item_orphaned','1739667024'),
(2715,714,'_menu_item_type','post_type'),
(2716,714,'_menu_item_menu_item_parent','0'),
(2717,714,'_menu_item_object_id','570'),
(2718,714,'_menu_item_object','page'),
(2719,714,'_menu_item_target',''),
(2720,714,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2721,714,'_menu_item_xfn',''),
(2722,714,'_menu_item_url',''),
(2723,714,'_menu_item_orphaned','1739667024'),
(2724,715,'_menu_item_type','post_type'),
(2725,715,'_menu_item_menu_item_parent','0'),
(2726,715,'_menu_item_object_id','569'),
(2727,715,'_menu_item_object','page'),
(2728,715,'_menu_item_target',''),
(2729,715,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2730,715,'_menu_item_xfn',''),
(2731,715,'_menu_item_url',''),
(2732,715,'_menu_item_orphaned','1739667024'),
(2733,716,'_menu_item_type','post_type'),
(2734,716,'_menu_item_menu_item_parent','0'),
(2735,716,'_menu_item_object_id','568'),
(2736,716,'_menu_item_object','page'),
(2737,716,'_menu_item_target',''),
(2738,716,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2739,716,'_menu_item_xfn',''),
(2740,716,'_menu_item_url',''),
(2741,716,'_menu_item_orphaned','1739667024'),
(2742,717,'_menu_item_type','post_type'),
(2743,717,'_menu_item_menu_item_parent','0'),
(2744,717,'_menu_item_object_id','567'),
(2745,717,'_menu_item_object','page'),
(2746,717,'_menu_item_target',''),
(2747,717,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2748,717,'_menu_item_xfn',''),
(2749,717,'_menu_item_url',''),
(2750,717,'_menu_item_orphaned','1739667024'),
(3591,809,'_menu_item_disablet',''),
(3592,810,'_menu_item_type','post_type'),
(3587,809,'_menu_item_menuposition',''),
(3871,829,'_menu_item_disablet',''),
(3870,829,'_menu_item_menuwidth',''),
(3869,829,'_menu_item_template',''),
(3868,829,'_menu_item_megamenu',''),
(3867,829,'_menu_item_menuposition',''),
(3865,829,'_menu_item_url',''),
(3946,835,'_menu_item_target',''),
(3945,835,'_menu_item_object','page'),
(3944,835,'_menu_item_object_id','557'),
(3943,835,'_menu_item_menu_item_parent','808'),
(3942,835,'_menu_item_type','post_type'),
(3930,834,'_menu_item_object_id','555'),
(3931,834,'_menu_item_object','page'),
(3932,834,'_menu_item_target',''),
(3933,834,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3934,834,'_menu_item_xfn',''),
(3935,834,'_menu_item_url',''),
(3937,834,'_menu_item_menuposition',''),
(3938,834,'_menu_item_megamenu',''),
(3953,835,'_menu_item_template',''),
(3952,835,'_menu_item_megamenu',''),
(3951,835,'_menu_item_menuposition',''),
(3949,835,'_menu_item_url',''),
(3948,835,'_menu_item_xfn',''),
(3947,835,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3941,834,'_menu_item_disablet',''),
(3940,834,'_menu_item_menuwidth',''),
(3939,834,'_menu_item_template',''),
(3585,809,'_menu_item_url',''),
(3584,809,'_menu_item_xfn',''),
(3583,809,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3582,809,'_menu_item_target',''),
(3581,809,'_menu_item_object','page'),
(3559,807,'_menu_item_menuposition',''),
(3560,807,'_menu_item_megamenu',''),
(3561,807,'_menu_item_template',''),
(3562,807,'_menu_item_menuwidth',''),
(3563,807,'_menu_item_disablet',''),
(3564,808,'_menu_item_type','post_type'),
(3565,808,'_menu_item_menu_item_parent','837'),
(3566,808,'_menu_item_object_id','553'),
(3567,808,'_menu_item_object','page'),
(3568,808,'_menu_item_target',''),
(3569,808,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3570,808,'_menu_item_xfn',''),
(3571,808,'_menu_item_url',''),
(3573,808,'_menu_item_menuposition',''),
(3574,808,'_menu_item_megamenu',''),
(3575,808,'_menu_item_template',''),
(3576,808,'_menu_item_menuwidth',''),
(3577,808,'_menu_item_disablet',''),
(3578,809,'_menu_item_type','post_type'),
(3579,809,'_menu_item_menu_item_parent','808'),
(3580,809,'_menu_item_object_id','556'),
(2234,637,'_wp_trash_meta_status','publish'),
(2235,637,'_wp_trash_meta_time','1739440692'),
(4283,663,'_et_pb_custom_css',''),
(2505,642,'_et_pb_ab_subjects',''),
(2506,642,'_et_pb_enable_shortcode_tracking',''),
(2507,642,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"642\" /]'),
(2508,642,'_et_pb_custom_css',''),
(2509,642,'_et_pb_gutter_width','3'),
(2510,642,'_thumbnail_id','0'),
(2511,642,'_global_colors_info','{}'),
(2512,642,'_et_pb_first_image',''),
(2513,642,'_et_pb_truncate_post',''),
(2514,642,'_et_pb_truncate_post_date',''),
(2515,642,'_et_builder_version','VB|Divi|4.27.4'),
(2516,642,'_et_pb_show_page_creation','off'),
(6123,1215,'_wp_attached_file','2025/02/aaunnamed.jpg'),
(6124,1215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:21:\"2025/02/aaunnamed.jpg\";s:8:\"filesize\";i:207147;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"aaunnamed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30518;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"aaunnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"aaunnamed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"aaunnamed-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29765;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"aaunnamed-900x675.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132843;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"aaunnamed-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33719;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"aaunnamed-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51723;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"aaunnamed-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55292;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"aaunnamed-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61293;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6125,1210,'original-file','2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen-updraft-pre-smush-original.jpg'),
(6126,1210,'smush-complete','1'),
(6127,1210,'smush-info','The file was compressed from 97.73 KB to 94.38 KB, saving 3.43 percent, using WP-Optimize'),
(6128,1210,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:100079;s:12:\"smushed-size\";i:96646;s:15:\"savings-percent\";d:3.430000000000000159872115546022541821002960205078125;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:100079;s:10:\"compressed\";i:96646;}s:6:\"medium\";a:2:{s:8:\"original\";i:17679;s:10:\"compressed\";i:16924;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6236;s:10:\"compressed\";i:5934;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:74501;s:10:\"compressed\";i:71862;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21261;s:10:\"compressed\";i:20455;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:98313;s:10:\"compressed\";i:95117;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23573;s:10:\"compressed\";i:22623;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:35606;s:10:\"compressed\";i:34220;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:33817;s:10:\"compressed\";i:32525;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:106475;s:10:\"compressed\";i:102673;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:36338;s:10:\"compressed\";i:34912;}}}'),
(4919,557,'_et_pb_built_for_post_type','page'),
(4929,557,'_et_pb_truncate_post_date',''),
(4930,557,'_et_builder_version','VB|Divi|4.27.4'),
(4932,557,'_et_builder_dynamic_assets_loading_attr_threshold','6'),
(1594,503,'_et_builder_version','VB|Divi'),
(1575,499,'_et_pb_use_builder','on'),
(1576,499,'_et_pb_show_page_creation','off'),
(1577,499,'_et_pb_built_for_post_type','page'),
(1578,499,'_et_builder_version','VB|Divi'),
(1579,500,'_et_pb_use_builder','on'),
(1580,500,'_et_pb_show_page_creation','off'),
(1581,500,'_et_pb_built_for_post_type','page'),
(1582,500,'_et_builder_version','VB|Divi'),
(1583,501,'_et_pb_use_builder','on'),
(1584,501,'_et_pb_show_page_creation','off'),
(1585,501,'_et_pb_built_for_post_type','page'),
(1586,501,'_et_builder_version','VB|Divi'),
(1587,502,'_et_pb_use_builder','on'),
(1588,502,'_et_pb_show_page_creation','off'),
(1589,502,'_et_pb_built_for_post_type','page'),
(1590,502,'_et_builder_version','VB|Divi'),
(1591,503,'_et_pb_use_builder','on'),
(1592,503,'_et_pb_show_page_creation','off'),
(1593,503,'_et_pb_built_for_post_type','page'),
(4243,853,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6146;s:12:\"smushed-size\";i:5151;s:15:\"savings-percent\";d:16.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:6146;s:10:\"compressed\";i:5151;}s:6:\"medium\";a:2:{s:8:\"original\";i:3887;s:10:\"compressed\";i:1715;}s:5:\"large\";a:2:{s:8:\"original\";i:18469;s:10:\"compressed\";i:7348;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2227;s:10:\"compressed\";i:1084;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:12559;s:10:\"compressed\";i:5166;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:5196;s:10:\"compressed\";i:2218;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:19642;s:10:\"compressed\";i:7743;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:5639;s:10:\"compressed\";i:2429;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:7720;s:10:\"compressed\";i:3125;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:19903;s:10:\"compressed\";i:7799;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:7636;s:10:\"compressed\";i:3248;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:17320;s:10:\"compressed\";i:6907;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:6707;s:10:\"compressed\";i:2809;}}}'),
(4244,854,'original-file','2025/02/sofa-updraft-pre-smush-original.png'),
(4245,854,'smush-complete','1'),
(4246,854,'smush-info','The file was compressed from 48.98 KB to 48.98 KB, saving 0 percent, using WP-Optimize'),
(4247,854,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:50159;s:12:\"smushed-size\";i:50159;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:6:{s:4:\"full\";a:2:{s:8:\"original\";i:50159;s:10:\"compressed\";i:50159;}s:6:\"medium\";a:2:{s:8:\"original\";i:67124;s:10:\"compressed\";i:29761;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:28184;s:10:\"compressed\";i:13214;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:100104;s:10:\"compressed\";i:45280;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:107099;s:10:\"compressed\";i:48737;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:115191;s:10:\"compressed\";i:51820;}}}'),
(4248,874,'_wp_attached_file','2025/02/cockpit-scaled.jpg'),
(3864,829,'_menu_item_xfn',''),
(3863,829,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3862,829,'_menu_item_target',''),
(3861,829,'_menu_item_object','page'),
(3860,829,'_menu_item_object_id','562'),
(3858,829,'_menu_item_type','post_type'),
(3859,829,'_menu_item_menu_item_parent','824'),
(3857,828,'_menu_item_disablet',''),
(3856,828,'_menu_item_menuwidth',''),
(3855,828,'_menu_item_template',''),
(3854,828,'_menu_item_megamenu',''),
(3853,828,'_menu_item_menuposition',''),
(3850,828,'_menu_item_xfn',''),
(3851,828,'_menu_item_url',''),
(3849,828,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3848,828,'_menu_item_target',''),
(3847,828,'_menu_item_object','page'),
(3846,828,'_menu_item_object_id','564'),
(3845,828,'_menu_item_menu_item_parent','824'),
(3844,828,'_menu_item_type','post_type'),
(3843,827,'_menu_item_disablet',''),
(3841,827,'_menu_item_template',''),
(3842,827,'_menu_item_menuwidth',''),
(3840,827,'_menu_item_megamenu',''),
(3839,827,'_menu_item_menuposition',''),
(3837,827,'_menu_item_url',''),
(3836,827,'_menu_item_xfn',''),
(3835,827,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3834,827,'_menu_item_target',''),
(3832,827,'_menu_item_object_id','558'),
(3833,827,'_menu_item_object','page'),
(3831,827,'_menu_item_menu_item_parent','837'),
(3830,827,'_menu_item_type','post_type'),
(3829,826,'_menu_item_disablet',''),
(3828,826,'_menu_item_menuwidth',''),
(3827,826,'_menu_item_template',''),
(3826,826,'_menu_item_megamenu',''),
(3825,826,'_menu_item_menuposition',''),
(3823,826,'_menu_item_url',''),
(3819,826,'_menu_item_object','page'),
(3818,826,'_menu_item_object_id','565'),
(3817,826,'_menu_item_menu_item_parent','824'),
(3816,826,'_menu_item_type','post_type'),
(3814,825,'_menu_item_menuwidth',''),
(3815,825,'_menu_item_disablet',''),
(2604,701,'_edit_lock','1739666867:1'),
(3725,819,'_menu_item_url',''),
(4995,1004,'original-file','2025/02/new-portrait-8-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(4996,1004,'smush-complete','1'),
(4997,1004,'smush-info','The file was compressed from 105.88 KB to 97.91 KB, saving 7.53 percent, using WP-Optimize'),
(4998,1004,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:108416;s:12:\"smushed-size\";i:100257;s:15:\"savings-percent\";d:7.53000000000000024868995751603506505489349365234375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:108416;s:10:\"compressed\";i:100257;}s:6:\"medium\";a:2:{s:8:\"original\";i:19760;s:10:\"compressed\";i:18938;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7020;s:10:\"compressed\";i:6614;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:104475;s:10:\"compressed\";i:100840;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23450;s:10:\"compressed\";i:22164;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:112528;s:10:\"compressed\";i:109546;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26151;s:10:\"compressed\";i:24700;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40661;s:10:\"compressed\";i:38510;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:43088;s:10:\"compressed\";i:40924;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45167;s:10:\"compressed\";i:43005;}}}'),
(3501,803,'_elementor_edit_mode','builder'),
(3502,803,'_elementor_template_type','kit'),
(3503,804,'_elementor_template_type','page'),
(3504,804,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:8:\"5f211a41\";s:8:\"settings\";a:7:{s:9:\"structure\";s:2:\"40\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"20\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:2:\"20\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:1;}s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#edecec\";s:13:\"border_border\";s:5:\"solid\";s:12:\"border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"3\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:12:\"border_color\";s:7:\"#a0ce4e\";}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:8:\"5d7227a9\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"72056497\";s:8:\"settings\";a:11:{s:5:\"title\";s:11:\"Shop Layout\";s:4:\"size\";s:6:\"medium\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#333333\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"_border_color\";s:7:\"#dddddd\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"156a6b93\";s:8:\"settings\";a:6:{s:9:\"icon_list\";a:5:{i:0;a:4:{s:4:\"text\";s:10:\"My Account\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"83caf7b\";s:4:\"link\";a:3:{s:3:\"url\";s:51:\"http://demo.shrimpthemes.com/1/megamenu/my-account/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:8:\"Checkout\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"8fe1173\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/checkout/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:4:\"Cart\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"1a1d3cc\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/cart/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:4:\"Shop\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"52260f2\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/shop/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:4;a:4:{s:4:\"text\";s:8:\"About Us\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"5eacf91\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/about-us/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:10:\"icon_color\";s:7:\"#333333\";s:16:\"icon_color_hover\";s:7:\"#ff3535\";s:10:\"text_color\";s:7:\"#333333\";s:16:\"text_color_hover\";s:7:\"#ff3535\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:8:\"3f7710fd\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"7079def4\";s:8:\"settings\";a:11:{s:5:\"title\";s:11:\"Shop Layout\";s:4:\"size\";s:6:\"medium\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#333333\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"_border_color\";s:7:\"#dddddd\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"16d2f33f\";s:8:\"settings\";a:6:{s:9:\"icon_list\";a:5:{i:0;a:4:{s:4:\"text\";s:10:\"My Account\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"83caf7b\";s:4:\"link\";a:3:{s:3:\"url\";s:51:\"http://demo.shrimpthemes.com/1/megamenu/my-account/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:8:\"Checkout\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"8fe1173\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/checkout/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:4:\"Cart\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"1a1d3cc\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/cart/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:4:\"Shop\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"52260f2\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/shop/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:4;a:4:{s:4:\"text\";s:8:\"About Us\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"5eacf91\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/about-us/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:10:\"icon_color\";s:7:\"#333333\";s:16:\"icon_color_hover\";s:7:\"#ff3535\";s:10:\"text_color\";s:7:\"#333333\";s:16:\"text_color_hover\";s:7:\"#ff3535\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"116fa61\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"2c863053\";s:8:\"settings\";a:11:{s:5:\"title\";s:11:\"Shop Layout\";s:4:\"size\";s:6:\"medium\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#333333\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"_border_color\";s:7:\"#dddddd\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"4debb663\";s:8:\"settings\";a:6:{s:9:\"icon_list\";a:5:{i:0;a:4:{s:4:\"text\";s:10:\"My Account\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"83caf7b\";s:4:\"link\";a:3:{s:3:\"url\";s:51:\"http://demo.shrimpthemes.com/1/megamenu/my-account/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:8:\"Checkout\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"8fe1173\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/checkout/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:4:\"Cart\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"1a1d3cc\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/cart/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:4:\"Shop\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"52260f2\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/shop/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:4;a:4:{s:4:\"text\";s:8:\"About Us\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"5eacf91\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/about-us/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:10:\"icon_color\";s:7:\"#333333\";s:16:\"icon_color_hover\";s:7:\"#ff3535\";s:10:\"text_color\";s:7:\"#333333\";s:16:\"text_color_hover\";s:7:\"#ff3535\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:8:\"1df17983\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"7c9c7d79\";s:8:\"settings\";a:11:{s:5:\"title\";s:11:\"Shop Layout\";s:4:\"size\";s:6:\"medium\";s:11:\"header_size\";s:2:\"h3\";s:11:\"title_color\";s:7:\"#333333\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";s:7:\"_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:8:\"_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"10\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"_border_color\";s:7:\"#dddddd\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"24669900\";s:8:\"settings\";a:6:{s:9:\"icon_list\";a:5:{i:0;a:4:{s:4:\"text\";s:10:\"My Account\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"83caf7b\";s:4:\"link\";a:3:{s:3:\"url\";s:51:\"http://demo.shrimpthemes.com/1/megamenu/my-account/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:8:\"Checkout\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"8fe1173\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/checkout/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:4:\"Cart\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"1a1d3cc\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/cart/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:4:\"Shop\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"52260f2\";s:4:\"link\";a:3:{s:3:\"url\";s:45:\"http://demo.shrimpthemes.com/1/megamenu/shop/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:4;a:4:{s:4:\"text\";s:8:\"About Us\";s:4:\"icon\";s:24:\"fa fa-angle-double-right\";s:3:\"_id\";s:7:\"5eacf91\";s:4:\"link\";a:3:{s:3:\"url\";s:49:\"http://demo.shrimpthemes.com/1/megamenu/about-us/\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:10:\"icon_color\";s:7:\"#333333\";s:16:\"icon_color_hover\";s:7:\"#ff3535\";s:10:\"text_color\";s:7:\"#333333\";s:16:\"text_color_hover\";s:7:\"#ff3535\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}'),
(2257,535,'_et_pb_custom_css',''),
(2258,535,'_et_pb_gutter_width','3'),
(2259,535,'_thumbnail_id','0'),
(2260,535,'_global_colors_info','{}'),
(2261,535,'_et_pb_first_image',''),
(2262,535,'_et_pb_truncate_post',''),
(2263,535,'_et_pb_truncate_post_date',''),
(2285,548,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2286,543,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2287,544,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2288,545,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2289,546,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2290,547,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2291,541,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2292,540,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2293,539,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2294,538,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2295,537,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2296,536,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2297,535,'_et_theme_builder_marked_as_unused','2025-02-13 10:05:13'),
(2364,658,'_wp_attached_file','2025/02/new-portrait-2-800x800-1-800x800.jpg'),
(2365,658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-2-800x800-1-800x800.jpg\";s:8:\"filesize\";i:114344;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114300;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110675;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26037;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48586;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-2-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2366,662,'_et_pb_use_builder','on'),
(2367,662,'_et_pb_show_page_creation','off'),
(2368,662,'_et_pb_built_for_post_type','page'),
(2369,662,'_et_builder_version','VB|Divi|4.27.4'),
(2370,663,'_et_pb_use_builder','on'),
(2372,663,'_et_pb_built_for_post_type','page'),
(2373,663,'_et_builder_version','VB|Divi|4.27.4'),
(2374,664,'_et_pb_use_builder','on'),
(2375,664,'_et_pb_show_page_creation','off'),
(2376,664,'_et_pb_built_for_post_type','page'),
(2377,664,'_et_builder_version','VB|Divi'),
(2378,665,'_et_pb_use_builder','on'),
(2379,665,'_et_pb_show_page_creation','off'),
(2380,665,'_et_pb_built_for_post_type','page'),
(2381,665,'_et_builder_version','VB|Divi'),
(2382,666,'_et_pb_use_builder','on'),
(2383,666,'_et_pb_show_page_creation','off'),
(2384,666,'_et_pb_built_for_post_type','page'),
(2385,666,'_et_builder_version','VB|Divi'),
(2386,667,'_et_pb_use_builder','on'),
(2387,667,'_et_pb_show_page_creation','off'),
(2388,667,'_et_pb_built_for_post_type','page'),
(2389,667,'_et_builder_version','VB|Divi'),
(2390,668,'_et_pb_use_builder','on'),
(2391,668,'_et_pb_show_page_creation','off'),
(2392,668,'_et_pb_built_for_post_type','page'),
(2393,668,'_et_builder_version','VB|Divi'),
(2395,670,'_et_autogenerated_title','0'),
(2396,670,'_et_default','1'),
(2397,670,'_et_enabled','1'),
(2398,670,'_et_header_layout_id','662'),
(2399,670,'_et_header_layout_enabled','1'),
(2400,670,'_et_body_layout_id','0'),
(2401,670,'_et_body_layout_enabled','1'),
(2402,670,'_et_footer_layout_id','663'),
(2403,670,'_et_footer_layout_enabled','1'),
(2405,671,'_et_autogenerated_title','1'),
(2406,671,'_et_default','0'),
(2407,671,'_et_enabled','1'),
(2408,671,'_et_header_layout_id','662'),
(2409,671,'_et_header_layout_enabled','1'),
(2410,671,'_et_body_layout_id','664'),
(2411,671,'_et_body_layout_enabled','1'),
(2412,671,'_et_footer_layout_id','663'),
(2413,671,'_et_footer_layout_enabled','1'),
(2414,671,'_et_use_on','archive:taxonomy:category:all'),
(2416,672,'_et_autogenerated_title','1'),
(2417,672,'_et_default','0'),
(2418,672,'_et_enabled','1'),
(2419,672,'_et_header_layout_id','662'),
(2420,672,'_et_header_layout_enabled','1'),
(2421,672,'_et_body_layout_id','665'),
(2422,672,'_et_body_layout_enabled','1'),
(2423,672,'_et_footer_layout_id','663'),
(2424,672,'_et_footer_layout_enabled','1'),
(2425,672,'_et_use_on','singular:post_type:post:all'),
(2427,673,'_et_autogenerated_title','1'),
(2428,673,'_et_default','0'),
(2429,673,'_et_enabled','1'),
(2430,673,'_et_header_layout_id','662'),
(2431,673,'_et_header_layout_enabled','1'),
(2432,673,'_et_body_layout_id','666'),
(2433,673,'_et_body_layout_enabled','1'),
(2434,673,'_et_footer_layout_id','663'),
(2435,673,'_et_footer_layout_enabled','1'),
(2436,673,'_et_use_on','archive:user:all'),
(2438,674,'_et_autogenerated_title','1'),
(2439,674,'_et_default','0'),
(2440,674,'_et_enabled','1'),
(2441,674,'_et_header_layout_id','662'),
(2442,674,'_et_header_layout_enabled','1'),
(2443,674,'_et_body_layout_id','667'),
(2444,674,'_et_body_layout_enabled','1'),
(2445,674,'_et_footer_layout_id','663'),
(2446,674,'_et_footer_layout_enabled','1'),
(2447,674,'_et_use_on','search'),
(2449,675,'_et_autogenerated_title','1'),
(2450,675,'_et_default','0'),
(2451,675,'_et_enabled','1'),
(2452,675,'_et_header_layout_id','662'),
(2453,675,'_et_header_layout_enabled','0'),
(2454,675,'_et_body_layout_id','668'),
(2455,675,'_et_body_layout_enabled','1'),
(2456,675,'_et_footer_layout_id','663'),
(2457,675,'_et_footer_layout_enabled','0'),
(2458,675,'_et_use_on','404'),
(2459,669,'_et_template','670'),
(2460,669,'_et_template','671'),
(2461,669,'_et_template','672'),
(2462,669,'_et_template','673'),
(2463,669,'_et_template','674'),
(2464,669,'_et_template','675'),
(2476,677,'_wp_trash_meta_status','publish'),
(2477,677,'_wp_trash_meta_time','1739441723'),
(2481,678,'_wp_trash_meta_status','publish'),
(2482,678,'_wp_trash_meta_time','1739441838'),
(4249,874,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2025/02/cockpit-scaled.jpg\";s:8:\"filesize\";i:349566;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"cockpit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15482;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"cockpit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91436;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"cockpit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"cockpit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60104;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"cockpit-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163807;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"cockpit-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250157;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"cockpit-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22446;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"cockpit-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94375;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"cockpit-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23543;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"cockpit-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34393;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"cockpit-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98173;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"cockpit-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27227;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"cockpit-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:398736;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"cockpit-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126185;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"cockpit-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85721;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"cockpit-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30346;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:14:\"Dragos Condrea\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:183:\"Aircrew member flying plane from cockpit with dashboard command and control panel, using steering wheel and control panel for windscreen navigation. Woman using lever to fly aircraft.\";s:17:\"created_timestamp\";s:10:\"1651928370\";s:9:\"copyright\";s:14:\"Dragos Condrea\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:63:\"Aircrew member flying plane from cockpit with dashboard command\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:50:{i:0;s:7:\"captain\";i:1;s:7:\"copilot\";i:2;s:7:\"aviator\";i:3;s:5:\"pilot\";i:4;s:8:\"airliner\";i:5;s:3:\"man\";i:6;s:5:\"woman\";i:7;s:7:\"aircrew\";i:8;s:4:\"crew\";i:9;s:8:\"airplane\";i:10;s:8:\"aircraft\";i:11;s:5:\"plane\";i:12;s:3:\"jet\";i:13;s:7:\"cockpit\";i:14;s:5:\"cabin\";i:15;s:7:\"airline\";i:16;s:8:\"altitude\";i:17;s:9:\"longitude\";i:18;s:7:\"takeoff\";i:19;s:7:\"airways\";i:20;s:6:\"aerial\";i:21;s:3:\"air\";i:22;s:8:\"aviation\";i:23;s:14:\"transportation\";i:24;s:6:\"travel\";i:25;s:10:\"navigation\";i:26;s:7:\"control\";i:27;s:7:\"command\";i:28;s:6:\"flight\";i:29;s:3:\"fly\";i:30;s:5:\"panel\";i:31;s:9:\"dashboard\";i:32;s:5:\"power\";i:33;s:6:\"engine\";i:34;s:5:\"radar\";i:35;s:5:\"lever\";i:36;s:6:\"switch\";i:37;s:7:\"compass\";i:38;s:7:\"headset\";i:39;s:10:\"dispatcher\";i:40;s:6:\"handle\";i:41;s:10:\"windscreen\";i:42;s:8:\"teamwork\";i:43;s:4:\"team\";i:44;s:7:\"traffic\";i:45;s:7:\"uniform\";i:46;s:7:\"service\";i:47;s:6:\"inside\";i:48;s:12:\"professional\";i:49;s:4:\"work\";}}s:14:\"original_image\";s:11:\"cockpit.jpg\";}'),
(3292,777,'_wp_trash_meta_status','publish'),
(3293,777,'_wp_trash_meta_time','1739668389'),
(3294,778,'_wp_trash_meta_status','publish'),
(3295,778,'_wp_trash_meta_time','1739668485'),
(3332,783,'_wp_trash_meta_status','publish'),
(3333,783,'_wp_trash_meta_time','1739674914'),
(2525,553,'_et_pb_use_builder','on'),
(2526,553,'_et_pb_show_page_creation','off'),
(2527,553,'_et_pb_old_content',''),
(4250,874,'original-file','2025/02/cockpit-scaled-updraft-pre-smush-original.jpg'),
(4251,874,'smush-complete','1'),
(4252,874,'smush-info','The file was compressed from 341.37 KB to 330.33 KB, saving 3.24 percent, using WP-Optimize'),
(4253,874,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:349566;s:12:\"smushed-size\";i:338255;s:15:\"savings-percent\";d:3.2400000000000002131628207280300557613372802734375;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:349566;s:10:\"compressed\";i:338255;}s:6:\"medium\";a:2:{s:8:\"original\";i:15482;s:10:\"compressed\";i:14798;}s:5:\"large\";a:2:{s:8:\"original\";i:91436;s:10:\"compressed\";i:88644;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6795;s:10:\"compressed\";i:6456;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:60104;s:10:\"compressed\";i:58102;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:163807;s:10:\"compressed\";i:159066;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:250157;s:10:\"compressed\";i:242677;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22446;s:10:\"compressed\";i:21490;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:94375;s:10:\"compressed\";i:91455;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23543;s:10:\"compressed\";i:22703;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34393;s:10:\"compressed\";i:33178;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:98173;s:10:\"compressed\";i:95257;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:27227;s:10:\"compressed\";i:26430;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:398736;s:10:\"compressed\";i:384731;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:126185;s:10:\"compressed\";i:122381;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:85721;s:10:\"compressed\";i:83081;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30346;s:10:\"compressed\";i:29187;}}}'),
(4254,875,'_wp_attached_file','2025/02/airport.jpg'),
(4255,875,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1585;s:6:\"height\";i:792;s:4:\"file\";s:19:\"2025/02/airport.jpg\";s:8:\"filesize\";i:110867;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"airport-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10203;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"airport-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80313;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"airport-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5438;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"airport-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49001;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"airport-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156115;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"airport-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19015;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"airport-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101386;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"airport-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20760;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"airport-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32348;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"airport-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88343;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"airport-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31283;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"airport-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116513;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"airport-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75327;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"airport-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21836;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4893,997,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-12-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:79000;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86274;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81804;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22930;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34537;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38111;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4876,995,'_wp_attached_file','2025/02/new-portrait-1-800x800-1-1-800x800.jpg'),
(2480,678,'_edit_lock','1739441812:1'),
(4266,648,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"648\" /]'),
(4267,648,'_et_pb_custom_css',''),
(4268,648,'_et_pb_gutter_width','3'),
(4269,648,'_thumbnail_id','0'),
(4270,648,'_global_colors_info','{}'),
(4271,648,'_et_pb_first_image',''),
(4272,648,'_et_pb_truncate_post',''),
(4273,648,'_et_pb_truncate_post_date',''),
(4274,648,'_et_builder_version','VB|Divi|4.27.4'),
(4275,648,'_et_pb_show_page_creation','off'),
(4805,555,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(5825,1164,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-6-800x800.jpg'),
(5826,1165,'_wp_attached_file','2025/02/new-portrait-10-800x800-1-5-800x800.jpg'),
(5827,1164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-11-800x800-1-6-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-6-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5828,1165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-10-800x800-1-5-800x800.jpg\";s:8:\"filesize\";i:57849;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17128;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65346;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28520;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-5-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5830,1166,'_wp_attached_file','2025/02/new-portrait-9-800x800-1-5-800x800.jpg'),
(5831,1166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-9-800x800-1-5-800x800.jpg\";s:8:\"filesize\";i:128910;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48213;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-5-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2282,542,'_wp_trash_meta_status','publish'),
(2283,542,'_wp_trash_meta_time','1739441113'),
(2284,542,'_wp_desired_post_slug','theme-builder'),
(1919,518,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(3097,756,'_wp_trash_meta_status','publish'),
(3098,756,'_wp_trash_meta_time','1739667164'),
(379,141,'_et_default','1'),
(380,141,'_et_enabled','1'),
(381,141,'_et_header_layout_id','133'),
(382,141,'_et_header_layout_enabled','1'),
(349,133,'_et_pb_use_builder','on'),
(350,133,'_et_pb_show_page_creation','off'),
(351,133,'_et_pb_built_for_post_type','page'),
(352,133,'_et_builder_version','VB|Divi'),
(353,134,'_et_pb_use_builder','on'),
(354,134,'_et_pb_show_page_creation','off'),
(355,134,'_et_pb_built_for_post_type','page'),
(356,134,'_et_builder_version','VB|Divi'),
(357,135,'_et_pb_use_builder','on'),
(358,135,'_et_pb_show_page_creation','off'),
(359,135,'_et_pb_built_for_post_type','page'),
(360,135,'_et_builder_version','VB|Divi'),
(361,136,'_et_pb_use_builder','on'),
(362,136,'_et_pb_show_page_creation','off'),
(363,136,'_et_pb_built_for_post_type','page'),
(364,136,'_et_builder_version','VB|Divi'),
(365,137,'_et_pb_use_builder','on'),
(366,137,'_et_pb_show_page_creation','off'),
(367,137,'_et_pb_built_for_post_type','page'),
(368,137,'_et_builder_version','VB|Divi'),
(369,138,'_et_pb_use_builder','on'),
(370,138,'_et_pb_show_page_creation','off'),
(371,138,'_et_pb_built_for_post_type','page'),
(372,138,'_et_builder_version','VB|Divi'),
(373,139,'_et_pb_use_builder','on'),
(374,139,'_et_pb_show_page_creation','off'),
(375,139,'_et_pb_built_for_post_type','page'),
(376,139,'_et_builder_version','VB|Divi'),
(378,141,'_et_autogenerated_title','0'),
(1673,506,'_et_template','512'),
(383,141,'_et_body_layout_id','0'),
(384,141,'_et_body_layout_enabled','1'),
(385,141,'_et_footer_layout_id','134'),
(386,141,'_et_footer_layout_enabled','1'),
(388,142,'_et_autogenerated_title','1'),
(389,142,'_et_default','0'),
(390,142,'_et_enabled','1'),
(391,142,'_et_header_layout_id','133'),
(392,142,'_et_header_layout_enabled','1'),
(393,142,'_et_body_layout_id','135'),
(394,142,'_et_body_layout_enabled','1'),
(395,142,'_et_footer_layout_id','134'),
(396,142,'_et_footer_layout_enabled','1'),
(397,142,'_et_use_on','archive:taxonomy:category:all'),
(399,143,'_et_autogenerated_title','1'),
(400,143,'_et_default','0'),
(401,143,'_et_enabled','1'),
(402,143,'_et_header_layout_id','133'),
(403,143,'_et_header_layout_enabled','1'),
(404,143,'_et_body_layout_id','136'),
(405,143,'_et_body_layout_enabled','1'),
(406,143,'_et_footer_layout_id','134'),
(407,143,'_et_footer_layout_enabled','1'),
(408,143,'_et_use_on','singular:post_type:post:all'),
(410,144,'_et_autogenerated_title','1'),
(411,144,'_et_default','0'),
(412,144,'_et_enabled','1'),
(413,144,'_et_header_layout_id','133'),
(414,144,'_et_header_layout_enabled','1'),
(415,144,'_et_body_layout_id','137'),
(416,144,'_et_body_layout_enabled','1'),
(417,144,'_et_footer_layout_id','134'),
(418,144,'_et_footer_layout_enabled','1'),
(419,144,'_et_use_on','archive:user:all'),
(421,145,'_et_autogenerated_title','1'),
(422,145,'_et_default','0'),
(423,145,'_et_enabled','1'),
(424,145,'_et_header_layout_id','133'),
(425,145,'_et_header_layout_enabled','1'),
(426,145,'_et_body_layout_id','138'),
(427,145,'_et_body_layout_enabled','1'),
(428,145,'_et_footer_layout_id','134'),
(429,145,'_et_footer_layout_enabled','1'),
(430,145,'_et_use_on','search'),
(432,146,'_et_autogenerated_title','1'),
(433,146,'_et_default','0'),
(434,146,'_et_enabled','1'),
(435,146,'_et_header_layout_id','133'),
(436,146,'_et_header_layout_enabled','0'),
(437,146,'_et_body_layout_id','139'),
(438,146,'_et_body_layout_enabled','1'),
(439,146,'_et_footer_layout_id','134'),
(440,146,'_et_footer_layout_enabled','0'),
(441,146,'_et_use_on','404'),
(442,140,'_et_template','141'),
(443,140,'_et_template','142'),
(444,140,'_et_template','143'),
(445,140,'_et_template','144'),
(446,140,'_et_template','145'),
(447,140,'_et_template','146'),
(456,141,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(457,142,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(458,143,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(459,144,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(460,145,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(461,146,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(462,139,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(463,138,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(464,137,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(465,136,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(466,135,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(467,134,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(468,133,'_et_theme_builder_marked_as_unused','2025-02-13 00:45:14'),
(4003,839,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4004,839,'_menu_item_xfn',''),
(4005,839,'_menu_item_url',''),
(4007,839,'_menu_item_menuposition',''),
(4008,839,'_menu_item_megamenu',''),
(4009,839,'_menu_item_template',''),
(4010,839,'_menu_item_menuwidth',''),
(4011,839,'_menu_item_disablet',''),
(4012,840,'_menu_item_type','post_type'),
(4013,840,'_menu_item_menu_item_parent','843'),
(4014,840,'_menu_item_object_id','574'),
(4015,840,'_menu_item_object','page'),
(4016,840,'_menu_item_target',''),
(4017,840,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4018,840,'_menu_item_xfn',''),
(4019,840,'_menu_item_url',''),
(4021,840,'_menu_item_menuposition',''),
(4022,840,'_menu_item_megamenu',''),
(4023,840,'_menu_item_template',''),
(4024,840,'_menu_item_menuwidth',''),
(4025,840,'_menu_item_disablet',''),
(4026,841,'_menu_item_type','post_type'),
(4027,841,'_menu_item_menu_item_parent','843'),
(4028,841,'_menu_item_object_id','572'),
(4029,841,'_menu_item_object','page'),
(4030,841,'_menu_item_target',''),
(4031,841,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4032,841,'_menu_item_xfn',''),
(4033,841,'_menu_item_url',''),
(4035,841,'_menu_item_menuposition',''),
(4036,841,'_menu_item_megamenu',''),
(4037,841,'_menu_item_template',''),
(4038,841,'_menu_item_menuwidth',''),
(4039,841,'_menu_item_disablet',''),
(4040,842,'_menu_item_type','post_type'),
(4041,842,'_menu_item_menu_item_parent','843'),
(4042,842,'_menu_item_object_id','575'),
(4043,842,'_menu_item_object','page'),
(4044,842,'_menu_item_target',''),
(4045,842,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4046,842,'_menu_item_xfn',''),
(4047,842,'_menu_item_url',''),
(4049,842,'_menu_item_menuposition',''),
(4050,842,'_menu_item_megamenu',''),
(4051,842,'_menu_item_template',''),
(4052,842,'_menu_item_menuwidth',''),
(4053,842,'_menu_item_disablet',''),
(4054,843,'_menu_item_type','post_type'),
(4055,843,'_menu_item_menu_item_parent','837'),
(4056,843,'_menu_item_object_id','569'),
(4057,843,'_menu_item_object','page'),
(4058,843,'_menu_item_target',''),
(4059,843,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4060,843,'_menu_item_xfn',''),
(4061,843,'_menu_item_url',''),
(4063,843,'_menu_item_menuposition',''),
(4064,843,'_menu_item_megamenu',''),
(4065,843,'_menu_item_template',''),
(4066,843,'_menu_item_menuwidth',''),
(4067,843,'_menu_item_disablet',''),
(1734,514,'_et_pb_use_builder','on'),
(1735,514,'_et_pb_page_layout','et_full_width_page'),
(1736,514,'_et_pb_built_for_post_type','page'),
(4233,851,'smush-complete','1'),
(4234,851,'smush-info','The file was compressed from 6.00 KB to 5.03 KB, saving 16.19 percent, using WP-Optimize'),
(4235,851,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6146;s:12:\"smushed-size\";i:5151;s:15:\"savings-percent\";d:16.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:6146;s:10:\"compressed\";i:5151;}s:6:\"medium\";a:2:{s:8:\"original\";i:3887;s:10:\"compressed\";i:1715;}s:5:\"large\";a:2:{s:8:\"original\";i:18469;s:10:\"compressed\";i:7348;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2227;s:10:\"compressed\";i:1084;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:12559;s:10:\"compressed\";i:5166;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:5196;s:10:\"compressed\";i:2218;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:19642;s:10:\"compressed\";i:7743;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:5639;s:10:\"compressed\";i:2429;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:7720;s:10:\"compressed\";i:3125;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:19903;s:10:\"compressed\";i:7799;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:7636;s:10:\"compressed\";i:3248;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:17320;s:10:\"compressed\";i:6907;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:6707;s:10:\"compressed\";i:2809;}}}'),
(1746,516,'_et_pb_use_builder','on'),
(1747,516,'_et_pb_page_layout','et_full_width_page'),
(1748,516,'_et_pb_built_for_post_type','page'),
(4991,1001,'original-file','2025/02/new-portrait-3-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4992,1001,'smush-complete','1'),
(4993,1001,'smush-info','The file was compressed from 82.51 KB to 72.32 KB, saving 12.34 percent, using WP-Optimize'),
(4994,1001,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:84486;s:12:\"smushed-size\";i:74057;s:15:\"savings-percent\";d:12.339999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:84486;s:10:\"compressed\";i:74057;}s:6:\"medium\";a:2:{s:8:\"original\";i:22312;s:10:\"compressed\";i:21057;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7784;s:10:\"compressed\";i:7318;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:93417;s:10:\"compressed\";i:90382;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22619;s:10:\"compressed\";i:21428;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:87019;s:10:\"compressed\";i:84248;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:25748;s:10:\"compressed\";i:24404;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37489;s:10:\"compressed\";i:35721;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:44166;s:10:\"compressed\";i:42005;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45913;s:10:\"compressed\";i:43725;}}}'),
(1758,518,'_et_pb_use_builder','on'),
(1759,518,'_et_pb_page_layout','et_full_width_page'),
(1760,518,'_et_pb_built_for_post_type','page'),
(1909,514,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(4294,880,'_et_pb_module_type','et_pb_heading'),
(4295,880,'_et_pb_built_for_post_type','page'),
(4296,663,'_et_pb_show_page_creation','off'),
(1770,520,'_et_pb_use_builder','on'),
(1771,520,'_et_pb_page_layout','et_full_width_page'),
(1772,520,'_et_pb_built_for_post_type','page'),
(4232,851,'original-file','2025/02/placeholder-725-updraft-pre-smush-original.png'),
(1782,522,'_et_pb_use_builder','on'),
(1783,522,'_et_pb_page_layout','et_full_width_page'),
(1784,522,'_et_pb_built_for_post_type','page'),
(3505,804,'_elementor_page_settings','a:0:{}'),
(3506,804,'_elementor_edit_mode','builder'),
(3507,804,'_wp_page_template','elementor_header_footer'),
(3508,804,'_edit_lock','1739675886:1'),
(2298,642,'_et_pb_use_builder','on'),
(2299,642,'_et_pb_page_layout','et_full_width_page'),
(2300,642,'_et_pb_built_for_post_type','page'),
(2310,644,'_et_pb_use_builder','on'),
(2311,644,'_et_pb_page_layout','et_full_width_page'),
(2312,644,'_et_pb_built_for_post_type','page'),
(2466,642,'_et_builder_dynamic_assets_loading_attr_threshold','7'),
(4772,969,'_et_pb_module_type','et_pb_button'),
(4773,969,'_et_pb_built_for_post_type','page'),
(2322,646,'_et_pb_use_builder','on'),
(2323,646,'_et_pb_page_layout','et_full_width_page'),
(2324,646,'_et_pb_built_for_post_type','page'),
(2334,648,'_et_pb_use_builder','on'),
(2335,648,'_et_pb_page_layout','et_full_width_page'),
(2336,648,'_et_pb_built_for_post_type','page'),
(2359,656,'_wp_attached_file','2025/02/new-portrait-4-800x800-1-800x800.jpg'),
(2360,656,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-4-800x800-1-800x800.jpg\";s:8:\"filesize\";i:54924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64352;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-4-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2349,652,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-800x800.jpg'),
(2350,652,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-6-800x800-1-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-6-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4264,648,'_et_pb_ab_subjects',''),
(4265,648,'_et_pb_enable_shortcode_tracking',''),
(4897,1002,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-6-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(2354,654,'_wp_attached_file','2025/02/new-portrait-5-800x800-1-800x800.jpg'),
(2355,654,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-5-800x800-1-800x800.jpg\";s:8:\"filesize\";i:79151;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36650;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-5-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1809,535,'_et_pb_use_builder','on'),
(1810,535,'_et_pb_show_page_creation','off'),
(1811,535,'_et_pb_built_for_post_type','page'),
(1812,535,'_et_builder_version','VB|Divi|4.27.4'),
(1813,536,'_et_pb_use_builder','on'),
(1814,536,'_et_pb_show_page_creation','off'),
(1815,536,'_et_pb_built_for_post_type','page'),
(1816,536,'_et_builder_version','VB|Divi'),
(1817,537,'_et_pb_use_builder','on'),
(1818,537,'_et_pb_show_page_creation','off'),
(1819,537,'_et_pb_built_for_post_type','page'),
(1820,537,'_et_builder_version','VB|Divi'),
(1821,538,'_et_pb_use_builder','on'),
(1822,538,'_et_pb_show_page_creation','off'),
(1823,538,'_et_pb_built_for_post_type','page'),
(1824,538,'_et_builder_version','VB|Divi'),
(1825,539,'_et_pb_use_builder','on'),
(1826,539,'_et_pb_show_page_creation','off'),
(1827,539,'_et_pb_built_for_post_type','page'),
(1828,539,'_et_builder_version','VB|Divi'),
(1829,540,'_et_pb_use_builder','on'),
(1830,540,'_et_pb_show_page_creation','off'),
(1831,540,'_et_pb_built_for_post_type','page'),
(1832,540,'_et_builder_version','VB|Divi'),
(1833,541,'_et_pb_use_builder','on'),
(1834,541,'_et_pb_show_page_creation','off'),
(1835,541,'_et_pb_built_for_post_type','page'),
(1836,541,'_et_builder_version','VB|Divi'),
(1838,543,'_et_autogenerated_title','0'),
(1839,543,'_et_default','1'),
(1840,543,'_et_enabled','1'),
(1841,543,'_et_header_layout_id','535'),
(1842,543,'_et_header_layout_enabled','1'),
(1843,543,'_et_body_layout_id','0'),
(1844,543,'_et_body_layout_enabled','1'),
(1845,543,'_et_footer_layout_id','536'),
(1846,543,'_et_footer_layout_enabled','1'),
(1848,544,'_et_autogenerated_title','1'),
(1849,544,'_et_default','0'),
(1850,544,'_et_enabled','1'),
(1851,544,'_et_header_layout_id','535'),
(1852,544,'_et_header_layout_enabled','1'),
(1853,544,'_et_body_layout_id','537'),
(1854,544,'_et_body_layout_enabled','1'),
(1855,544,'_et_footer_layout_id','536'),
(1856,544,'_et_footer_layout_enabled','1'),
(1857,544,'_et_use_on','archive:taxonomy:category:all'),
(1859,545,'_et_autogenerated_title','1'),
(1860,545,'_et_default','0'),
(1861,545,'_et_enabled','1'),
(1862,545,'_et_header_layout_id','535'),
(1863,545,'_et_header_layout_enabled','1'),
(1864,545,'_et_body_layout_id','538'),
(1865,545,'_et_body_layout_enabled','1'),
(1866,545,'_et_footer_layout_id','536'),
(1867,545,'_et_footer_layout_enabled','1'),
(1868,545,'_et_use_on','singular:post_type:post:all'),
(1870,546,'_et_autogenerated_title','1'),
(1871,546,'_et_default','0'),
(1872,546,'_et_enabled','1'),
(1873,546,'_et_header_layout_id','535'),
(1874,546,'_et_header_layout_enabled','1'),
(1875,546,'_et_body_layout_id','539'),
(1876,546,'_et_body_layout_enabled','1'),
(1877,546,'_et_footer_layout_id','536'),
(1878,546,'_et_footer_layout_enabled','1'),
(1879,546,'_et_use_on','archive:user:all'),
(1881,547,'_et_autogenerated_title','1'),
(1882,547,'_et_default','0'),
(1883,547,'_et_enabled','1'),
(1884,547,'_et_header_layout_id','535'),
(1885,547,'_et_header_layout_enabled','1'),
(1886,547,'_et_body_layout_id','540'),
(1887,547,'_et_body_layout_enabled','1'),
(1888,547,'_et_footer_layout_id','536'),
(1889,547,'_et_footer_layout_enabled','1'),
(1890,547,'_et_use_on','search'),
(1892,548,'_et_autogenerated_title','1'),
(1893,548,'_et_default','0'),
(1894,548,'_et_enabled','1'),
(1895,548,'_et_header_layout_id','535'),
(1896,548,'_et_header_layout_enabled','0'),
(1897,548,'_et_body_layout_id','541'),
(1898,548,'_et_body_layout_enabled','1'),
(1899,548,'_et_footer_layout_id','536'),
(1900,548,'_et_footer_layout_enabled','0'),
(1901,548,'_et_use_on','404'),
(1902,542,'_et_template','543'),
(1903,542,'_et_template','544'),
(1904,542,'_et_template','545'),
(1905,542,'_et_template','546'),
(1906,542,'_et_template','547'),
(1907,542,'_et_template','548'),
(4125,854,'_elementor_source_image_hash','60d0e250211b37ebcf022b423157e5e88fcaf5db'),
(3724,819,'_menu_item_xfn',''),
(3723,819,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3722,819,'_menu_item_target',''),
(3713,818,'_menu_item_menuposition',''),
(3714,818,'_menu_item_megamenu',''),
(3715,818,'_menu_item_template',''),
(3716,818,'_menu_item_menuwidth',''),
(3717,818,'_menu_item_disablet',''),
(3718,819,'_menu_item_type','post_type'),
(3719,819,'_menu_item_menu_item_parent','843'),
(3720,819,'_menu_item_object_id','573'),
(3721,819,'_menu_item_object','page'),
(3711,818,'_menu_item_url',''),
(3710,818,'_menu_item_xfn',''),
(3709,818,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3708,818,'_menu_item_target',''),
(3707,818,'_menu_item_object','page'),
(3706,818,'_menu_item_object_id','559'),
(3704,818,'_menu_item_type','post_type'),
(3705,818,'_menu_item_menu_item_parent','827'),
(3703,817,'_menu_item_disablet',''),
(3702,817,'_menu_item_menuwidth',''),
(3701,817,'_menu_item_template',''),
(3700,817,'_menu_item_megamenu',''),
(3699,817,'_menu_item_menuposition',''),
(3696,817,'_menu_item_xfn',''),
(3697,817,'_menu_item_url',''),
(3695,817,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3694,817,'_menu_item_target',''),
(3693,817,'_menu_item_object','page'),
(3692,817,'_menu_item_object_id','520'),
(3691,817,'_menu_item_menu_item_parent','807'),
(3690,817,'_menu_item_type','post_type'),
(4891,1001,'_wp_attached_file','2025/02/new-portrait-3-800x800-1-1-800x800.jpg'),
(4880,996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-7-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:76574;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80887;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18109;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79281;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20307;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31213;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35927;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3675,815,'_menu_item_disablet',''),
(3674,815,'_menu_item_menuwidth',''),
(3673,815,'_menu_item_template',''),
(3672,815,'_menu_item_megamenu',''),
(3671,815,'_menu_item_menuposition',''),
(3669,815,'_menu_item_url',''),
(3668,815,'_menu_item_xfn',''),
(3667,815,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3666,815,'_menu_item_target',''),
(3665,815,'_menu_item_object','page'),
(3664,815,'_menu_item_object_id','566'),
(3663,815,'_menu_item_menu_item_parent','824'),
(3661,814,'_menu_item_disablet',''),
(3662,815,'_menu_item_type','post_type'),
(3660,814,'_menu_item_menuwidth',''),
(3659,814,'_menu_item_template',''),
(3658,814,'_menu_item_megamenu',''),
(3657,814,'_menu_item_menuposition',''),
(3655,814,'_menu_item_url',''),
(3654,814,'_menu_item_xfn',''),
(3652,814,'_menu_item_target',''),
(3653,814,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3323,781,'_edit_lock','1739674883:1'),
(3324,781,'_et_pb_use_builder','off'),
(3325,781,'_et_gb_content_width',''),
(3326,781,'footnotes',''),
(3327,782,'footnotes',''),
(3328,781,'_edit_last','1'),
(3329,781,'_et_pb_post_hide_nav','default'),
(3330,781,'_et_pb_page_layout','et_right_sidebar'),
(3331,781,'_et_pb_side_nav','off'),
(3651,814,'_menu_item_object','page'),
(3650,814,'_menu_item_object_id','550'),
(3649,814,'_menu_item_menu_item_parent','0'),
(3648,814,'_menu_item_type','post_type'),
(3633,812,'_menu_item_disablet',''),
(3632,812,'_menu_item_menuwidth',''),
(3631,812,'_menu_item_template',''),
(3630,812,'_menu_item_megamenu',''),
(3629,812,'_menu_item_menuposition',''),
(3628,812,'_menu_item_orphaned','1739676169'),
(3626,812,'_menu_item_xfn',''),
(3627,812,'_menu_item_url',''),
(3625,812,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3624,812,'_menu_item_target',''),
(3623,812,'_menu_item_object','page'),
(3622,812,'_menu_item_object_id','648'),
(3621,812,'_menu_item_menu_item_parent','0'),
(3620,812,'_menu_item_type','post_type'),
(3605,810,'_menu_item_disablet',''),
(3604,810,'_menu_item_menuwidth',''),
(3603,810,'_menu_item_template',''),
(3602,810,'_menu_item_megamenu',''),
(3601,810,'_menu_item_menuposition',''),
(3593,810,'_menu_item_menu_item_parent','824'),
(3594,810,'_menu_item_object_id','563'),
(3595,810,'_menu_item_object','page'),
(3596,810,'_menu_item_target',''),
(3597,810,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3598,810,'_menu_item_xfn',''),
(3599,810,'_menu_item_url',''),
(3999,839,'_menu_item_menu_item_parent','843'),
(3998,839,'_menu_item_type','post_type'),
(3955,835,'_menu_item_disablet',''),
(3956,836,'_menu_item_type','post_type'),
(3957,836,'_menu_item_menu_item_parent','808'),
(3958,836,'_menu_item_object_id','554'),
(3959,836,'_menu_item_object','page'),
(3960,836,'_menu_item_target',''),
(3961,836,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3962,836,'_menu_item_xfn',''),
(3963,836,'_menu_item_url',''),
(3965,836,'_menu_item_menuposition',''),
(3966,836,'_menu_item_megamenu',''),
(3967,836,'_menu_item_template',''),
(3968,836,'_menu_item_menuwidth',''),
(3969,836,'_menu_item_disablet',''),
(3970,837,'_menu_item_type','post_type'),
(3971,837,'_menu_item_menu_item_parent','0'),
(3972,837,'_menu_item_object_id','552'),
(3973,837,'_menu_item_object','page'),
(3974,837,'_menu_item_target',''),
(3975,837,'_menu_item_classes','a:1:{i:0;s:9:\"mega-menu\";}'),
(3976,837,'_menu_item_xfn',''),
(3977,837,'_menu_item_url',''),
(3979,837,'_menu_item_menuposition',''),
(3980,837,'_menu_item_megamenu',''),
(3981,837,'_menu_item_template',''),
(3982,837,'_menu_item_menuwidth',''),
(3983,837,'_menu_item_disablet',''),
(3984,838,'_menu_item_type','post_type'),
(3985,838,'_menu_item_menu_item_parent','843'),
(3986,838,'_menu_item_object_id','570'),
(3987,838,'_menu_item_object','page'),
(3988,838,'_menu_item_target',''),
(3989,838,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3990,838,'_menu_item_xfn',''),
(3991,838,'_menu_item_url',''),
(3993,838,'_menu_item_menuposition',''),
(3994,838,'_menu_item_megamenu',''),
(3995,838,'_menu_item_template',''),
(3996,838,'_menu_item_menuwidth',''),
(3997,838,'_menu_item_disablet',''),
(453,140,'_wp_trash_meta_status','publish'),
(454,140,'_wp_trash_meta_time','1739407514'),
(455,140,'_wp_desired_post_slug','theme-builder'),
(4718,553,'_et_pb_ab_subjects',''),
(4719,553,'_et_pb_enable_shortcode_tracking',''),
(4720,553,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"553\" /]'),
(4721,553,'_et_pb_custom_css',''),
(4722,553,'_et_pb_gutter_width','3'),
(4723,553,'_thumbnail_id','0'),
(4724,553,'_global_colors_info','{}'),
(4725,553,'_et_pb_first_image',''),
(4726,553,'_et_pb_truncate_post',''),
(4727,553,'_et_pb_truncate_post_date',''),
(4728,553,'_et_builder_version','VB|Divi|4.27.4'),
(4730,553,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(4634,950,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600.jpg\";s:8:\"filesize\";i:50510;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44383;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14538;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16275;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23940;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-5879d247-07b5-4184-a706-8e152c001b88-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21818;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4622,945,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-8-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:108416;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104475;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112528;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26151;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40661;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43088;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4621,946,'_wp_attached_file','2025/02/new-portrait-7-800x800-1-1-800x800.jpg'),
(4620,943,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-12-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:79000;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86274;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81804;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22930;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34537;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38111;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4624,946,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-7-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:76574;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80887;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18109;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79281;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20307;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31213;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35927;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-7-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4616,944,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-1-800x800.jpg'),
(4617,944,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-11-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4618,945,'_wp_attached_file','2025/02/new-portrait-8-800x800-1-2-800x800.jpg'),
(4614,943,'_wp_attached_file','2025/02/new-portrait-12-800x800-1-2-800x800.jpg'),
(4627,948,'_wp_attached_file','2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg'),
(4628,948,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\";s:8:\"filesize\";i:39360;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8805;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35218;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11497;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13122;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20379;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17717;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4631,949,'_wp_attached_file','2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600.jpg'),
(4633,949,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600.jpg\";s:8:\"filesize\";i:77979;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7399;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67317;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23978;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24993;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36423;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38890;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33089;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4632,950,'_wp_attached_file','2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600.jpg'),
(4639,952,'_wp_attached_file','2025/02/0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600.jpg'),
(4640,952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:600;s:4:\"file\";s:59:\"2025/02/0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600.jpg\";s:8:\"filesize\";i:51521;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7816;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45728;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4860;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29856;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12537;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13961;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20758;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21409;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-980x544.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42574;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-480x267.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15040;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4636,951,'_wp_attached_file','2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg'),
(4637,951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\";s:8:\"filesize\";i:37828;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8576;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4040;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12656;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18609;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20474;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4644,954,'_wp_attached_file','2025/02/0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600.jpg'),
(4645,954,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:600;s:4:\"file\";s:59:\"2025/02/0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600.jpg\";s:8:\"filesize\";i:104321;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-300x167.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15468;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-1024x569.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:569;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89641;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9601;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-768x427.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60497;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26272;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29508;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44165;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46075;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-980x544.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84581;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-480x267.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4646,947,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4647,947,'smush-complete',''),
(4648,948,'original-file','2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600-updraft-pre-smush-original.jpg'),
(4649,948,'smush-complete','1'),
(4650,948,'smush-info','The file was compressed from 38.44 KB to 36.04 KB, saving 6.24 percent, using WP-Optimize'),
(4651,948,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:39360;s:12:\"smushed-size\";i:36905;s:15:\"savings-percent\";d:6.2400000000000002131628207280300557613372802734375;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:39360;s:10:\"compressed\";i:36905;}s:6:\"medium\";a:2:{s:8:\"original\";i:8805;s:10:\"compressed\";i:8410;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:3906;s:10:\"compressed\";i:3601;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:35218;s:10:\"compressed\";i:33111;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:11497;s:10:\"compressed\";i:11027;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:13122;s:10:\"compressed\";i:12547;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:19357;s:10:\"compressed\";i:18332;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:20379;s:10:\"compressed\";i:19239;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:17717;s:10:\"compressed\";i:16805;}}}'),
(4652,936,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4653,936,'smush-complete',''),
(4654,946,'original-file','2025/02/new-portrait-7-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4655,955,'_wp_attached_file','2025/02/a1.jpg'),
(4656,955,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:750;s:4:\"file\";s:14:\"2025/02/a1.jpg\";s:8:\"filesize\";i:75855;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"a1-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8332;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"a1-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50571;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"a1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4239;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"a1-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33689;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:14:\"a1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12908;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"a1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55080;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:14:\"a1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14192;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:14:\"a1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20775;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:15:\"a1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55080;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:14:\"a1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20141;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:14:\"a1-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47899;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"a1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16813;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4657,946,'smush-complete','1'),
(4658,946,'smush-info','The file was compressed from 74.78 KB to 70.81 KB, saving 5.31 percent, using WP-Optimize'),
(4659,946,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:76574;s:12:\"smushed-size\";i:72511;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:76574;s:10:\"compressed\";i:72511;}s:6:\"medium\";a:2:{s:8:\"original\";i:17202;s:10:\"compressed\";i:16479;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6183;s:10:\"compressed\";i:5773;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:80887;s:10:\"compressed\";i:78779;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18109;s:10:\"compressed\";i:17280;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:79281;s:10:\"compressed\";i:77704;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20307;s:10:\"compressed\";i:19397;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31213;s:10:\"compressed\";i:29988;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35927;s:10:\"compressed\";i:34535;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:36770;s:10:\"compressed\";i:35357;}}}'),
(4660,945,'original-file','2025/02/new-portrait-8-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4661,945,'smush-complete','1'),
(4662,945,'smush-info','The file was compressed from 105.88 KB to 97.91 KB, saving 7.53 percent, using WP-Optimize'),
(4663,945,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:108416;s:12:\"smushed-size\";i:100257;s:15:\"savings-percent\";d:7.53000000000000024868995751603506505489349365234375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:108416;s:10:\"compressed\";i:100257;}s:6:\"medium\";a:2:{s:8:\"original\";i:19760;s:10:\"compressed\";i:18938;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7020;s:10:\"compressed\";i:6614;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:104475;s:10:\"compressed\";i:100840;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23450;s:10:\"compressed\";i:22164;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:112528;s:10:\"compressed\";i:109546;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26151;s:10:\"compressed\";i:24700;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40661;s:10:\"compressed\";i:38510;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:43088;s:10:\"compressed\";i:40924;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45167;s:10:\"compressed\";i:43005;}}}'),
(4664,944,'original-file','2025/02/new-portrait-11-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4665,944,'smush-complete','1'),
(4666,944,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(4667,944,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(4668,943,'original-file','2025/02/new-portrait-12-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4669,943,'smush-complete','1'),
(4670,943,'smush-info','The file was compressed from 77.15 KB to 73.05 KB, saving 5.31 percent, using WP-Optimize'),
(4671,943,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79000;s:12:\"smushed-size\";i:74806;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79000;s:10:\"compressed\";i:74806;}s:6:\"medium\";a:2:{s:8:\"original\";i:19464;s:10:\"compressed\";i:18550;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6882;s:10:\"compressed\";i:6489;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86274;s:10:\"compressed\";i:84014;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20567;s:10:\"compressed\";i:19618;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:81804;s:10:\"compressed\";i:80338;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22930;s:10:\"compressed\";i:21893;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34537;s:10:\"compressed\";i:33162;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38111;s:10:\"compressed\";i:36594;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:40619;s:10:\"compressed\";i:39109;}}}'),
(4672,941,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4673,941,'smush-complete',''),
(4674,942,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4675,942,'smush-complete',''),
(4676,940,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4677,940,'smush-complete',''),
(4678,939,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4679,939,'smush-complete',''),
(4680,938,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4681,938,'smush-complete',''),
(4682,937,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4683,937,'smush-complete',''),
(4684,935,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4685,935,'smush-complete',''),
(4686,949,'original-file','2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600-updraft-pre-smush-original.jpg'),
(4687,949,'smush-complete','1'),
(4688,949,'smush-info','The file was compressed from 76.15 KB to 72.70 KB, saving 4.53 percent, using WP-Optimize'),
(4689,949,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77979;s:12:\"smushed-size\";i:74447;s:15:\"savings-percent\";d:4.53000000000000024868995751603506505489349365234375;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:77979;s:10:\"compressed\";i:74447;}s:6:\"medium\";a:2:{s:8:\"original\";i:16156;s:10:\"compressed\";i:15386;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7399;s:10:\"compressed\";i:6964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:67317;s:10:\"compressed\";i:64395;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23978;s:10:\"compressed\";i:22794;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24993;s:10:\"compressed\";i:23839;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:36423;s:10:\"compressed\";i:34824;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38890;s:10:\"compressed\";i:37408;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:33089;s:10:\"compressed\";i:31518;}}}'),
(4690,950,'original-file','2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600-updraft-pre-smush-original.jpg'),
(4691,950,'smush-complete','1'),
(4692,950,'smush-info','The file was compressed from 49.33 KB to 47.58 KB, saving 3.54 percent, using WP-Optimize'),
(4693,950,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:50510;s:12:\"smushed-size\";i:48723;s:15:\"savings-percent\";d:3.54000000000000003552713678800500929355621337890625;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:50510;s:10:\"compressed\";i:48723;}s:6:\"medium\";a:2:{s:8:\"original\";i:10874;s:10:\"compressed\";i:10583;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4791;s:10:\"compressed\";i:4473;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:44383;s:10:\"compressed\";i:42965;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:14538;s:10:\"compressed\";i:14116;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:16275;s:10:\"compressed\";i:15774;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:23940;s:10:\"compressed\";i:23272;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:25860;s:10:\"compressed\";i:24997;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:21818;s:10:\"compressed\";i:21131;}}}'),
(4694,951,'original-file','2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600-updraft-pre-smush-original.jpg'),
(4695,951,'smush-complete','1'),
(4696,951,'smush-info','The file was compressed from 36.94 KB to 33.93 KB, saving 8.16 percent, using WP-Optimize'),
(4697,951,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:37828;s:12:\"smushed-size\";i:34741;s:15:\"savings-percent\";d:8.160000000000000142108547152020037174224853515625;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:37828;s:10:\"compressed\";i:34741;}s:6:\"medium\";a:2:{s:8:\"original\";i:8576;s:10:\"compressed\";i:8146;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4040;s:10:\"compressed\";i:3700;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:33585;s:10:\"compressed\";i:31084;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:11902;s:10:\"compressed\";i:11365;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:12656;s:10:\"compressed\";i:12147;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:18609;s:10:\"compressed\";i:17614;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:20474;s:10:\"compressed\";i:19304;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:17090;s:10:\"compressed\";i:16190;}}}'),
(4698,952,'original-file','2025/02/0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600-updraft-pre-smush-original.jpg'),
(4699,952,'smush-complete','1'),
(4700,952,'smush-info','The file was compressed from 50.31 KB to 47.72 KB, saving 5.16 percent, using WP-Optimize'),
(4701,952,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:51521;s:12:\"smushed-size\";i:48863;s:15:\"savings-percent\";d:5.160000000000000142108547152020037174224853515625;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:51521;s:10:\"compressed\";i:48863;}s:6:\"medium\";a:2:{s:8:\"original\";i:7816;s:10:\"compressed\";i:7425;}s:5:\"large\";a:2:{s:8:\"original\";i:45728;s:10:\"compressed\";i:43801;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4860;s:10:\"compressed\";i:4543;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:29856;s:10:\"compressed\";i:28803;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:12537;s:10:\"compressed\";i:12181;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:13961;s:10:\"compressed\";i:13548;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:20758;s:10:\"compressed\";i:19988;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:21409;s:10:\"compressed\";i:20527;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:42574;s:10:\"compressed\";i:40788;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:15040;s:10:\"compressed\";i:14654;}}}'),
(4702,953,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4703,953,'smush-complete',''),
(4704,954,'original-file','2025/02/0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600-updraft-pre-smush-original.jpg'),
(4705,954,'smush-complete','1'),
(4706,954,'smush-info','The file was compressed from 101.88 KB to 97.68 KB, saving 4.12 percent, using WP-Optimize'),
(4707,954,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:104321;s:12:\"smushed-size\";i:100020;s:15:\"savings-percent\";d:4.12000000000000010658141036401502788066864013671875;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:104321;s:10:\"compressed\";i:100020;}s:6:\"medium\";a:2:{s:8:\"original\";i:15468;s:10:\"compressed\";i:14578;}s:5:\"large\";a:2:{s:8:\"original\";i:89641;s:10:\"compressed\";i:86114;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:9601;s:10:\"compressed\";i:9162;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:60497;s:10:\"compressed\";i:57979;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:26272;s:10:\"compressed\";i:24922;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:29508;s:10:\"compressed\";i:27871;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:44165;s:10:\"compressed\";i:41922;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:46075;s:10:\"compressed\";i:43678;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:84581;s:10:\"compressed\";i:81183;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30440;s:10:\"compressed\";i:29079;}}}'),
(4708,956,'_wp_attached_file','2025/02/a2.jpeg'),
(4709,956,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1860;s:6:\"height\";i:1200;s:4:\"file\";s:15:\"2025/02/a2.jpeg\";s:8:\"filesize\";i:1048576;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a2-300x194.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:194;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9547;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"a2-1024x661.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:661;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61251;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4493;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"a2-768x495.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39125;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"a2-1536x991.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:991;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114815;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"a2-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14402;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"a2-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65300;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"a2-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15468;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"a2-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22882;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"a2-1080x697.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66674;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"a2-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21628;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"a2-1280x826.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86598;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"a2-980x632.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57463;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"a2-480x310.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19228;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6078,566,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6079,566,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:62:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_1cdfafad9ee10c56905b6bef60eaf72a\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:23:\"section_divider_enabled\";b:1;}s:42:\"et_pb_row_5758d230274e355c115cf2b3a1472962\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9c6829b4df1a1b19566c564f3a0ec96f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_994852cc721b512f3b163706fb0c5813\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2551fd4bd29af21f35a6f873f76b1da2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f713c6c0c87fc8e1044e764435e26190\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6ddfbac2e51d29001e5ce461fb10c1b3\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4c769e5462503df1eece716c44673a14\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_504363e7d4b81497cded39b9ed27c6c7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ea2bf7be0d8e7634216d3d99946a04db\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d9b9aee6e4d1ca4cbfe74cfb6a5566e8\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f60a34c8704170a217ca646f9206706d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9f0e5a223bca47b76a3ddae3d234d826\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4d91670636eca1bd194a298e90cf230d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_50cb0cd6f776df73a5001c01fd9672c3\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_505b1c1227428dc98c616870eff9f637\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_15fa7ad827761bf9a786b49676ad3c3a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c65f831d4b8ce80080e866a98af265cd\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_c66e6628426d8c303240c10bd2a58c50\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4e799c7ae98b82a7791075574484a874\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_426604803ab929880125c9d423c8e120\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_17077e0adfa7b993bd34ad9f808190e8\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_37214543befb26da8e671cf467f2b28d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f01e9b879f4036d7392403ffa2b86efe\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_80a01865c296d9f98c78cc62b5e5aeae\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8fce09f32c5788b5128e63664d45c4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_98c480ae36c8fc8fa2b4e4fb2cc8273b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e3406cda4c2d85367c686ab75878eb18\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c22a6e9000e85f5f1a1817f3863f1970\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a530783f6e28e5a5625783eef24381ad\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b9699ec0c92bc527690f349ca16c3c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e26a3958d2e09787bea3ff422d724679\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0fe0167fde73dde1c0e85d963aa46b92\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7add8774d72444e1f20f46c5a6b881e1\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c49e1de2c77a59a67f28af5a5eefe617\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_e735f8d27a5d9955420f3d124b761f33\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(4133,837,'wpmm_layout','a:4:{i:0;s:0:\"\";s:6:\"layout\";a:2:{i:0;a:1:{s:3:\"row\";a:4:{i:0;a:2:{s:3:\"col\";s:1:\"3\";s:5:\"items\";a:1:{i:0;a:6:{s:9:\"item_type\";s:9:\"menu_item\";s:2:\"ID\";i:808;s:5:\"title\";s:28:\"Airline Pilot ATPL Trainings\";s:3:\"url\";s:65:\"https://asyahavacilik.com/index.php/airline-pilot-atpl-trainings/\";s:11:\"description\";s:0:\"\";s:7:\"options\";a:0:{}}}}i:1;a:2:{s:3:\"col\";s:1:\"3\";s:5:\"items\";a:1:{i:0;a:6:{s:9:\"item_type\";s:9:\"menu_item\";s:2:\"ID\";i:827;s:5:\"title\";s:20:\"Other Pilot Training\";s:3:\"url\";s:57:\"https://asyahavacilik.com/index.php/other-pilot-training/\";s:11:\"description\";s:0:\"\";s:7:\"options\";a:0:{}}}}i:2;a:2:{s:3:\"col\";s:1:\"3\";s:5:\"items\";a:1:{i:0;a:6:{s:9:\"item_type\";s:9:\"menu_item\";s:2:\"ID\";i:824;s:5:\"title\";s:16:\"Modular Pilotage\";s:3:\"url\";s:53:\"https://asyahavacilik.com/index.php/modular-pilotage/\";s:11:\"description\";s:0:\"\";s:7:\"options\";a:0:{}}}}i:3;a:2:{s:3:\"col\";s:1:\"3\";s:5:\"items\";a:1:{i:0;a:6:{s:9:\"item_type\";s:9:\"menu_item\";s:2:\"ID\";i:843;s:5:\"title\";s:12:\"UAV TRAINING\";s:3:\"url\";s:49:\"https://asyahavacilik.com/index.php/uav-training/\";s:11:\"description\";s:0:\"\";s:7:\"options\";a:0:{}}}}}}i:1;a:1:{s:3:\"row\";a:1:{i:0;a:1:{s:5:\"items\";a:1:{i:4;a:6:{s:9:\"item_type\";s:9:\"menu_item\";s:2:\"ID\";i:816;s:5:\"title\";s:18:\"EXPERIENCE FLIGHTS\";s:3:\"url\";s:55:\"https://asyahavacilik.com/index.php/experience-flights/\";s:11:\"description\";s:0:\"\";s:7:\"options\";a:0:{}}}}}}}s:15:\"menu_strees_row\";s:19:\"wpmm-strees-default\";s:9:\"menu_type\";s:14:\"wpmm_mega_menu\";}'),
(3588,809,'_menu_item_megamenu',''),
(3589,809,'_menu_item_template',''),
(3590,809,'_menu_item_menuwidth',''),
(3300,779,'_menu_item_type','post_type'),
(3301,779,'_menu_item_menu_item_parent','0'),
(3302,779,'_menu_item_object_id','556'),
(3303,779,'_menu_item_object','page'),
(3304,779,'_menu_item_target',''),
(3305,779,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3306,779,'_menu_item_xfn',''),
(3307,779,'_menu_item_url',''),
(3308,779,'_menu_item_orphaned','1739674285'),
(1989,577,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1991,578,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(4135,805,'wpmm_layout','a:1:{i:0;s:0:\"\";}'),
(4136,814,'wpmm_layout','a:1:{i:0;s:0:\"\";}'),
(4137,820,'wpmm_layout','a:1:{i:0;s:0:\"\";}'),
(4139,832,'wpmm_layout','a:1:{i:0;s:0:\"\";}'),
(1963,564,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1965,565,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1967,566,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1969,567,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1971,568,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1973,569,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1975,570,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1977,571,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1979,572,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1981,573,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1983,574,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1985,575,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1987,576,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1937,551,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1939,552,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1941,553,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1943,554,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1945,555,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(4134,807,'wpmm_layout','a:2:{i:0;s:0:\"\";s:6:\"layout\";a:1:{i:0;a:1:{s:3:\"row\";a:1:{i:0;a:1:{s:5:\"items\";a:1:{i:0;a:6:{s:9:\"item_type\";s:9:\"menu_item\";s:2:\"ID\";i:817;s:5:\"title\";s:5:\"Fleet\";s:3:\"url\";s:42:\"https://asyahavacilik.com/index.php/fleet/\";s:11:\"description\";s:0:\"\";s:7:\"options\";a:0:{}}}}}}}}'),
(1947,556,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1949,557,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1951,558,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1953,559,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(6232,567,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(1955,560,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1957,561,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1959,562,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(1961,563,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(4877,996,'_wp_attached_file','2025/02/new-portrait-7-800x800-1-2-800x800.jpg'),
(3514,803,'_edit_lock','1739675907:1'),
(4898,1001,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-3-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:84486;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22619;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87019;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25748;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44166;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-3-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1933,549,'_edit_lock','1739440547:1'),
(1935,550,'_customize_changeset_uuid','28a30e86-6f5e-4dad-971a-12583f0254f6'),
(4080,845,'_elementor_page_settings','a:0:{}'),
(4081,845,'_elementor_edit_mode','builder'),
(4082,845,'_wp_page_template','elementor_header_footer'),
(4086,846,'_elementor_template_type','page'),
(4087,846,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:8:\"122319cc\";s:8:\"settings\";a:2:{s:9:\"structure\";s:2:\"20\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:2:\"15\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"5\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:8:\"4330e00c\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:45;}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:8:\"25c10777\";s:8:\"settings\";a:2:{s:7:\"address\";s:34:\"London Eye, London, United Kingdom\";s:6:\"height\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:350;s:5:\"sizes\";a:0:{}}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"google_maps\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:8:\"6883aa52\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";i:55;}s:8:\"elements\";a:3:{i:0;a:6:{s:2:\"id\";s:8:\"18449bbf\";s:8:\"settings\";a:6:{s:5:\"title\";s:14:\"Contact Info :\";s:11:\"title_color\";s:7:\"#333333\";s:21:\"typography_typography\";s:6:\"custom\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:28;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"400\";s:5:\"align\";s:4:\"left\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"2832e199\";s:8:\"settings\";a:5:{s:6:\"editor\";s:171:\"<p>Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>\";s:5:\"align\";s:4:\"left\";s:14:\"_border_border\";s:5:\"solid\";s:13:\"_border_width\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"1\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:13:\"_border_color\";s:7:\"#dddddd\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:11:\"text-editor\";s:6:\"elType\";s:6:\"widget\";}i:2;a:5:{s:2:\"id\";s:8:\"184b1163\";s:8:\"settings\";a:1:{s:9:\"structure\";s:2:\"20\";}s:8:\"elements\";a:2:{i:0;a:5:{s:2:\"id\";s:8:\"4271304a\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:8:\"39824aa6\";s:8:\"settings\";a:4:{s:9:\"icon_list\";a:4:{i:0;a:5:{s:4:\"text\";s:9:\"Address :\";s:4:\"icon\";s:16:\"fa fa-map-marker\";s:3:\"_id\";s:7:\"7cae349\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:1;a:5:{s:4:\"text\";s:7:\"Phone :\";s:4:\"icon\";s:11:\"fa fa-phone\";s:3:\"_id\";s:7:\"d38cf98\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:2;a:5:{s:4:\"text\";s:7:\"Email :\";s:4:\"icon\";s:14:\"fa fa-envelope\";s:3:\"_id\";s:7:\"61e19b3\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}i:3;a:5:{s:4:\"text\";s:14:\"Social Share :\";s:4:\"icon\";s:10:\"fa fa-user\";s:3:\"_id\";s:7:\"804fd14\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:12:\"fas fa-check\";s:7:\"library\";s:8:\"fa-solid\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}s:10:\"icon_color\";s:7:\"#333333\";s:10:\"text_color\";s:7:\"#333333\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:8:\"5a2d9378\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:50;s:12:\"_inline_size\";N;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"67e9cf17\";s:8:\"settings\";a:5:{s:9:\"icon_list\";a:3:{i:0;a:5:{s:4:\"text\";s:35:\"Floor. 4 House. 15, Banasree, Dhaka\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"3afb265\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}}i:1;a:5:{s:4:\"text\";s:36:\"+880 1973 833 508,  +880 1723 833508\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"cedce80\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}}i:2;a:5:{s:4:\"text\";s:22:\"bestcareerbd@gmail.com\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"3a9f11c\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}s:13:\"selected_icon\";a:2:{s:5:\"value\";s:0:\"\";s:7:\"library\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:11;s:5:\"sizes\";a:0:{}}s:10:\"icon_align\";s:5:\"right\";s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_font_weight\";s:3:\"400\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"281ebcdb\";s:8:\"settings\";a:3:{s:16:\"social_icon_list\";a:3:{i:0;a:7:{s:6:\"social\";s:14:\"fa fa-facebook\";s:3:\"_id\";s:7:\"6a22dc3\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}s:11:\"social_icon\";a:2:{s:5:\"value\";s:16:\"fab fa-wordpress\";s:7:\"library\";s:9:\"fa-brands\";}s:15:\"item_icon_color\";s:7:\"default\";s:23:\"item_icon_primary_color\";s:0:\"\";s:25:\"item_icon_secondary_color\";s:0:\"\";}i:1;a:7:{s:6:\"social\";s:13:\"fa fa-twitter\";s:3:\"_id\";s:7:\"64abaf6\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}s:11:\"social_icon\";a:2:{s:5:\"value\";s:16:\"fab fa-wordpress\";s:7:\"library\";s:9:\"fa-brands\";}s:15:\"item_icon_color\";s:7:\"default\";s:23:\"item_icon_primary_color\";s:0:\"\";s:25:\"item_icon_secondary_color\";s:0:\"\";}i:2;a:7:{s:6:\"social\";s:17:\"fa fa-google-plus\";s:3:\"_id\";s:7:\"9fa9c07\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:4:\"true\";s:8:\"nofollow\";s:0:\"\";}s:11:\"social_icon\";a:2:{s:5:\"value\";s:16:\"fab fa-wordpress\";s:7:\"library\";s:9:\"fa-brands\";}s:15:\"item_icon_color\";s:7:\"default\";s:23:\"item_icon_primary_color\";s:0:\"\";s:25:\"item_icon_secondary_color\";s:0:\"\";}}s:5:\"align\";s:5:\"right\";s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:12:\"social-icons\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}'),
(4088,846,'_elementor_page_settings','a:0:{}'),
(4089,846,'_elementor_edit_mode','builder'),
(4090,846,'_wp_page_template','elementor_header_footer'),
(4094,837,'elementskit_menuitem_settings','{\"menu_id\":\"837\",\"menu_has_child\":\"0\",\"menu_enable\":\"1\",\"menu_icon\":\"\",\"menu_icon_color\":\"#bada55\",\"menu_badge_text\":\"\",\"menu_badge_color\":\"#ffffff\",\"menu_badge_background\":\"#bada55\",\"vertical_menu_width\":\"\",\"mobile_submenu_content_type\":\"builder_content\",\"vertical_megamenu_position_type\":\"relative_position\",\"megamenu_width_type\":\"default_width\",\"megamenu_ajax_load\":\"no\"}'),
(4095,847,'_wp_page_template','elementor_canvas'),
(4096,847,'_elementor_edit_mode','builder'),
(4097,847,'_elementor_template_type','wp-post'),
(4098,847,'_elementor_version','3.27.4'),
(4099,847,'_edit_lock','1739743407:1'),
(4102,847,'ekit_post_views_count','1'),
(3108,644,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(4110,849,'_elementor_source_image_hash','ad1d6ed11a992ecc46c80dd534ffc1f3792666dd'),
(4111,850,'_wp_attached_file','2025/02/placeholder-724.png'),
(4112,850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/02/placeholder-724.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-724-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-724-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-724-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-724-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"placeholder-724-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"placeholder-724-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19642;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"placeholder-724-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"placeholder-724-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"placeholder-724-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19903;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"placeholder-724-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"placeholder-724-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"placeholder-724-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4113,850,'_elementor_source_image_hash','fbd0d6114d10c2d1222349612761b3a9dd3bb26a'),
(4114,851,'_wp_attached_file','2025/02/placeholder-725.png'),
(4115,851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/02/placeholder-725.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-725-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-725-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-725-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-725-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"placeholder-725-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"placeholder-725-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19642;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"placeholder-725-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"placeholder-725-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"placeholder-725-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19903;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"placeholder-725-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"placeholder-725-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"placeholder-725-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4116,851,'_elementor_source_image_hash','1a7496d4be20007fae412246b486942ce33fcd5a'),
(4117,852,'_wp_attached_file','2025/02/placeholder-726.png'),
(4118,852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/02/placeholder-726.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-726-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-726-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-726-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-726-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"placeholder-726-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"placeholder-726-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19642;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"placeholder-726-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"placeholder-726-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"placeholder-726-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19903;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"placeholder-726-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"placeholder-726-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"placeholder-726-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4119,852,'_elementor_source_image_hash','624dc1b527cd30ed6542a5f7bc360850828cdf02'),
(4120,853,'_wp_attached_file','2025/02/placeholder-727.png'),
(4121,853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/02/placeholder-727.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-727-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-727-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-727-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-727-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"placeholder-727-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"placeholder-727-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19642;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"placeholder-727-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"placeholder-727-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"placeholder-727-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19903;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"placeholder-727-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"placeholder-727-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"placeholder-727-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4122,853,'_elementor_source_image_hash','9f74538d0e23323616ff2fd564a5820366a5ae5a'),
(4123,854,'_wp_attached_file','2025/02/sofa.png'),
(4124,854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:436;s:6:\"height\";i:318;s:4:\"file\";s:16:\"2025/02/sofa.png\";s:8:\"filesize\";i:50159;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"sofa-300x219.png\";s:5:\"width\";i:300;s:6:\"height\";i:219;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67124;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"sofa-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28184;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"sofa-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100104;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"sofa-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"sofa-400x318.png\";s:5:\"width\";i:400;s:6:\"height\";i:318;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115191;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3954,835,'_menu_item_menuwidth',''),
(3900,832,'_menu_item_type','post_type'),
(3901,832,'_menu_item_menu_item_parent','0'),
(3902,832,'_menu_item_object_id','516'),
(3903,832,'_menu_item_object','page'),
(3904,832,'_menu_item_target',''),
(3905,832,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3906,832,'_menu_item_xfn',''),
(3907,832,'_menu_item_url',''),
(3909,832,'_menu_item_menuposition',''),
(3910,832,'_menu_item_megamenu',''),
(3911,832,'_menu_item_template',''),
(3912,832,'_menu_item_menuwidth',''),
(3913,832,'_menu_item_disablet',''),
(4192,648,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(2224,549,'_wp_trash_meta_status','publish'),
(2225,549,'_wp_trash_meta_time','1739440577'),
(2244,638,'_wp_trash_meta_status','publish'),
(2245,638,'_wp_trash_meta_time','1739440725'),
(2491,662,'_et_pb_ab_subjects',''),
(2492,662,'_et_pb_enable_shortcode_tracking',''),
(2493,662,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"662\" /]'),
(2494,662,'_et_pb_custom_css',''),
(2495,662,'_et_pb_gutter_width','3'),
(2496,662,'_thumbnail_id','0'),
(2497,662,'_global_colors_info','{}'),
(2498,662,'_et_pb_first_image',''),
(2499,662,'_et_pb_truncate_post',''),
(2500,662,'_et_pb_truncate_post_date',''),
(4073,844,'_elementor_template_type','page'),
(4074,844,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:8:\"181a1d41\";s:8:\"settings\";a:2:{s:9:\"structure\";s:2:\"40\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"25\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:2:\"25\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:8:\"155431b4\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"634a025e\";s:8:\"settings\";a:6:{s:5:\"title\";s:14:\"Latest Product\";s:11:\"title_color\";s:7:\"#000000\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"12f9addf\";s:8:\"settings\";a:17:{s:20:\"product_inner_margin\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:38:\"product_category_typography_typography\";s:6:\"custom\";s:39:\"product_category_typography_font_weight\";s:3:\"400\";s:35:\"product_title_typography_typography\";s:6:\"custom\";s:36:\"product_title_typography_font_weight\";s:3:\"500\";s:40:\"product_sale_price_typography_typography\";s:6:\"custom\";s:41:\"product_sale_price_typography_font_weight\";s:3:\"400\";s:19:\"action_button_style\";s:1:\"2\";s:21:\"action_button_show_on\";s:5:\"hover\";s:29:\"woolentor_product_grid_column\";s:1:\"1\";s:37:\"woolentor_product_grid_products_count\";i:1;s:7:\"slitems\";i:1;s:8:\"slarrows\";s:0:\"\";s:16:\"slpause_on_hover\";s:0:\"\";s:16:\"slscroll_columns\";i:1;s:24:\"sltablet_display_columns\";i:1;s:23:\"sltablet_scroll_columns\";i:1;}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:27:\"woolentor-universal-product\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:8:\"5e3db891\";s:8:\"settings\";a:4:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:20;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"3d96dbdf\";s:8:\"settings\";a:6:{s:5:\"title\";s:7:\"Product\";s:11:\"title_color\";s:7:\"#000000\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"6c35929f\";s:8:\"settings\";a:1:{s:2:\"wp\";a:5:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:0:\"\";s:7:\"orderby\";s:4:\"date\";s:5:\"order\";s:4:\"desc\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:30:\"wp-widget-woocommerce_products\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:7:\"9894210\";s:8:\"settings\";a:4:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:21:\"space_between_widgets\";i:20;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"64b77da5\";s:8:\"settings\";a:6:{s:5:\"title\";s:18:\"Top rated products\";s:11:\"title_color\";s:7:\"#000000\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"5e51ecad\";s:8:\"settings\";a:1:{s:2:\"wp\";a:5:{s:5:\"title\";s:0:\"\";s:6:\"number\";s:1:\"3\";s:4:\"show\";s:8:\"featured\";s:7:\"orderby\";s:5:\"price\";s:5:\"order\";s:4:\"desc\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:30:\"wp-widget-woocommerce_products\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:8:\"53026b8d\";s:8:\"settings\";a:3:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";N;s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"10\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"30\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"589c7c63\";s:8:\"settings\";a:6:{s:5:\"title\";s:18:\"Product categories\";s:11:\"title_color\";s:7:\"#000000\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:7:\"Poppins\";s:20:\"typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:22:\"typography_font_weight\";s:3:\"600\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:7:\"heading\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"54b5c317\";s:8:\"settings\";a:1:{s:2:\"wp\";a:4:{s:5:\"title\";s:0:\"\";s:7:\"orderby\";s:4:\"name\";s:12:\"hierarchical\";s:1:\"1\";s:9:\"max_depth\";s:0:\"\";}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:40:\"wp-widget-woocommerce_product_categories\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:0;s:6:\"elType\";s:7:\"section\";}}'),
(4075,844,'_elementor_page_settings','a:0:{}'),
(4076,844,'_elementor_edit_mode','builder'),
(4077,844,'_wp_page_template','elementor_header_footer'),
(4078,845,'_elementor_template_type','page'),
(4079,845,'_elementor_data','a:1:{i:0;a:5:{s:2:\"id\";s:7:\"52f247b\";s:8:\"settings\";a:2:{s:9:\"structure\";s:2:\"40\";s:7:\"padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:2:\"15\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:2:\"15\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:4:{i:0;a:5:{s:2:\"id\";s:8:\"32788a7f\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";i:40;}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:8:\"4c910a13\";s:8:\"settings\";a:2:{s:5:\"image\";a:2:{s:3:\"url\";s:77:\"http://demo.shrimpthemes.com/1/megamenu/wp-content/uploads/2019/06/image1.jpg\";s:2:\"id\";i:881;}s:10:\"image_size\";s:4:\"full\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:5:\"image\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:1;a:5:{s:2:\"id\";s:8:\"1178dce7\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";i:20;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:8:\"60b3c4a7\";s:8:\"settings\";a:4:{s:9:\"icon_list\";a:6:{i:0;a:4:{s:4:\"text\";s:8:\"Computer\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"750a0db\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:6:\"Laptop\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"c34a5ee\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:7:\"Printer\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"0a151c4\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:8:\"Keyboard\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"f80b589\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:4;a:4:{s:4:\"text\";s:5:\"Mouse\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"0cf495b\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:5;a:4:{s:4:\"text\";s:7:\"Monitor\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"de0155c\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:10:\"text_color\";s:7:\"#333333\";s:16:\"text_color_hover\";s:7:\"#61ce70\";}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"4d3e6f8b\";s:8:\"settings\";a:5:{s:4:\"text\";s:9:\"View More\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:2;a:5:{s:2:\"id\";s:8:\"360c9632\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";i:20;}s:8:\"elements\";a:2:{i:0;a:6:{s:2:\"id\";s:7:\"fc1bc28\";s:8:\"settings\";a:6:{s:9:\"icon_list\";a:4:{i:0;a:4:{s:4:\"text\";s:33:\"Lorem Ipsum is simply dummy text \";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"0065e7c\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:37:\"the printing and typesetting industry\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"3b3150e\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:37:\"when an unknown printer took a galley\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"b37a5a6\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:37:\"There are many variations of passages\";s:4:\"icon\";s:0:\"\";s:3:\"_id\";s:7:\"64aa062\";s:4:\"link\";a:3:{s:3:\"url\";s:1:\"#\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:16:\"text_color_hover\";s:7:\"#61ce70\";s:26:\"icon_typography_typography\";s:6:\"custom\";s:27:\"icon_typography_font_family\";s:5:\"Arial\";s:25:\"icon_typography_font_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:14;s:5:\"sizes\";a:0:{}}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}i:1;a:6:{s:2:\"id\";s:8:\"6105cffc\";s:8:\"settings\";a:5:{s:4:\"text\";s:9:\"View More\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_weight\";s:3:\"400\";s:13:\"border_radius\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"0\";s:5:\"right\";s:1:\"0\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:1:\"0\";s:8:\"isLinked\";b:0;}s:12:\"text_padding\";a:6:{s:4:\"unit\";s:2:\"px\";s:3:\"top\";s:1:\"5\";s:5:\"right\";s:2:\"10\";s:6:\"bottom\";s:1:\"5\";s:4:\"left\";s:2:\"10\";s:8:\"isLinked\";b:0;}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:6:\"button\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}i:3;a:5:{s:2:\"id\";s:7:\"9649a68\";s:8:\"settings\";a:2:{s:12:\"_column_size\";i:25;s:12:\"_inline_size\";i:20;}s:8:\"elements\";a:1:{i:0;a:6:{s:2:\"id\";s:8:\"2ca9ce48\";s:8:\"settings\";a:6:{s:9:\"icon_list\";a:6:{i:0;a:4:{s:4:\"text\";s:8:\"Computer\";s:4:\"icon\";s:13:\"fa fa-desktop\";s:3:\"_id\";s:7:\"750a0db\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:1;a:4:{s:4:\"text\";s:6:\"Laptop\";s:4:\"icon\";s:12:\"fa fa-laptop\";s:3:\"_id\";s:7:\"c34a5ee\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:2;a:4:{s:4:\"text\";s:7:\"Printer\";s:4:\"icon\";s:11:\"fa fa-print\";s:3:\"_id\";s:7:\"0a151c4\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:3;a:4:{s:4:\"text\";s:8:\"Keyboard\";s:4:\"icon\";s:16:\"fa fa-keyboard-o\";s:3:\"_id\";s:7:\"f80b589\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:4;a:4:{s:4:\"text\";s:5:\"Mouse\";s:4:\"icon\";s:19:\"fa fa-mouse-pointer\";s:3:\"_id\";s:7:\"0cf495b\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}i:5;a:4:{s:4:\"text\";s:7:\"Monitor\";s:4:\"icon\";s:13:\"fa fa-desktop\";s:3:\"_id\";s:7:\"de0155c\";s:4:\"link\";a:3:{s:3:\"url\";s:0:\"\";s:11:\"is_external\";s:0:\"\";s:8:\"nofollow\";s:0:\"\";}}}s:13:\"space_between\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:10;s:5:\"sizes\";a:0:{}}s:10:\"icon_color\";s:7:\"#333333\";s:9:\"icon_size\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:16;s:5:\"sizes\";a:0:{}}s:10:\"text_color\";s:7:\"#333333\";s:11:\"text_indent\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:15;s:5:\"sizes\";a:0:{}}}s:8:\"elements\";a:0:{}s:7:\"isInner\";b:0;s:10:\"widgetType\";s:9:\"icon-list\";s:6:\"elType\";s:6:\"widget\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:6:\"column\";}}s:7:\"isInner\";b:1;s:6:\"elType\";s:7:\"section\";}}'),
(6233,567,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:73:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_bfc82d0a3189cc31f4d2fc4a897277b2\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f27dc46b56a6257b70c03e4861e54912\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_eff915c627dea22af96dd24d5c8a442a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_32888f3c9777d605b6fb9ad607e3b354\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4269172c64f577ec723611bf437df1c5\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7be53e913a8d845477419a5e0793def9\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_040991fc0e3ead798023fa04380fd2c9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_01778ba61186b4e06ede23be8ff7753c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8a734077f6654dd581c9f0ae2c80dba2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c8b9de9c5ed0bc6dcb0173cb16fe2dde\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8f68b66ce7179b0dfe0e7205b7b2269f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_08dcb770a95498fcf0a26e8ade75a399\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f9d6394e0a6f14c218304f00f03f9336\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cfb68bdbca873141ac2d48110833313a\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e717eef2348970875b4d91b5a696f70a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b35b9fd7e25126c1842bcec77040f685\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a1d1fa9108dc3a5a7d01c105431de479\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d1ceeb8f15dab39d57c60b571fec336d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a3dad31334e19ec25b9e808b98dd4d67\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_85866b83013a1ec65d5931a7d979a56c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4304abee0585f9f10645ad565eae5704\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ef9062b504d26bc9d5d062197096a41d\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_244d716fc363773881692cf9bfa2e52b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_df0c8e812d297ba00e7e378571d81209\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_86503c1b75f60df98e93db57cf864b06\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d5f18cc481932c0f0dc525de478bca97\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5e1ccda148742b77d2e8707a31d7a0f1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_0112372d60ee9e2ff913fb6cbe5d4f9a\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e1aabf2deef7aa1c0409c7ef34f779c5\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8cbce13fd5a94dc66a86e69944c448d2\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a2e262db2d832cb9492c02044a3edbbd\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e4ac28c083e62c9c09b03f8d38d7cc94\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_8778d40fd8b78db4177a3f92a9e7a6bd\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0740bcd5ac29161449960ec2047c772a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_353ab9f61237a5f777b9ea002e650d64\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_11fb778e088b0da9ba277f625cf0472e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a0447c7dd361ebb17161abebb3e380d0\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c790eed6528d53496d81155683754488\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4211ebfa8c896a250df5e36154bf47df\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_53b0a5284f67ec71e6cde4d4317bf64a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_064446c8ac4b9f216675cf03b7dd6d01\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_18c96ff7f088e181d1ff99abfe0d894d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_28acae8013ff4b2f32c0433ddde46bdc\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0ffa8d9ee44bfd5ea5ca877805e57457\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_47aa1c76a412a6f1b694fb7741428288\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_11198606faf8ed95e64e462882c45a1c\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5eb9e64edd77e548055f73d2a7a9cbca\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(3929,834,'_menu_item_menu_item_parent','808'),
(3928,834,'_menu_item_type','post_type'),
(3898,831,'_menu_item_menuwidth',''),
(3899,831,'_menu_item_disablet',''),
(3897,831,'_menu_item_template',''),
(3532,805,'_menu_item_megamenu',''),
(3533,805,'_menu_item_template',''),
(3534,805,'_menu_item_menuwidth',''),
(3535,805,'_menu_item_disablet',''),
(3536,806,'_menu_item_type','post_type'),
(3537,806,'_menu_item_menu_item_parent','0'),
(3538,806,'_menu_item_object_id','518'),
(3539,806,'_menu_item_object','page'),
(3540,806,'_menu_item_target',''),
(3541,806,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3542,806,'_menu_item_xfn',''),
(3522,805,'_menu_item_type','post_type'),
(3523,805,'_menu_item_menu_item_parent','0'),
(3524,805,'_menu_item_object_id','642'),
(3525,805,'_menu_item_object','page'),
(3526,805,'_menu_item_target',''),
(3527,805,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3528,805,'_menu_item_xfn',''),
(3529,805,'_menu_item_url',''),
(3531,805,'_menu_item_menuposition',''),
(3246,771,'_menu_item_orphaned','1739668181'),
(3245,771,'_menu_item_url',''),
(3244,771,'_menu_item_xfn',''),
(3243,771,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3242,771,'_menu_item_target',''),
(3241,771,'_menu_item_object','page'),
(3240,771,'_menu_item_object_id','556'),
(3238,771,'_menu_item_type','post_type'),
(3239,771,'_menu_item_menu_item_parent','0'),
(3896,831,'_menu_item_megamenu',''),
(3895,831,'_menu_item_menuposition',''),
(3893,831,'_menu_item_url',''),
(3892,831,'_menu_item_xfn',''),
(3891,831,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3890,831,'_menu_item_target',''),
(3889,831,'_menu_item_object','page'),
(3888,831,'_menu_item_object_id','560'),
(3887,831,'_menu_item_menu_item_parent','827'),
(3886,831,'_menu_item_type','post_type'),
(4068,837,'htmega_menu_settings','a:4:{s:23:\"menu-item-menuwidth-837\";s:3:\"800\";s:26:\"menu-item-menuposition-837\";s:4:\"-100\";s:22:\"menu-item-template-837\";s:3:\"846\";s:26:\"menu-item-badge-bg-two-837\";s:0:\"\";}'),
(3557,807,'_menu_item_url',''),
(3556,807,'_menu_item_xfn',''),
(3543,806,'_menu_item_url',''),
(3544,806,'_menu_item_orphaned','1739676169'),
(3545,806,'_menu_item_menuposition',''),
(3546,806,'_menu_item_megamenu',''),
(3547,806,'_menu_item_template',''),
(3548,806,'_menu_item_menuwidth',''),
(3549,806,'_menu_item_disablet',''),
(3550,807,'_menu_item_type','post_type'),
(3551,807,'_menu_item_menu_item_parent','0'),
(3552,807,'_menu_item_object_id','644'),
(3553,807,'_menu_item_object','page'),
(3554,807,'_menu_item_target',''),
(3555,807,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3247,772,'_menu_item_type','post_type'),
(3248,772,'_menu_item_menu_item_parent','0'),
(3249,772,'_menu_item_object_id','556'),
(3250,772,'_menu_item_object','page'),
(3251,772,'_menu_item_target',''),
(3252,772,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3253,772,'_menu_item_xfn',''),
(3254,772,'_menu_item_url',''),
(3255,772,'_menu_item_orphaned','1739668197'),
(3256,773,'_menu_item_type','post_type'),
(3257,773,'_menu_item_menu_item_parent','0'),
(3258,773,'_menu_item_object_id','556'),
(3259,773,'_menu_item_object','page'),
(3260,773,'_menu_item_target',''),
(3261,773,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3262,773,'_menu_item_xfn',''),
(3263,773,'_menu_item_url',''),
(3264,773,'_menu_item_orphaned','1739668250'),
(3265,774,'_menu_item_type','post_type'),
(3266,774,'_menu_item_menu_item_parent','0'),
(3267,774,'_menu_item_object_id','559'),
(3268,774,'_menu_item_object','page'),
(3269,774,'_menu_item_target',''),
(3270,774,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3271,774,'_menu_item_xfn',''),
(3272,774,'_menu_item_url',''),
(3273,774,'_menu_item_orphaned','1739668250'),
(3274,775,'_menu_item_type','post_type'),
(3275,775,'_menu_item_menu_item_parent','0'),
(3276,775,'_menu_item_object_id','558'),
(3277,775,'_menu_item_object','page'),
(3278,775,'_menu_item_target',''),
(3279,775,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3280,775,'_menu_item_xfn',''),
(3281,775,'_menu_item_url',''),
(3282,775,'_menu_item_orphaned','1739668250'),
(3283,776,'_menu_item_type','post_type'),
(3284,776,'_menu_item_menu_item_parent','0'),
(3285,776,'_menu_item_object_id','560'),
(3286,776,'_menu_item_object','page'),
(3287,776,'_menu_item_target',''),
(3288,776,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3289,776,'_menu_item_xfn',''),
(3290,776,'_menu_item_url',''),
(3291,776,'_menu_item_orphaned','1739668250'),
(4999,1003,'original-file','2025/02/new-portrait-5-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(5000,1003,'smush-complete','1'),
(5001,1003,'smush-info','The file was compressed from 77.30 KB to 75.93 KB, saving 1.76 percent, using WP-Optimize'),
(5002,1003,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79151;s:12:\"smushed-size\";i:77757;s:15:\"savings-percent\";d:1.7600000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79151;s:10:\"compressed\";i:77757;}s:6:\"medium\";a:2:{s:8:\"original\";i:19405;s:10:\"compressed\";i:18460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7093;s:10:\"compressed\";i:6744;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82411;s:10:\"compressed\";i:79652;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17799;s:10:\"compressed\";i:17158;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78474;s:10:\"compressed\";i:76217;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20866;s:10:\"compressed\";i:20012;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31357;s:10:\"compressed\";i:30216;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36650;s:10:\"compressed\";i:35091;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39488;s:10:\"compressed\";i:37874;}}}'),
(5003,1005,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5004,1005,'smush-complete',''),
(5005,1006,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5006,1006,'smush-complete',''),
(5007,1007,'original-file','2025/02/new-portrait-11-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(5008,1007,'smush-complete','1'),
(5009,1007,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(5010,1007,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(5011,1008,'original-file','2025/02/new-portrait-10-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(5012,1008,'smush-complete','1'),
(5013,1008,'smush-info','The file was compressed from 56.49 KB to 53.76 KB, saving 4.84 percent, using WP-Optimize'),
(5014,1008,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:57849;s:12:\"smushed-size\";i:55051;s:15:\"savings-percent\";d:4.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:57849;s:10:\"compressed\";i:55051;}s:6:\"medium\";a:2:{s:8:\"original\";i:15317;s:10:\"compressed\";i:14852;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5968;s:10:\"compressed\";i:5572;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64585;s:10:\"compressed\";i:63445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17128;s:10:\"compressed\";i:16461;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65346;s:10:\"compressed\";i:64571;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19269;s:10:\"compressed\";i:18598;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28345;s:10:\"compressed\";i:27493;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28520;s:10:\"compressed\";i:27667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30864;s:10:\"compressed\";i:29978;}}}'),
(5015,556,'_et_pb_built_for_post_type','page'),
(5025,556,'_et_pb_truncate_post_date',''),
(5026,556,'_et_builder_version','VB|Divi|4.27.4'),
(6108,1207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"2025/02/4a8cfc420d4a8499d791c0533ff7f6ef.jpg\";s:8:\"filesize\";i:131164;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21907;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"4a8cfc420d4a8499d791c0533ff7f6ef-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98918;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22755;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"4a8cfc420d4a8499d791c0533ff7f6ef-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115247;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25144;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38722;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42459;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145795;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"4a8cfc420d4a8499d791c0533ff7f6ef-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46171;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5028,556,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(4717,553,'_et_pb_built_for_post_type','page'),
(4734,955,'original-file','2025/02/a1-updraft-pre-smush-original.jpg'),
(4260,875,'original-file','2025/02/airport-updraft-pre-smush-original.jpg'),
(4261,875,'smush-complete','1'),
(4262,875,'smush-info','The file was compressed from 108.27 KB to 108.27 KB, saving 0 percent, using WP-Optimize'),
(4263,875,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:110867;s:12:\"smushed-size\";i:110867;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:110867;s:10:\"compressed\";i:110867;}s:6:\"medium\";a:2:{s:8:\"original\";i:10203;s:10:\"compressed\";i:9818;}s:5:\"large\";a:2:{s:8:\"original\";i:80313;s:10:\"compressed\";i:78334;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5438;s:10:\"compressed\";i:5104;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:49001;s:10:\"compressed\";i:47654;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:156115;s:10:\"compressed\";i:152318;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19015;s:10:\"compressed\";i:18612;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:101386;s:10:\"compressed\";i:98963;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20760;s:10:\"compressed\";i:20241;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32348;s:10:\"compressed\";i:31586;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:88343;s:10:\"compressed\";i:86172;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:31283;s:10:\"compressed\";i:30494;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:116513;s:10:\"compressed\";i:113754;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:75327;s:10:\"compressed\";i:73553;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:21836;s:10:\"compressed\";i:21306;}}}'),
(4902,1004,'_wp_attached_file','2025/02/new-portrait-8-800x800-1-3-800x800.jpg'),
(1703,506,'_wp_trash_meta_status','publish'),
(1704,506,'_wp_trash_meta_time','1739409712'),
(1705,506,'_wp_desired_post_slug','theme-builder'),
(4197,648,'_edit_last','1'),
(4198,648,'_et_pb_post_hide_nav','default'),
(4199,648,'_et_pb_side_nav','off'),
(1929,522,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(4284,663,'_et_pb_gutter_width','3'),
(4285,663,'_thumbnail_id','0'),
(4286,663,'_global_colors_info','{}'),
(4287,663,'_et_pb_first_image',''),
(4288,663,'_et_pb_truncate_post',''),
(4289,663,'_et_pb_truncate_post_date',''),
(4899,1000,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-4-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:54924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64352;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4896,999,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-2-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:114344;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114300;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110675;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26037;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48586;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1114,378,'_et_autogenerated_title','0'),
(1115,378,'_et_default','1'),
(1116,378,'_et_enabled','1'),
(1117,378,'_et_header_layout_id','370'),
(1118,378,'_et_header_layout_enabled','1'),
(1085,370,'_et_pb_use_builder','on'),
(1086,370,'_et_pb_show_page_creation','off'),
(1087,370,'_et_pb_built_for_post_type','page'),
(1088,370,'_et_builder_version','VB|Divi'),
(1089,371,'_et_pb_use_builder','on'),
(1090,371,'_et_pb_show_page_creation','off'),
(1091,371,'_et_pb_built_for_post_type','page'),
(1092,371,'_et_builder_version','VB|Divi'),
(1093,372,'_et_pb_use_builder','on'),
(1094,372,'_et_pb_show_page_creation','off'),
(1095,372,'_et_pb_built_for_post_type','page'),
(1096,372,'_et_builder_version','VB|Divi'),
(1097,373,'_et_pb_use_builder','on'),
(1098,373,'_et_pb_show_page_creation','off'),
(1099,373,'_et_pb_built_for_post_type','page'),
(1100,373,'_et_builder_version','VB|Divi'),
(1101,374,'_et_pb_use_builder','on'),
(1102,374,'_et_pb_show_page_creation','off'),
(1103,374,'_et_pb_built_for_post_type','page'),
(1104,374,'_et_builder_version','VB|Divi'),
(1105,375,'_et_pb_use_builder','on'),
(1106,375,'_et_pb_show_page_creation','off'),
(1107,375,'_et_pb_built_for_post_type','page'),
(1108,375,'_et_builder_version','VB|Divi'),
(1109,376,'_et_pb_use_builder','on'),
(1110,376,'_et_pb_show_page_creation','off'),
(1111,376,'_et_pb_built_for_post_type','page'),
(1112,376,'_et_builder_version','VB|Divi'),
(6051,1197,'original-file','2025/02/csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-updraft-pre-smush-original.jpg'),
(6052,1197,'smush-complete','1'),
(6053,1197,'smush-info','The file was compressed from 337.81 KB to 326.17 KB, saving 3.44 percent, using WP-Optimize'),
(6054,1197,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:345918;s:12:\"smushed-size\";i:334003;s:15:\"savings-percent\";d:3.439999999999999946709294817992486059665679931640625;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:345918;s:10:\"compressed\";i:334003;}s:6:\"medium\";a:2:{s:8:\"original\";i:14629;s:10:\"compressed\";i:14108;}s:5:\"large\";a:2:{s:8:\"original\";i:117381;s:10:\"compressed\";i:113081;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6215;s:10:\"compressed\";i:5920;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:70874;s:10:\"compressed\";i:68400;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:241890;s:10:\"compressed\";i:231951;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21836;s:10:\"compressed\";i:21054;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:120036;s:10:\"compressed\";i:115564;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23367;s:10:\"compressed\";i:22547;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:36545;s:10:\"compressed\";i:35356;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:128825;s:10:\"compressed\";i:124112;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:39448;s:10:\"compressed\";i:37983;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:175638;s:10:\"compressed\";i:168789;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:110089;s:10:\"compressed\";i:105886;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31778;s:10:\"compressed\";i:30637;}}}'),
(6055,1198,'original-file','2025/02/20220118-pilot-2-updraft-pre-smush-original.jpg'),
(6056,1198,'smush-complete','1'),
(6057,1198,'smush-info','The file was compressed from 206.12 KB to 168.04 KB, saving 18.47 percent, using WP-Optimize'),
(6058,1198,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:211064;s:12:\"smushed-size\";i:172077;s:15:\"savings-percent\";d:18.469999999999998863131622783839702606201171875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:211064;s:10:\"compressed\";i:172077;}s:6:\"medium\";a:2:{s:8:\"original\";i:15250;s:10:\"compressed\";i:14258;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8772;s:10:\"compressed\";i:8375;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:66860;s:10:\"compressed\";i:63039;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:29209;s:10:\"compressed\";i:27369;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:32270;s:10:\"compressed\";i:30216;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:48680;s:10:\"compressed\";i:45719;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:50443;s:10:\"compressed\";i:47187;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:97135;s:10:\"compressed\";i:92131;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:32329;s:10:\"compressed\";i:30330;}}}'),
(1119,378,'_et_body_layout_id','0'),
(6047,1198,'_wp_attached_file','2025/02/20220118-pilot-2.jpg'),
(6048,1198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:504;s:4:\"file\";s:28:\"2025/02/20220118-pilot-2.jpg\";s:8:\"filesize\";i:211064;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-300x151.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15250;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-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:8772;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-768x387.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:387;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66860;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32270;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48680;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-400x504.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:504;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50443;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-980x494.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:494;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97135;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"20220118-pilot-2-480x242.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:242;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32329;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6062,1200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2554;s:6:\"height\";i:2554;s:4:\"file\";s:46:\"2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg\";s:8:\"filesize\";i:1478455;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-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:18093;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Pit-Lane-Simulators-Flight-Cover-1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-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:75629;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"Pit-Lane-Simulators-Flight-Cover-1-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230528;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:48:\"Pit-Lane-Simulators-Flight-Cover-1-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:391099;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21768;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"Pit-Lane-Simulators-Flight-Cover-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34870;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:48:\"Pit-Lane-Simulators-Flight-Cover-1-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128351;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33702;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:48:\"Pit-Lane-Simulators-Flight-Cover-1-2554x1800.jpg\";s:5:\"width\";i:2554;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:553825;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:48:\"Pit-Lane-Simulators-Flight-Cover-1-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168797;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111054;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"Pit-Lane-Simulators-Flight-Cover-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36592;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6059,1199,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(6060,1199,'smush-complete',''),
(6061,1200,'_wp_attached_file','2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg'),
(1120,378,'_et_body_layout_enabled','1'),
(1121,378,'_et_footer_layout_id','371'),
(1122,378,'_et_footer_layout_enabled','1'),
(1124,379,'_et_autogenerated_title','1'),
(1125,379,'_et_default','0'),
(1126,379,'_et_enabled','1'),
(1127,379,'_et_header_layout_id','370'),
(1128,379,'_et_header_layout_enabled','1'),
(1129,379,'_et_body_layout_id','372'),
(1130,379,'_et_body_layout_enabled','1'),
(1131,379,'_et_footer_layout_id','371'),
(1132,379,'_et_footer_layout_enabled','1'),
(1133,379,'_et_use_on','archive:taxonomy:category:all'),
(1135,380,'_et_autogenerated_title','1'),
(1136,380,'_et_default','0'),
(1137,380,'_et_enabled','1'),
(1138,380,'_et_header_layout_id','370'),
(1139,380,'_et_header_layout_enabled','1'),
(1140,380,'_et_body_layout_id','373'),
(1141,380,'_et_body_layout_enabled','1'),
(1142,380,'_et_footer_layout_id','371'),
(1143,380,'_et_footer_layout_enabled','1'),
(1144,380,'_et_use_on','singular:post_type:post:all'),
(1146,381,'_et_autogenerated_title','1'),
(1147,381,'_et_default','0'),
(1148,381,'_et_enabled','1'),
(1149,381,'_et_header_layout_id','370'),
(1150,381,'_et_header_layout_enabled','1'),
(1151,381,'_et_body_layout_id','374'),
(1152,381,'_et_body_layout_enabled','1'),
(1153,381,'_et_footer_layout_id','371'),
(1154,381,'_et_footer_layout_enabled','1'),
(1155,381,'_et_use_on','archive:user:all'),
(1157,382,'_et_autogenerated_title','1'),
(1158,382,'_et_default','0'),
(1159,382,'_et_enabled','1'),
(1160,382,'_et_header_layout_id','370'),
(1161,382,'_et_header_layout_enabled','1'),
(1162,382,'_et_body_layout_id','375'),
(1163,382,'_et_body_layout_enabled','1'),
(1164,382,'_et_footer_layout_id','371'),
(1165,382,'_et_footer_layout_enabled','1'),
(1166,382,'_et_use_on','search'),
(1168,383,'_et_autogenerated_title','1'),
(1169,383,'_et_default','0'),
(1170,383,'_et_enabled','1'),
(1171,383,'_et_header_layout_id','370'),
(1172,383,'_et_header_layout_enabled','0'),
(1173,383,'_et_body_layout_id','376'),
(1174,383,'_et_body_layout_enabled','1'),
(1175,383,'_et_footer_layout_id','371'),
(1176,383,'_et_footer_layout_enabled','0'),
(1177,383,'_et_use_on','404'),
(1178,377,'_et_template','378'),
(1179,377,'_et_template','379'),
(1180,377,'_et_template','380'),
(1181,377,'_et_template','381'),
(1182,377,'_et_template','382'),
(1183,377,'_et_template','383'),
(5091,560,'_et_pb_ab_subjects',''),
(5092,560,'_et_pb_enable_shortcode_tracking',''),
(5093,560,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"560\" /]'),
(5094,560,'_et_pb_custom_css',''),
(5095,560,'_et_pb_gutter_width','3'),
(5096,560,'_thumbnail_id','0'),
(5097,560,'_global_colors_info','{}'),
(5098,560,'_et_pb_first_image',''),
(5099,560,'_et_pb_truncate_post',''),
(5090,560,'_et_pb_built_for_post_type','page'),
(5100,560,'_et_pb_truncate_post_date',''),
(5101,560,'_et_builder_version','VB|Divi|4.27.4'),
(5103,560,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(6063,1201,'_wp_attached_file','2025/02/be446725423060659a361e67802d6ee0.jpg'),
(6064,1201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:44:\"2025/02/be446725423060659a361e67802d6ee0.jpg\";s:8:\"filesize\";i:83170;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7709;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20550;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-750x675.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84093;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23766;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35957;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38234;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"be446725423060659a361e67802d6ee0-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44317;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6065,1202,'_wp_attached_file','2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png'),
(6066,1202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:56:\"2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png\";s:8:\"filesize\";i:255497;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:73202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20517;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:436808;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109669;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-1000x675.png\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:573933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122166;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:195413;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170021;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:672163;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177462;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6067,1203,'_wp_attached_file','2025/02/aviation-students-1-edited.png'),
(6068,1203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:405;s:6:\"height\";i:398;s:4:\"file\";s:38:\"2025/02/aviation-students-1-edited.png\";s:8:\"filesize\";i:318850;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"aviation-students-1-edited-300x295.png\";s:5:\"width\";i:300;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192366;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"aviation-students-1-edited-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51287;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"aviation-students-1-edited-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:221071;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"aviation-students-1-edited-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249051;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"aviation-students-1-edited-405x382.png\";s:5:\"width\";i:405;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:359204;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"aviation-students-1-edited-400x398.png\";s:5:\"width\";i:400;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:364532;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5086,560,'_et_pb_use_builder','on'),
(5087,560,'_et_pb_show_page_creation','off'),
(5088,560,'_et_pb_old_content',''),
(6085,561,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6086,561,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:103:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_fbc28f6952847aae2fa322159ae0efca\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5343ecbf2531b47e88d37fe5e2e33298\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2e452214c103dbd29e8ed4c20b8cc1cb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_724e2a79552a47a75042dec58e4da5b3\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_afad2d6a6ebc373b5ee0e127c894510f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_0f74ed5dbf69dd041e119b377597a622\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_097e9dac6637d0b1131e681407aa42b2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9d77b139cc363ac97dd7b7e934707b3b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_49a6498ed2b3d7676f12c5e1efdeffee\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_db69ba30d0c9394bbd8f58efba561632\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b35b9fd7e25126c1842bcec77040f685\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_3b2e9c060f93e17e53828b3d1ee84b6e\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_dcc0ff2fae61ed5959acb60e3fe45a04\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9b64203d520ee0548ba575a47b07b6a6\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d14b042cc90802f2878cb2f8cb2cc835\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4a8babea9d765ec8a028b3d4c8737000\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5cab0bc157e791d0fc2763e691c180a5\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_be8193e5171c65bd990269b979424967\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_85866b83013a1ec65d5931a7d979a56c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_dcbc570388c3551a7a4cd849fbd90c08\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_899852face46877a6c1c5b9fecd423df\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_dba78d8217f0e72ac869e764852ab482\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5782300e17cbf9589f205e4935d139c2\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_17e911347adfa84243a0061f051a1fb8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_10e2e422fbc88318ee3d00629556d79f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_53e5ac9954a77d8a706febae562d63ff\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_aa2d483acab397565b517808d07c3d36\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6cb9ceeceb410b522be35c00b29ec2d0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_561723cac8c923c05b42bae1fbc484cd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f0e03046145623042ddda2c01f1fc159\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ed233163fa0916307a5ee7363f489a8c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c23237af8318f92fb6fa673752392cd7\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_81aa4b2680b57cbeb7770e0b0364902d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_46a91264e4ecc73e1b707c440e226c7d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_63ed10417b6bb321cd049290a7fba7ad\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_0a1267fb60347ac94e78d5cd2ae7939b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_cd2eb254c207b6bf20f86757c3147358\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_29f6030e5e9de5613abc145ab670452d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_09481a90c6251363027f570f2dbed670\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a5e88f35c8d05a25c0fd2f42f5a0c4cd\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9bc5d7e10c1076158dc6d448a0bf5384\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1e7100c64a6d04f5a9c81e2236fc76fc\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_063e9a56129208b307f29ae2c8e18abc\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_704dadcb54921d0cd8c6c81a3999a9a0\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_af6370907b6e269325fd985cb551a60a\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2a628e07493a9efe54efe11dd26083f4\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ac175bf96bce6198b1f356ff8d69470e\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ff32faedddd27d22a5517b35c9d759a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1650bdc0e6a63874888694747038c4ef\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75638a8417397e40275556e962ac933a\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4b8c0a64dfda1b2ca93b9bb7c92e04bf\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b65635eb28135ee8db0da9e89b7d1dc8\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d52dd541201014d14e3f1f8f9ddc941f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9434d8f80821ce88c996a6c0b46e20fd\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_9c83af67a7f06ffe35576b9de9321713\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_579e83354e63dadd2584282b843dad53\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_0a27a3c985b895cdcec550111f053b09\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_add2dfac9f1f3e62307f60507b9f4803\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_808f4f9b54f981c14ef9a07a82f7e8c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1662e08eb565bd49969de7033fab3609\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_84888aea6a99f792a4362d58d2b8f4d4\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fad975ab1643bd2c9eeef1c18e526500\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0cddc4fcbbfd6f0d61a6abdb0825a74f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_bba288f394e9dbea88c1e6879226a395\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e1d756e94ff4cefad1dd3170f62ca6f8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_cbaf7cb9bba52f7f72df729e92fe4b25\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cad267b6fea4d977ac9426f3dfd6191d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c831824abd48fff1b4670398ee053847\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e45d536d3aabe52b9540ed959ea00e7c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a0c64f907f1a36c9c0ed610939f1c584\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a1e4d48d19243e7478385f2a310924ba\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_78d42b024c6af92654638813e987e75a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_91ddb14ee9415b2f59fdfdf5cdf1ec3a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e7358489d9335c492840404f8437e8f5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f0871d4d67999dcec207053c486fbfac\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_9476ac11520273c0e62c059c963bd7c9\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6002,1193,'_wp_attached_file','2025/02/file-20180604-175442-stgsps.jpg'),
(6003,1193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:39:\"2025/02/file-20180604-175442-stgsps.jpg\";s:8:\"filesize\";i:259769;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15354;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"file-20180604-175442-stgsps-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7526;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65321;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"file-20180604-175442-stgsps-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184221;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22726;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"file-20180604-175442-stgsps-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103173;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25610;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38806;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"file-20180604-175442-stgsps-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109676;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"file-20180604-175442-stgsps-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142548;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94900;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"file-20180604-175442-stgsps-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32104;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6004,1193,'original-file','2025/02/file-20180604-175442-stgsps-updraft-pre-smush-original.jpg'),
(6005,1193,'smush-complete','1'),
(6006,1193,'smush-info','The file was compressed from 253.68 KB to 253.68 KB, saving 0 percent, using WP-Optimize'),
(6007,1193,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:259769;s:12:\"smushed-size\";i:259769;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:259769;s:10:\"compressed\";i:259769;}s:6:\"medium\";a:2:{s:8:\"original\";i:15354;s:10:\"compressed\";i:14741;}s:5:\"large\";a:2:{s:8:\"original\";i:101283;s:10:\"compressed\";i:98716;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7526;s:10:\"compressed\";i:7194;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:65321;s:10:\"compressed\";i:63457;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:184221;s:10:\"compressed\";i:179767;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22726;s:10:\"compressed\";i:21845;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:103173;s:10:\"compressed\";i:100528;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:25610;s:10:\"compressed\";i:24615;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38806;s:10:\"compressed\";i:37424;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:109676;s:10:\"compressed\";i:106882;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:43022;s:10:\"compressed\";i:41245;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:142548;s:10:\"compressed\";i:138977;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:94900;s:10:\"compressed\";i:92349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:32104;s:10:\"compressed\";i:30936;}}}'),
(4326,889,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-6-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4325,889,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-1-800x800.jpg'),
(4324,888,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-5-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:79151;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36650;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4323,888,'_wp_attached_file','2025/02/new-portrait-5-800x800-1-1-800x800.jpg'),
(4319,887,'_wp_attached_file','2025/02/new-portrait-4-800x800-1-1-800x800.jpg'),
(4320,887,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-4-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:54924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64352;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5855,574,'_et_pb_ab_subjects',''),
(5856,574,'_et_pb_enable_shortcode_tracking',''),
(5857,574,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"574\" /]'),
(5858,574,'_et_pb_custom_css',''),
(5859,574,'_et_pb_gutter_width','3'),
(5860,574,'_thumbnail_id','0'),
(5861,574,'_global_colors_info','{}'),
(5862,574,'_et_pb_first_image',''),
(5863,574,'_et_pb_truncate_post',''),
(5833,1168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/Hcbea3b6fea574fd1924fed0fce8e8302D.webp\";s:8:\"filesize\";i:176344;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-300x125.webp\";s:5:\"width\";i:300;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6564;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Hcbea3b6fea574fd1924fed0fce8e8302D-1024x427.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:46384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5218;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-768x320.webp\";s:5:\"width\";i:768;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29122;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"Hcbea3b6fea574fd1924fed0fce8e8302D-1536x640.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:83008;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15164;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"Hcbea3b6fea574fd1924fed0fce8e8302D-1080x675.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:68522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16852;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26460;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:48:\"Hcbea3b6fea574fd1924fed0fce8e8302D-1080x450.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:51284;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29238;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:48:\"Hcbea3b6fea574fd1924fed0fce8e8302D-1280x533.webp\";s:5:\"width\";i:1280;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66736;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-980x408.webp\";s:5:\"width\";i:980;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43688;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"Hcbea3b6fea574fd1924fed0fce8e8302D-480x200.webp\";s:5:\"width\";i:480;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:14384;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5806,1156,'smush-complete','1'),
(5807,1156,'smush-info','The file was compressed from 582.83 KB to 180.40 KB, saving 69.05 percent, using WP-Optimize'),
(5808,1156,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:596819;s:12:\"smushed-size\";i:184728;s:15:\"savings-percent\";d:69.0499999999999971578290569595992565155029296875;s:10:\"sizes-info\";a:12:{s:4:\"full\";a:2:{s:8:\"original\";i:596819;s:10:\"compressed\";i:184728;}s:6:\"medium\";a:2:{s:8:\"original\";i:14828;s:10:\"compressed\";i:14347;}s:5:\"large\";a:2:{s:8:\"original\";i:99110;s:10:\"compressed\";i:96376;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6176;s:10:\"compressed\";i:5860;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:62899;s:10:\"compressed\";i:61138;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19942;s:10:\"compressed\";i:19269;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:100854;s:10:\"compressed\";i:97569;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21892;s:10:\"compressed\";i:21227;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:33160;s:10:\"compressed\";i:32228;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:29448;s:10:\"compressed\";i:28686;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:93071;s:10:\"compressed\";i:90429;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30243;s:10:\"compressed\";i:29332;}}}'),
(5809,1157,'original-file','2025/02/765494460-scaled-1-updraft-pre-smush-original.jpg'),
(5810,1157,'smush-complete','1'),
(5811,1157,'smush-info','The file was compressed from 462.29 KB to 456.41 KB, saving 1.27 percent, using WP-Optimize'),
(5812,1157,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:473390;s:12:\"smushed-size\";i:467366;s:15:\"savings-percent\";d:1.270000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:473390;s:10:\"compressed\";i:467366;}s:6:\"medium\";a:2:{s:8:\"original\";i:10149;s:10:\"compressed\";i:9499;}s:5:\"large\";a:2:{s:8:\"original\";i:67048;s:10:\"compressed\";i:63817;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5325;s:10:\"compressed\";i:4877;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:41335;s:10:\"compressed\";i:39577;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:143211;s:10:\"compressed\";i:133781;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:261531;s:10:\"compressed\";i:239303;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:15427;s:10:\"compressed\";i:14761;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:73688;s:10:\"compressed\";i:69922;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:16953;s:10:\"compressed\";i:16245;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:25735;s:10:\"compressed\";i:24636;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:25046;s:10:\"compressed\";i:24061;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:103562;s:10:\"compressed\";i:97559;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:62442;s:10:\"compressed\";i:59446;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:20243;s:10:\"compressed\";i:19391;}}}'),
(5813,574,'_et_pb_use_builder','on'),
(5814,574,'_et_pb_show_page_creation','off'),
(5815,574,'_et_pb_old_content',''),
(4830,646,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(5834,1161,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5835,1161,'smush-complete',''),
(5836,1162,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5837,1162,'smush-complete',''),
(5838,1163,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5839,1163,'smush-complete',''),
(5840,1164,'original-file','2025/02/new-portrait-11-800x800-1-6-800x800-updraft-pre-smush-original.jpg'),
(5841,1164,'smush-complete','1'),
(5842,1164,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(5843,1164,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(5844,1165,'original-file','2025/02/new-portrait-10-800x800-1-5-800x800-updraft-pre-smush-original.jpg'),
(5845,1165,'smush-complete','1'),
(5846,1165,'smush-info','The file was compressed from 56.49 KB to 53.76 KB, saving 4.84 percent, using WP-Optimize'),
(5847,1165,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:57849;s:12:\"smushed-size\";i:55051;s:15:\"savings-percent\";d:4.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:57849;s:10:\"compressed\";i:55051;}s:6:\"medium\";a:2:{s:8:\"original\";i:15317;s:10:\"compressed\";i:14852;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5968;s:10:\"compressed\";i:5572;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64585;s:10:\"compressed\";i:63445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17128;s:10:\"compressed\";i:16461;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65346;s:10:\"compressed\";i:64571;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19269;s:10:\"compressed\";i:18598;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28345;s:10:\"compressed\";i:27493;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28520;s:10:\"compressed\";i:27667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30864;s:10:\"compressed\";i:29978;}}}'),
(5848,1166,'original-file','2025/02/new-portrait-9-800x800-1-5-800x800-updraft-pre-smush-original.jpg'),
(5849,1166,'smush-complete','1'),
(4308,552,'_et_pb_use_builder','on'),
(4309,552,'_et_pb_show_page_creation','off'),
(4310,552,'_et_pb_old_content',''),
(4435,552,'_et_pb_ab_subjects',''),
(4436,552,'_et_pb_enable_shortcode_tracking',''),
(4437,552,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"552\" /]'),
(4438,552,'_et_pb_custom_css',''),
(4439,552,'_et_pb_gutter_width','3'),
(4440,552,'_thumbnail_id','0'),
(4441,552,'_global_colors_info','{}'),
(4442,552,'_et_pb_first_image',''),
(4443,552,'_et_pb_truncate_post',''),
(4444,552,'_et_pb_truncate_post_date',''),
(4445,552,'_et_builder_version','VB|Divi|4.27.4'),
(6137,1207,'original-file','2025/02/4a8cfc420d4a8499d791c0533ff7f6ef-updraft-pre-smush-original.jpg'),
(6138,1207,'smush-complete','1'),
(6139,1207,'smush-info','The file was compressed from 128.09 KB to 128.09 KB, saving 0 percent, using WP-Optimize'),
(4447,552,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(6140,1207,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:131164;s:12:\"smushed-size\";i:131164;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:12:{s:4:\"full\";a:2:{s:8:\"original\";i:131164;s:10:\"compressed\";i:131164;}s:6:\"medium\";a:2:{s:8:\"original\";i:21907;s:10:\"compressed\";i:20992;}s:5:\"large\";a:2:{s:8:\"original\";i:154973;s:10:\"compressed\";i:150897;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7444;s:10:\"compressed\";i:7054;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:98918;s:10:\"compressed\";i:96079;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22755;s:10:\"compressed\";i:21826;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:115247;s:10:\"compressed\";i:111756;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:25144;s:10:\"compressed\";i:24083;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38722;s:10:\"compressed\";i:37379;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:42459;s:10:\"compressed\";i:41015;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:145795;s:10:\"compressed\";i:141884;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:46171;s:10:\"compressed\";i:44645;}}}'),
(6141,1214,'original-file','2025/02/unnamed-updraft-pre-smush-original.jpg'),
(6142,1214,'smush-complete','1'),
(6143,1214,'smush-info','The file was compressed from 59.66 KB to 59.66 KB, saving 0 percent, using WP-Optimize'),
(6144,1214,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:61089;s:12:\"smushed-size\";i:61089;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:61089;s:10:\"compressed\";i:61089;}s:6:\"medium\";a:2:{s:8:\"original\";i:12026;s:10:\"compressed\";i:11537;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4287;s:10:\"compressed\";i:3964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:49258;s:10:\"compressed\";i:47547;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:13169;s:10:\"compressed\";i:12655;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:49164;s:10:\"compressed\";i:46183;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:14484;s:10:\"compressed\";i:13908;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:21840;s:10:\"compressed\";i:21059;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:23176;s:10:\"compressed\";i:22308;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:24610;s:10:\"compressed\";i:23650;}}}'),
(4342,897,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-8-800x800-1-800x800.jpg\";s:8:\"filesize\";i:108416;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104475;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112528;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26151;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40661;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43088;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-8-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4339,897,'_wp_attached_file','2025/02/new-portrait-8-800x800-1-800x800.jpg'),
(4345,899,'_wp_attached_file','2025/02/new-portrait-12-800x800-1-800x800.jpg'),
(4346,899,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2025/02/new-portrait-12-800x800-1-800x800.jpg\";s:8:\"filesize\";i:79000;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86274;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81804;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22930;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34537;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38111;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"new-portrait-12-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4351,901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600.jpg\";s:8:\"filesize\";i:65311;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13708;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55919;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18821;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20827;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30493;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28284;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27797;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4350,901,'_wp_attached_file','2025/02/0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600.jpg'),
(4354,902,'_wp_attached_file','2025/02/0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600.jpg'),
(4355,903,'_wp_attached_file','2025/02/0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600.jpg'),
(4356,902,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600.jpg\";s:8:\"filesize\";i:108838;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16296;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86887;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23720;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26722;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41468;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40037;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37246;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4357,903,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600.jpg\";s:8:\"filesize\";i:84935;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5920;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70693;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20985;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22792;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35014;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34531;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31422;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4359,904,'_wp_attached_file','2025/02/0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600.jpg'),
(4360,904,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2025/02/0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600.jpg\";s:8:\"filesize\";i:100884;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19635;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84745;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28018;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30709;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41904;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41087;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4362,905,'_wp_attached_file','2025/02/0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080.jpg'),
(4363,905,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:60:\"2025/02/0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080.jpg\";s:8:\"filesize\";i:284651;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12599;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6322;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57426;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:61:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179414;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:61:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109770;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23318;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36170;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:61:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100412;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36714;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:61:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134101;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86291;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26486;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4364,884,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4365,884,'smush-complete',''),
(4366,885,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4367,885,'smush-complete',''),
(4368,886,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4369,886,'smush-complete',''),
(4370,887,'original-file','2025/02/new-portrait-4-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4371,887,'smush-complete','1'),
(4372,887,'smush-info','The file was compressed from 53.64 KB to 52.02 KB, saving 3.02 percent, using WP-Optimize'),
(4373,887,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:54924;s:12:\"smushed-size\";i:53266;s:15:\"savings-percent\";d:3.020000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:54924;s:10:\"compressed\";i:53266;}s:6:\"medium\";a:2:{s:8:\"original\";i:16089;s:10:\"compressed\";i:15511;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6253;s:10:\"compressed\";i:5867;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64352;s:10:\"compressed\";i:62917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16922;s:10:\"compressed\";i:16161;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:60768;s:10:\"compressed\";i:59631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18791;s:10:\"compressed\";i:18032;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27812;s:10:\"compressed\";i:26829;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28805;s:10:\"compressed\";i:27942;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31401;s:10:\"compressed\";i:30441;}}}'),
(4374,888,'original-file','2025/02/new-portrait-5-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4375,888,'smush-complete','1'),
(4376,888,'smush-info','The file was compressed from 77.30 KB to 75.93 KB, saving 1.76 percent, using WP-Optimize'),
(4377,888,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79151;s:12:\"smushed-size\";i:77757;s:15:\"savings-percent\";d:1.7600000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79151;s:10:\"compressed\";i:77757;}s:6:\"medium\";a:2:{s:8:\"original\";i:19405;s:10:\"compressed\";i:18460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7093;s:10:\"compressed\";i:6744;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82411;s:10:\"compressed\";i:79652;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17799;s:10:\"compressed\";i:17158;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78474;s:10:\"compressed\";i:76217;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20866;s:10:\"compressed\";i:20012;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31357;s:10:\"compressed\";i:30216;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36650;s:10:\"compressed\";i:35091;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39488;s:10:\"compressed\";i:37874;}}}'),
(4378,889,'original-file','2025/02/new-portrait-6-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4379,889,'smush-complete','1'),
(4380,889,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(4381,889,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(4382,892,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4383,892,'smush-complete',''),
(4384,893,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4385,893,'smush-complete',''),
(4386,894,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4387,894,'smush-complete',''),
(4388,895,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4389,895,'smush-complete',''),
(4390,896,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4391,896,'smush-complete',''),
(4392,897,'original-file','2025/02/new-portrait-8-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4393,897,'smush-complete','1'),
(4394,897,'smush-info','The file was compressed from 105.88 KB to 97.91 KB, saving 7.53 percent, using WP-Optimize'),
(4395,897,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:108416;s:12:\"smushed-size\";i:100257;s:15:\"savings-percent\";d:7.53000000000000024868995751603506505489349365234375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:108416;s:10:\"compressed\";i:100257;}s:6:\"medium\";a:2:{s:8:\"original\";i:19760;s:10:\"compressed\";i:18938;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7020;s:10:\"compressed\";i:6614;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:104475;s:10:\"compressed\";i:100840;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23450;s:10:\"compressed\";i:22164;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:112528;s:10:\"compressed\";i:109546;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26151;s:10:\"compressed\";i:24700;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40661;s:10:\"compressed\";i:38510;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:43088;s:10:\"compressed\";i:40924;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45167;s:10:\"compressed\";i:43005;}}}'),
(4396,898,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4397,898,'smush-complete',''),
(4398,899,'original-file','2025/02/new-portrait-12-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4399,899,'smush-complete','1'),
(4400,899,'smush-info','The file was compressed from 77.15 KB to 73.05 KB, saving 5.31 percent, using WP-Optimize'),
(4401,899,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79000;s:12:\"smushed-size\";i:74806;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79000;s:10:\"compressed\";i:74806;}s:6:\"medium\";a:2:{s:8:\"original\";i:19464;s:10:\"compressed\";i:18550;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6882;s:10:\"compressed\";i:6489;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86274;s:10:\"compressed\";i:84014;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20567;s:10:\"compressed\";i:19618;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:81804;s:10:\"compressed\";i:80338;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22930;s:10:\"compressed\";i:21893;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34537;s:10:\"compressed\";i:33162;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38111;s:10:\"compressed\";i:36594;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:40619;s:10:\"compressed\";i:39109;}}}'),
(4402,900,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4403,900,'smush-complete',''),
(4404,901,'original-file','2025/02/0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600-updraft-pre-smush-original.jpg'),
(4405,901,'smush-complete','1'),
(4406,901,'smush-info','The file was compressed from 63.78 KB to 62.09 KB, saving 2.65 percent, using WP-Optimize'),
(4407,901,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:65311;s:12:\"smushed-size\";i:63583;s:15:\"savings-percent\";d:2.649999999999999911182158029987476766109466552734375;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:65311;s:10:\"compressed\";i:63583;}s:6:\"medium\";a:2:{s:8:\"original\";i:13708;s:10:\"compressed\";i:13277;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5663;s:10:\"compressed\";i:5356;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:55919;s:10:\"compressed\";i:54577;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18821;s:10:\"compressed\";i:18168;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20827;s:10:\"compressed\";i:20196;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:30493;s:10:\"compressed\";i:29697;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28284;s:10:\"compressed\";i:27600;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:27797;s:10:\"compressed\";i:26974;}}}'),
(4408,902,'original-file','2025/02/0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600-updraft-pre-smush-original.jpg'),
(4409,902,'smush-complete','1'),
(4410,902,'smush-info','The file was compressed from 106.29 KB to 101.64 KB, saving 4.37 percent, using WP-Optimize'),
(4411,902,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:108838;s:12:\"smushed-size\";i:104084;s:15:\"savings-percent\";d:4.37000000000000010658141036401502788066864013671875;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:108838;s:10:\"compressed\";i:104084;}s:6:\"medium\";a:2:{s:8:\"original\";i:16296;s:10:\"compressed\";i:15646;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6390;s:10:\"compressed\";i:6076;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86887;s:10:\"compressed\";i:83578;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23720;s:10:\"compressed\";i:22600;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26722;s:10:\"compressed\";i:25432;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41468;s:10:\"compressed\";i:39706;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:40037;s:10:\"compressed\";i:38303;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:37246;s:10:\"compressed\";i:35603;}}}'),
(4412,903,'original-file','2025/02/0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600-updraft-pre-smush-original.jpg'),
(4413,903,'smush-complete','1'),
(4414,903,'smush-info','The file was compressed from 82.94 KB to 79.68 KB, saving 3.93 percent, using WP-Optimize'),
(4415,903,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:84935;s:12:\"smushed-size\";i:81596;s:15:\"savings-percent\";d:3.930000000000000159872115546022541821002960205078125;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:84935;s:10:\"compressed\";i:81596;}s:6:\"medium\";a:2:{s:8:\"original\";i:14426;s:10:\"compressed\";i:13787;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5920;s:10:\"compressed\";i:5439;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:70693;s:10:\"compressed\";i:68245;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20985;s:10:\"compressed\";i:19999;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22792;s:10:\"compressed\";i:21801;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:35014;s:10:\"compressed\";i:33656;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:34531;s:10:\"compressed\";i:33390;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31422;s:10:\"compressed\";i:30189;}}}'),
(4416,904,'original-file','2025/02/0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600-updraft-pre-smush-original.jpg'),
(4417,904,'smush-complete','1'),
(4418,904,'smush-info','The file was compressed from 98.52 KB to 94.99 KB, saving 3.58 percent, using WP-Optimize'),
(4419,904,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:100884;s:12:\"smushed-size\";i:97268;s:15:\"savings-percent\";d:3.5800000000000000710542735760100185871124267578125;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:100884;s:10:\"compressed\";i:97268;}s:6:\"medium\";a:2:{s:8:\"original\";i:19635;s:10:\"compressed\";i:18695;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8520;s:10:\"compressed\";i:8108;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:84745;s:10:\"compressed\";i:82011;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:28018;s:10:\"compressed\";i:26695;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:30709;s:10:\"compressed\";i:29234;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:45111;s:10:\"compressed\";i:43131;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:41904;s:10:\"compressed\";i:40421;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41087;s:10:\"compressed\";i:39288;}}}'),
(4420,905,'original-file','2025/02/0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080-updraft-pre-smush-original.jpg'),
(4421,905,'smush-complete','1'),
(4422,905,'smush-info','The file was compressed from 277.98 KB to 264.30 KB, saving 4.92 percent, using WP-Optimize'),
(4423,905,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:284651;s:12:\"smushed-size\";i:270648;s:15:\"savings-percent\";d:4.9199999999999999289457264239899814128875732421875;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:284651;s:10:\"compressed\";i:270648;}s:6:\"medium\";a:2:{s:8:\"original\";i:12599;s:10:\"compressed\";i:12148;}s:5:\"large\";a:2:{s:8:\"original\";i:91341;s:10:\"compressed\";i:87961;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6322;s:10:\"compressed\";i:5960;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:57426;s:10:\"compressed\";i:55261;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:179414;s:10:\"compressed\";i:171917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21196;s:10:\"compressed\";i:20441;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:109770;s:10:\"compressed\";i:105295;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23318;s:10:\"compressed\";i:22440;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:36170;s:10:\"compressed\";i:34820;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:100412;s:10:\"compressed\";i:96560;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36714;s:10:\"compressed\";i:35284;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:134101;s:10:\"compressed\";i:128851;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:86291;s:10:\"compressed\";i:82857;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:26486;s:10:\"compressed\";i:25505;}}}'),
(4424,906,'_wp_attached_file','2025/02/224252.jpg'),
(4425,906,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1346;s:4:\"file\";s:18:\"2025/02/224252.jpg\";s:8:\"filesize\";i:1063653;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"224252-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11831;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"224252-1024x689.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"224252-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5824;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"224252-768x517.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48965;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"224252-1536x1034.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1034;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143405;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"224252-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17202;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"224252-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78032;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"224252-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19007;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"224252-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28518;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"224252-1080x727.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:727;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83182;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"224252-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28216;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"224252-1280x861.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109077;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"224252-980x660.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72674;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"224252-480x323.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:323;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23868;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4426,906,'original-file','2025/02/224252-updraft-pre-smush-original.jpg'),
(4427,906,'smush-complete','1'),
(4428,906,'smush-info','The file was compressed from 1.01 MB to 353.66 KB, saving 65.95 percent, using WP-Optimize'),
(4429,906,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1063653;s:12:\"smushed-size\";i:362144;s:15:\"savings-percent\";d:65.9500000000000028421709430404007434844970703125;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:1063653;s:10:\"compressed\";i:362144;}s:6:\"medium\";a:2:{s:8:\"original\";i:11831;s:10:\"compressed\";i:11370;}s:5:\"large\";a:2:{s:8:\"original\";i:77183;s:10:\"compressed\";i:74548;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5824;s:10:\"compressed\";i:5452;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:48965;s:10:\"compressed\";i:47351;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:143405;s:10:\"compressed\";i:137838;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17202;s:10:\"compressed\";i:16683;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78032;s:10:\"compressed\";i:75538;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19007;s:10:\"compressed\";i:18302;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28518;s:10:\"compressed\";i:27454;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:83182;s:10:\"compressed\";i:80429;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28216;s:10:\"compressed\";i:27352;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:109077;s:10:\"compressed\";i:105073;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:72674;s:10:\"compressed\";i:70123;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:23868;s:10:\"compressed\";i:22932;}}}'),
(6183,564,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:98:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2a00aa2db6bbd627d4fada75a4b3b3a6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e50abb170a69e92decf462e305478fe1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_714b2700799ac943f66f424da1cd4f1a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ddb2c390160609d3c89bae33f895a83e\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b24acb65e1066f5124d92eb34ffa3037\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e11a0a166c12d029c229731edf9e62af\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1c524aac708b1c21137f5e76e786c3d6\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a0a6a3e474613f4c8afbcb8203ffe41a\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6fa8d9b09eed736fd3bbe256f12ac0fa\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3dd788b78900d10b46edfbc222b9ace8\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_cdc9b32246fb7dc9f489d7a77f4fdf08\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f28591964655cc4ebcc1cdd7124733fe\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d92b8bd067b2ce80f758655a34d3c28\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_eff915c627dea22af96dd24d5c8a442a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_877e435b9a73dc48eef3a82b3dc0a885\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8fce09f32c5788b5128e63664d45c4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9a88f61cda9009a38b895585737bf0d9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fc5d9d8ae988817cbe3b314496e88a85\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8f458e151981c3d1df9759e1fad975e5\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e3274d74d964dd0d945197f8d5aa5c87\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_09620f64395619414c7801cb85f231b6\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2602579ae44217fefdedd725db43db41\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7f077c66e20495e6c70dd3852b34b831\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_43b5815a2535699c60a458ab823941f3\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e5a951e060e75066249757783af03c98\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_497993794471d764918b93e7aa3e9eb5\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_54e36d691d0c1030ebf670e2a76443a6\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_808f41823a28bd687bc0953fae565911\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1a614febf2882a736bc809cc63034aae\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_eb4333a171e3a1eb22518dd285f4cc5f\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_eb5ae4d22e750e44ca50bcdb5abf572c\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_506a9f88917a5a45875a65526795d13b\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_130c71946a6db30a8989169706306472\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d014419251c8b1d2e10c1415e5b14ff5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_033151dcbfc24cc189bede1aebb07ae9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_86bb58d2bacf9f9800cd3156ec43a4d4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_0dfd401cee1946d8ba8d67e288ed169f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_4b22a8e6c604b042f367398aa5c5b77f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_b217fa982f5a557a3b889b5f61360930\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7fd077c3e0bc8d1a7c895a49b960a0e4\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_816eff1431338c91d613019e46f63bf9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e07dc21b74246dae6e94345cc38954d3\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_c8aee46774a1a2aac2f9ff2201223d55\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_603b456829777c58849da0cb353827b5\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_602b8eb9b7ff6eaf19afa336c7f6fcff\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_3101273262add3ac3a8a9227eec2a7dd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_8a91a0974b91236ec58fb627126f1820\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_897f012c60b5ffd1a9a771a7afbea758\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c6d1f8dac5e3b12ca5656ae3617b3126\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_879c15d914b5bb176ebddc6f5da52ff9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bc14445071a32f7f751ce6daed5a49bb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_88cd436cf4861222561981221d09fd55\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_033df6c315de144392e3e95019792129\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bf8a51020063aeca5180340e5f6408bb\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_8640460491d541ae89eac86f4a7be438\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_a815093cc45b651cfd165706f9034313\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_e2e4bb50f6929a75af57ff7fbcdda93e\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_931fe707d160f68c4d9481f9d5b2fcca\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_ef4cfcc0aadde3c5d40749a804682c01\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_61d3a041e7674523a9424e55650a225d\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_a45ae8088a642fc9ebe0b2b5be93aa02\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_35d108d75033b8e33e9461199c3cee1d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_89d70a0336e990451268483bacfadf78\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_6af6210f2c3eb2320a8fac3c768bf9c9\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ce02474dc6f6657496fedc66e7f94a9d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a7181e68966bfc8d63bf316a54d7b871\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8013038695f62912c7b71677d913792e\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4ef343e113d98673ad0b7f3661dbd272\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1f9d14844b68b906626f1d7434127c7f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b9699ec0c92bc527690f349ca16c3c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_00074a80c227a159dcc1b06f4c3851fb\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f3cfe0d3a8317984ddcfc8c7f086b7b7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0fe0167fde73dde1c0e85d963aa46b92\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_10e8e05f6b5668191d1b939e2cf54cb5\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_816ce9e4745cf5b2eb69c331d0a0ac18\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_edc396088771f26647e28a9eb3a6347a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6182,564,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6145,1215,'original-file','2025/02/aaunnamed-updraft-pre-smush-original.jpg'),
(6146,1216,'_wp_attached_file','2025/02/cbca701010669b669276d5a5c3941c00.jpg'),
(6147,1216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:44:\"2025/02/cbca701010669b669276d5a5c3941c00.jpg\";s:8:\"filesize\";i:168159;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18756;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"cbca701010669b669276d5a5c3941c00-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158356;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6002;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97621;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21179;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"cbca701010669b669276d5a5c3941c00-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117314;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23385;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37149;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39133;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148716;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"cbca701010669b669276d5a5c3941c00-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42479;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4910,1007,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-2-800x800.jpg'),
(4911,1007,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-11-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4913,1008,'_wp_attached_file','2025/02/new-portrait-10-800x800-1-1-800x800.jpg'),
(4914,1008,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-10-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:57849;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17128;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65346;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28520;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6129,1209,'original-file','2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-updraft-pre-smush-original.jpg'),
(6130,1209,'smush-complete','1'),
(6131,1209,'smush-info','The file was compressed from 316.05 KB to 316.05 KB, saving 0 percent, using WP-Optimize'),
(6132,1209,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:323633;s:12:\"smushed-size\";i:323633;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:14:{s:4:\"full\";a:2:{s:8:\"original\";i:323633;s:10:\"compressed\";i:323633;}s:6:\"medium\";a:2:{s:8:\"original\";i:19853;s:10:\"compressed\";i:19132;}s:5:\"large\";a:2:{s:8:\"original\";i:132081;s:10:\"compressed\";i:127793;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6877;s:10:\"compressed\";i:6587;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82724;s:10:\"compressed\";i:80327;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20230;s:10:\"compressed\";i:19630;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:93910;s:10:\"compressed\";i:90388;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22939;s:10:\"compressed\";i:22183;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34651;s:10:\"compressed\";i:33538;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:144985;s:10:\"compressed\";i:139869;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36026;s:10:\"compressed\";i:34870;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:193283;s:10:\"compressed\";i:185579;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:123750;s:10:\"compressed\";i:119701;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39974;s:10:\"compressed\";i:38800;}}}'),
(6133,1208,'original-file','2025/02/G1000-iPad-yoke-weather-IFR-updraft-pre-smush-original.png'),
(6134,1208,'smush-info','The file was compressed from 1.79 MB to 1.79 MB, saving 0 percent, using WP-Optimize'),
(6135,1208,'smush-complete','1'),
(6136,1208,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1876394;s:12:\"smushed-size\";i:1876394;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:1876394;s:10:\"compressed\";i:1876394;}s:6:\"medium\";a:2:{s:8:\"original\";i:166822;s:10:\"compressed\";i:53259;}s:5:\"large\";a:2:{s:8:\"original\";i:1672666;s:10:\"compressed\";i:478223;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:47767;s:10:\"compressed\";i:16685;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:968952;s:10:\"compressed\";i:287906;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:3605169;s:10:\"compressed\";i:1015852;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:203714;s:10:\"compressed\";i:65020;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:1318809;s:10:\"compressed\";i:384242;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:227258;s:10:\"compressed\";i:71295;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:374167;s:10:\"compressed\";i:114763;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:1847688;s:10:\"compressed\";i:521315;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:381565;s:10:\"compressed\";i:113887;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:4761796;s:10:\"compressed\";i:1812026;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:2554609;s:10:\"compressed\";i:710385;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:1537935;s:10:\"compressed\";i:448164;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:399518;s:10:\"compressed\";i:121959;}}}'),
(6230,567,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6231,567,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(4434,552,'_et_pb_built_for_post_type','page'),
(4754,554,'_et_pb_ab_subjects',''),
(4755,554,'_et_pb_enable_shortcode_tracking',''),
(4756,554,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"554\" /]'),
(4757,554,'_et_pb_custom_css',''),
(4758,554,'_et_pb_gutter_width','3'),
(4759,554,'_thumbnail_id','0'),
(4760,554,'_global_colors_info','{}'),
(4761,554,'_et_pb_first_image',''),
(4762,554,'_et_pb_truncate_post',''),
(4753,554,'_et_pb_built_for_post_type','page'),
(4763,554,'_et_pb_truncate_post_date',''),
(4764,554,'_et_builder_version','VB|Divi|4.27.4'),
(4766,554,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(4793,555,'_et_pb_ab_subjects',''),
(4794,555,'_et_pb_enable_shortcode_tracking',''),
(4795,555,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"555\" /]'),
(4796,555,'_et_pb_custom_css',''),
(4797,555,'_et_pb_gutter_width','3'),
(4798,555,'_thumbnail_id','0'),
(4799,555,'_global_colors_info','{}'),
(4800,555,'_et_pb_first_image',''),
(4801,555,'_et_pb_truncate_post',''),
(4789,971,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4790,971,'smush-complete',''),
(5832,1168,'_wp_attached_file','2025/02/Hcbea3b6fea574fd1924fed0fce8e8302D.webp'),
(4792,555,'_et_pb_built_for_post_type','page'),
(4802,555,'_et_pb_truncate_post_date',''),
(4803,555,'_et_builder_version','VB|Divi|4.27.4'),
(4785,555,'_et_pb_use_builder','on'),
(4786,555,'_et_pb_show_page_creation','off'),
(4787,555,'_et_pb_old_content',''),
(4842,980,'_et_pb_module_type','et_pb_button'),
(4843,980,'_et_pb_built_for_post_type','page'),
(6087,1201,'original-file','2025/02/be446725423060659a361e67802d6ee0-updraft-pre-smush-original.jpg'),
(6088,1201,'smush-complete','1'),
(6089,1201,'smush-info','The file was compressed from 81.22 KB to 81.22 KB, saving 0 percent, using WP-Optimize'),
(6090,1201,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:83170;s:12:\"smushed-size\";i:83170;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:83170;s:10:\"compressed\";i:83170;}s:6:\"medium\";a:2:{s:8:\"original\";i:22072;s:10:\"compressed\";i:21041;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7709;s:10:\"compressed\";i:7358;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20550;s:10:\"compressed\";i:19733;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:84093;s:10:\"compressed\";i:81016;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23766;s:10:\"compressed\";i:22804;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:35957;s:10:\"compressed\";i:34666;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38234;s:10:\"compressed\";i:36856;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:44317;s:10:\"compressed\";i:42654;}}}'),
(6091,1200,'original-file','2025/02/Pit-Lane-Simulators-Flight-Cover-1-updraft-pre-smush-original.jpg'),
(6092,1200,'smush-complete','1'),
(6093,1200,'smush-info','The file was compressed from 1.41 MB to 1.17 MB, saving 16.88 percent, using WP-Optimize'),
(6094,1200,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1478455;s:12:\"smushed-size\";i:1228848;s:15:\"savings-percent\";d:16.879999999999999005240169935859739780426025390625;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:1478455;s:10:\"compressed\";i:1228848;}s:6:\"medium\";a:2:{s:8:\"original\";i:18093;s:10:\"compressed\";i:17543;}s:5:\"large\";a:2:{s:8:\"original\";i:117888;s:10:\"compressed\";i:114927;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6525;s:10:\"compressed\";i:6206;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:75629;s:10:\"compressed\";i:73749;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:230528;s:10:\"compressed\";i:221396;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:391099;s:10:\"compressed\";i:369616;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21768;s:10:\"compressed\";i:21019;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:101933;s:10:\"compressed\";i:99182;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23255;s:10:\"compressed\";i:22494;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34870;s:10:\"compressed\";i:33884;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:128351;s:10:\"compressed\";i:124819;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:33702;s:10:\"compressed\";i:32788;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:553825;s:10:\"compressed\";i:513990;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:168797;s:10:\"compressed\";i:163312;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:111054;s:10:\"compressed\";i:108070;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:36592;s:10:\"compressed\";i:35685;}}}'),
(4749,554,'_et_pb_use_builder','on'),
(4750,554,'_et_pb_show_page_creation','off'),
(4751,554,'_et_pb_old_content',''),
(4774,970,'_et_pb_module_type','et_pb_button'),
(4775,970,'_et_pb_built_for_post_type','page'),
(4920,557,'_et_pb_ab_subjects',''),
(4921,557,'_et_pb_enable_shortcode_tracking',''),
(4922,557,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"557\" /]'),
(4923,557,'_et_pb_custom_css',''),
(4924,557,'_et_pb_gutter_width','3'),
(4925,557,'_thumbnail_id','0'),
(4926,557,'_global_colors_info','{}'),
(4927,557,'_et_pb_first_image',''),
(4928,557,'_et_pb_truncate_post',''),
(4851,557,'_et_pb_use_builder','on'),
(4852,557,'_et_pb_show_page_creation','off'),
(4853,557,'_et_pb_old_content',''),
(4514,916,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4515,916,'smush-complete',''),
(4516,915,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4517,915,'smush-complete',''),
(4518,914,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4519,914,'smush-complete',''),
(4520,913,'original-file','2025/02/new-portrait-3-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4521,913,'smush-complete','1'),
(4522,913,'smush-info','The file was compressed from 82.51 KB to 72.32 KB, saving 12.34 percent, using WP-Optimize'),
(4523,913,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:84486;s:12:\"smushed-size\";i:74057;s:15:\"savings-percent\";d:12.339999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:84486;s:10:\"compressed\";i:74057;}s:6:\"medium\";a:2:{s:8:\"original\";i:22312;s:10:\"compressed\";i:21057;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7784;s:10:\"compressed\";i:7318;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:93417;s:10:\"compressed\";i:90382;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22619;s:10:\"compressed\";i:21428;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:87019;s:10:\"compressed\";i:84248;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:25748;s:10:\"compressed\";i:24404;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37489;s:10:\"compressed\";i:35721;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:44166;s:10:\"compressed\";i:42005;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45913;s:10:\"compressed\";i:43725;}}}'),
(4524,912,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4525,912,'smush-complete',''),
(4526,910,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4527,910,'smush-complete',''),
(4528,911,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4529,911,'smush-complete',''),
(4530,909,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4531,909,'smush-complete',''),
(4532,917,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4533,917,'smush-complete',''),
(4534,918,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4535,918,'smush-complete',''),
(4536,919,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4537,919,'smush-complete',''),
(4538,920,'original-file','2025/02/new-portrait-4-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4539,920,'smush-complete','1'),
(4540,920,'smush-info','The file was compressed from 53.64 KB to 52.02 KB, saving 3.02 percent, using WP-Optimize'),
(4541,920,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:54924;s:12:\"smushed-size\";i:53266;s:15:\"savings-percent\";d:3.020000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:54924;s:10:\"compressed\";i:53266;}s:6:\"medium\";a:2:{s:8:\"original\";i:16089;s:10:\"compressed\";i:15511;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6253;s:10:\"compressed\";i:5867;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64352;s:10:\"compressed\";i:62917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16922;s:10:\"compressed\";i:16161;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:60768;s:10:\"compressed\";i:59631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18791;s:10:\"compressed\";i:18032;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27812;s:10:\"compressed\";i:26829;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28805;s:10:\"compressed\";i:27942;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31401;s:10:\"compressed\";i:30441;}}}'),
(4542,921,'original-file','2025/02/new-portrait-12-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4543,921,'smush-complete','1'),
(4544,921,'smush-info','The file was compressed from 77.15 KB to 73.05 KB, saving 5.31 percent, using WP-Optimize'),
(4545,921,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79000;s:12:\"smushed-size\";i:74806;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79000;s:10:\"compressed\";i:74806;}s:6:\"medium\";a:2:{s:8:\"original\";i:19464;s:10:\"compressed\";i:18550;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6882;s:10:\"compressed\";i:6489;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86274;s:10:\"compressed\";i:84014;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20567;s:10:\"compressed\";i:19618;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:81804;s:10:\"compressed\";i:80338;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22930;s:10:\"compressed\";i:21893;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34537;s:10:\"compressed\";i:33162;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38111;s:10:\"compressed\";i:36594;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:40619;s:10:\"compressed\";i:39109;}}}'),
(4546,923,'original-file','2025/02/new-portrait-8-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4547,923,'smush-complete','1'),
(4548,923,'smush-info','The file was compressed from 105.88 KB to 97.91 KB, saving 7.53 percent, using WP-Optimize'),
(4549,923,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:108416;s:12:\"smushed-size\";i:100257;s:15:\"savings-percent\";d:7.53000000000000024868995751603506505489349365234375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:108416;s:10:\"compressed\";i:100257;}s:6:\"medium\";a:2:{s:8:\"original\";i:19760;s:10:\"compressed\";i:18938;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7020;s:10:\"compressed\";i:6614;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:104475;s:10:\"compressed\";i:100840;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23450;s:10:\"compressed\";i:22164;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:112528;s:10:\"compressed\";i:109546;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26151;s:10:\"compressed\";i:24700;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40661;s:10:\"compressed\";i:38510;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:43088;s:10:\"compressed\";i:40924;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45167;s:10:\"compressed\";i:43005;}}}'),
(4550,922,'original-file','2025/02/new-portrait-9-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4551,922,'smush-complete','1'),
(4552,922,'smush-info','The file was compressed from 125.89 KB to 113.67 KB, saving 9.71 percent, using WP-Optimize'),
(4553,922,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128910;s:12:\"smushed-size\";i:116397;s:15:\"savings-percent\";d:9.71000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:128910;s:10:\"compressed\";i:116397;}s:6:\"medium\";a:2:{s:8:\"original\";i:20763;s:10:\"compressed\";i:19822;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7196;s:10:\"compressed\";i:6799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:120194;s:10:\"compressed\";i:115161;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22965;s:10:\"compressed\";i:21767;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:125175;s:10:\"compressed\";i:121143;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26219;s:10:\"compressed\";i:24812;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41617;s:10:\"compressed\";i:39237;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48213;s:10:\"compressed\";i:45133;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50012;s:10:\"compressed\";i:46961;}}}'),
(4554,925,'original-file','2025/02/new-portrait-1-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4555,925,'smush-complete','1'),
(4556,925,'smush-info','The file was compressed from 78.87 KB to 70.23 KB, saving 10.96 percent, using WP-Optimize'),
(4557,925,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:80767;s:12:\"smushed-size\";i:71911;s:15:\"savings-percent\";d:10.96000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:80767;s:10:\"compressed\";i:71911;}s:6:\"medium\";a:2:{s:8:\"original\";i:22906;s:10:\"compressed\";i:21534;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8477;s:10:\"compressed\";i:7982;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:92817;s:10:\"compressed\";i:89627;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23603;s:10:\"compressed\";i:22307;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:87881;s:10:\"compressed\";i:85013;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26392;s:10:\"compressed\";i:24911;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38967;s:10:\"compressed\";i:37059;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:41664;s:10:\"compressed\";i:39626;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45766;s:10:\"compressed\";i:43461;}}}'),
(4558,924,'original-file','2025/02/new-portrait-6-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4559,924,'smush-complete','1'),
(4560,924,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(4561,924,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(4562,926,'original-file','2025/02/new-portrait-2-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4563,926,'smush-complete','1'),
(4564,926,'smush-info','The file was compressed from 111.66 KB to 102.76 KB, saving 7.98 percent, using WP-Optimize'),
(4565,926,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:114344;s:12:\"smushed-size\";i:105222;s:15:\"savings-percent\";d:7.980000000000000426325641456060111522674560546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:114344;s:10:\"compressed\";i:105222;}s:6:\"medium\";a:2:{s:8:\"original\";i:21863;s:10:\"compressed\";i:20638;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7354;s:10:\"compressed\";i:6964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:114300;s:10:\"compressed\";i:109953;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23094;s:10:\"compressed\";i:21819;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:110675;s:10:\"compressed\";i:107541;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26037;s:10:\"compressed\";i:24633;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40478;s:10:\"compressed\";i:38447;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48586;s:10:\"compressed\";i:45947;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50168;s:10:\"compressed\";i:47480;}}}'),
(4566,927,'original-file','2025/02/new-portrait-5-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4567,927,'smush-complete','1'),
(4568,927,'smush-info','The file was compressed from 77.30 KB to 75.93 KB, saving 1.76 percent, using WP-Optimize'),
(4569,927,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79151;s:12:\"smushed-size\";i:77757;s:15:\"savings-percent\";d:1.7600000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79151;s:10:\"compressed\";i:77757;}s:6:\"medium\";a:2:{s:8:\"original\";i:19405;s:10:\"compressed\";i:18460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7093;s:10:\"compressed\";i:6744;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82411;s:10:\"compressed\";i:79652;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17799;s:10:\"compressed\";i:17158;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78474;s:10:\"compressed\";i:76217;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20866;s:10:\"compressed\";i:20012;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31357;s:10:\"compressed\";i:30216;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36650;s:10:\"compressed\";i:35091;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39488;s:10:\"compressed\";i:37874;}}}'),
(4570,928,'original-file','2025/02/new-portrait-7-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4571,928,'smush-complete','1'),
(4572,928,'smush-info','The file was compressed from 74.78 KB to 70.81 KB, saving 5.31 percent, using WP-Optimize'),
(4573,928,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:76574;s:12:\"smushed-size\";i:72511;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:76574;s:10:\"compressed\";i:72511;}s:6:\"medium\";a:2:{s:8:\"original\";i:17202;s:10:\"compressed\";i:16479;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6183;s:10:\"compressed\";i:5773;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:80887;s:10:\"compressed\";i:78779;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18109;s:10:\"compressed\";i:17280;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:79281;s:10:\"compressed\";i:77704;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20307;s:10:\"compressed\";i:19397;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31213;s:10:\"compressed\";i:29988;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35927;s:10:\"compressed\";i:34535;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:36770;s:10:\"compressed\";i:35357;}}}'),
(4574,929,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4575,929,'smush-complete',''),
(4576,930,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4577,930,'smush-complete',''),
(4578,931,'original-file','2025/02/new-portrait-10-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4579,931,'smush-complete','1'),
(4580,931,'smush-info','The file was compressed from 56.49 KB to 53.76 KB, saving 4.84 percent, using WP-Optimize'),
(4581,931,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:57849;s:12:\"smushed-size\";i:55051;s:15:\"savings-percent\";d:4.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:57849;s:10:\"compressed\";i:55051;}s:6:\"medium\";a:2:{s:8:\"original\";i:15317;s:10:\"compressed\";i:14852;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5968;s:10:\"compressed\";i:5572;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64585;s:10:\"compressed\";i:63445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17128;s:10:\"compressed\";i:16461;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65346;s:10:\"compressed\";i:64571;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19269;s:10:\"compressed\";i:18598;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28345;s:10:\"compressed\";i:27493;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28520;s:10:\"compressed\";i:27667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30864;s:10:\"compressed\";i:29978;}}}'),
(4582,932,'original-file','2025/02/new-portrait-11-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4583,932,'smush-complete','1'),
(4584,932,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(4585,932,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(4586,933,'_wp_attached_file','2025/02/pilot.jpg'),
(4587,933,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2500;s:6:\"height\";i:1666;s:4:\"file\";s:17:\"2025/02/pilot.jpg\";s:8:\"filesize\";i:372313;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"pilot-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11946;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"pilot-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"pilot-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6350;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"pilot-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46524;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:19:\"pilot-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144286;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:19:\"pilot-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239717;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"pilot-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17465;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"pilot-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77496;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"pilot-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18766;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"pilot-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27801;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"pilot-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79504;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"pilot-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28161;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"pilot-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105528;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"pilot-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68208;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"pilot-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23220;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4588,933,'original-file','2025/02/pilot-updraft-pre-smush-original.jpg'),
(4589,933,'smush-complete','1'),
(4590,933,'smush-info','The file was compressed from 363.59 KB to 338.32 KB, saving 6.95 percent, using WP-Optimize'),
(4591,933,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:372313;s:12:\"smushed-size\";i:346439;s:15:\"savings-percent\";d:6.95000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:372313;s:10:\"compressed\";i:346439;}s:6:\"medium\";a:2:{s:8:\"original\";i:11946;s:10:\"compressed\";i:11501;}s:5:\"large\";a:2:{s:8:\"original\";i:73082;s:10:\"compressed\";i:70248;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6350;s:10:\"compressed\";i:5998;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:46524;s:10:\"compressed\";i:45031;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:144286;s:10:\"compressed\";i:136969;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:239717;s:10:\"compressed\";i:225526;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17465;s:10:\"compressed\";i:16872;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77496;s:10:\"compressed\";i:74431;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18766;s:10:\"compressed\";i:18203;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27801;s:10:\"compressed\";i:27031;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:79504;s:10:\"compressed\";i:76177;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28161;s:10:\"compressed\";i:27405;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:105528;s:10:\"compressed\";i:100666;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:68208;s:10:\"compressed\";i:65630;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:23220;s:10:\"compressed\";i:22513;}}}'),
(5871,574,'_et_dynamic_cached_shortcodes','a:11:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:11:\"et_pb_blurb\";i:6;s:12:\"et_pb_button\";i:7;s:13:\"et_pb_heading\";i:8;s:10:\"et_pb_menu\";i:9;s:17:\"et_pb_testimonial\";i:10;s:10:\"et_pb_text\";}'),
(5872,574,'_et_dynamic_cached_attributes','a:801:{s:15:\"animation_style\";s:4:\"none\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";}'),
(4495,926,'_wp_attached_file','2025/02/new-portrait-2-800x800-1-1-800x800.jpg'),
(4462,913,'_wp_attached_file','2025/02/new-portrait-3-800x800-1-800x800.jpg'),
(4466,913,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-3-800x800-1-800x800.jpg\";s:8:\"filesize\";i:84486;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7784;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22619;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87019;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25748;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37489;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44166;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-3-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4476,920,'_wp_attached_file','2025/02/new-portrait-4-800x800-1-2-800x800.jpg'),
(4477,921,'_wp_attached_file','2025/02/new-portrait-12-800x800-1-1-800x800.jpg'),
(4496,927,'_wp_attached_file','2025/02/new-portrait-5-800x800-1-2-800x800.jpg'),
(4487,922,'_wp_attached_file','2025/02/new-portrait-9-800x800-1-800x800.jpg'),
(4488,923,'_wp_attached_file','2025/02/new-portrait-8-800x800-1-1-800x800.jpg'),
(4489,924,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-2-800x800.jpg'),
(4483,920,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-4-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:54924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64352;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4501,928,'_wp_attached_file','2025/02/new-portrait-7-800x800-1-800x800.jpg'),
(4485,921,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-12-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:79000;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86274;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81804;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22930;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34537;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38111;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-12-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4490,922,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-9-800x800-1-800x800.jpg\";s:8:\"filesize\";i:128910;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48213;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-9-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4492,925,'_wp_attached_file','2025/02/new-portrait-1-800x800-1-800x800.jpg'),
(4494,923,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-8-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:108416;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104475;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112528;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26151;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40661;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43088;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4497,924,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-6-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4498,925,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-1-800x800-1-800x800.jpg\";s:8:\"filesize\";i:80767;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8477;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92817;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87881;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38967;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41664;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-1-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4500,926,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-2-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:114344;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114300;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110675;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26037;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48586;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4502,927,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-5-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:79151;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36650;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4503,928,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:44:\"2025/02/new-portrait-7-800x800-1-800x800.jpg\";s:8:\"filesize\";i:76574;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80887;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18109;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79281;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20307;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31213;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35927;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"new-portrait-7-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36770;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4510,931,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2025/02/new-portrait-10-800x800-1-800x800.jpg\";s:8:\"filesize\";i:57849;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17128;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65346;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28520;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"new-portrait-10-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4508,931,'_wp_attached_file','2025/02/new-portrait-10-800x800-1-800x800.jpg'),
(4512,932,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-800x800.jpg'),
(4513,932,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:45:\"2025/02/new-portrait-11-800x800-1-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"new-portrait-11-800x800-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4942,985,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4943,985,'smush-complete',''),
(4944,986,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4945,986,'smush-complete',''),
(4946,987,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4947,987,'smush-complete',''),
(4948,988,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4949,988,'smush-complete',''),
(4950,989,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4951,989,'smush-complete',''),
(4952,990,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4953,990,'smush-complete',''),
(4954,991,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4955,991,'smush-complete',''),
(4956,992,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4957,992,'smush-complete',''),
(4958,993,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4959,993,'smush-complete',''),
(4960,994,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(4961,994,'smush-complete',''),
(4962,995,'original-file','2025/02/new-portrait-1-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(5016,556,'_et_pb_ab_subjects',''),
(5017,556,'_et_pb_enable_shortcode_tracking',''),
(5018,556,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"556\" /]'),
(5019,556,'_et_pb_custom_css',''),
(5020,556,'_et_pb_gutter_width','3'),
(5021,556,'_thumbnail_id','0'),
(5022,556,'_global_colors_info','{}'),
(5023,556,'_et_pb_first_image',''),
(5024,556,'_et_pb_truncate_post',''),
(4964,995,'smush-complete','1'),
(4965,995,'smush-info','The file was compressed from 78.87 KB to 70.23 KB, saving 10.96 percent, using WP-Optimize'),
(4966,995,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:80767;s:12:\"smushed-size\";i:71911;s:15:\"savings-percent\";d:10.96000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:80767;s:10:\"compressed\";i:71911;}s:6:\"medium\";a:2:{s:8:\"original\";i:22906;s:10:\"compressed\";i:21534;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8477;s:10:\"compressed\";i:7982;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:92817;s:10:\"compressed\";i:89627;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23603;s:10:\"compressed\";i:22307;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:87881;s:10:\"compressed\";i:85013;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26392;s:10:\"compressed\";i:24911;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38967;s:10:\"compressed\";i:37059;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:41664;s:10:\"compressed\";i:39626;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45766;s:10:\"compressed\";i:43461;}}}'),
(4967,996,'original-file','2025/02/new-portrait-7-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4968,996,'smush-complete','1'),
(4969,996,'smush-info','The file was compressed from 74.78 KB to 70.81 KB, saving 5.31 percent, using WP-Optimize'),
(4970,996,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:76574;s:12:\"smushed-size\";i:72511;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:76574;s:10:\"compressed\";i:72511;}s:6:\"medium\";a:2:{s:8:\"original\";i:17202;s:10:\"compressed\";i:16479;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6183;s:10:\"compressed\";i:5773;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:80887;s:10:\"compressed\";i:78779;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18109;s:10:\"compressed\";i:17280;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:79281;s:10:\"compressed\";i:77704;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20307;s:10:\"compressed\";i:19397;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31213;s:10:\"compressed\";i:29988;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35927;s:10:\"compressed\";i:34535;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:36770;s:10:\"compressed\";i:35357;}}}'),
(4971,997,'original-file','2025/02/new-portrait-12-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(4972,997,'smush-complete','1'),
(4973,997,'smush-info','The file was compressed from 77.15 KB to 73.05 KB, saving 5.31 percent, using WP-Optimize'),
(4974,997,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79000;s:12:\"smushed-size\";i:74806;s:15:\"savings-percent\";d:5.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79000;s:10:\"compressed\";i:74806;}s:6:\"medium\";a:2:{s:8:\"original\";i:19464;s:10:\"compressed\";i:18550;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6882;s:10:\"compressed\";i:6489;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86274;s:10:\"compressed\";i:84014;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20567;s:10:\"compressed\";i:19618;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:81804;s:10:\"compressed\";i:80338;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22930;s:10:\"compressed\";i:21893;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:34537;s:10:\"compressed\";i:33162;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38111;s:10:\"compressed\";i:36594;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:40619;s:10:\"compressed\";i:39109;}}}'),
(4975,998,'original-file','2025/02/new-portrait-9-800x800-1-1-800x800-updraft-pre-smush-original.jpg'),
(4976,998,'smush-complete','1'),
(4977,998,'smush-info','The file was compressed from 125.89 KB to 113.67 KB, saving 9.71 percent, using WP-Optimize'),
(4978,998,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128910;s:12:\"smushed-size\";i:116397;s:15:\"savings-percent\";d:9.71000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:128910;s:10:\"compressed\";i:116397;}s:6:\"medium\";a:2:{s:8:\"original\";i:20763;s:10:\"compressed\";i:19822;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7196;s:10:\"compressed\";i:6799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:120194;s:10:\"compressed\";i:115161;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22965;s:10:\"compressed\";i:21767;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:125175;s:10:\"compressed\";i:121143;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26219;s:10:\"compressed\";i:24812;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41617;s:10:\"compressed\";i:39237;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48213;s:10:\"compressed\";i:45133;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50012;s:10:\"compressed\";i:46961;}}}'),
(4979,999,'original-file','2025/02/new-portrait-2-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(4980,999,'smush-complete','1'),
(4981,999,'smush-info','The file was compressed from 111.66 KB to 102.76 KB, saving 7.98 percent, using WP-Optimize'),
(4982,999,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:114344;s:12:\"smushed-size\";i:105222;s:15:\"savings-percent\";d:7.980000000000000426325641456060111522674560546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:114344;s:10:\"compressed\";i:105222;}s:6:\"medium\";a:2:{s:8:\"original\";i:21863;s:10:\"compressed\";i:20638;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7354;s:10:\"compressed\";i:6964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:114300;s:10:\"compressed\";i:109953;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23094;s:10:\"compressed\";i:21819;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:110675;s:10:\"compressed\";i:107541;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26037;s:10:\"compressed\";i:24633;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40478;s:10:\"compressed\";i:38447;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48586;s:10:\"compressed\";i:45947;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50168;s:10:\"compressed\";i:47480;}}}'),
(4983,1000,'original-file','2025/02/new-portrait-4-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(4984,1000,'smush-complete','1'),
(4985,1000,'smush-info','The file was compressed from 53.64 KB to 52.02 KB, saving 3.02 percent, using WP-Optimize'),
(4986,1000,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:54924;s:12:\"smushed-size\";i:53266;s:15:\"savings-percent\";d:3.020000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:54924;s:10:\"compressed\";i:53266;}s:6:\"medium\";a:2:{s:8:\"original\";i:16089;s:10:\"compressed\";i:15511;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6253;s:10:\"compressed\";i:5867;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64352;s:10:\"compressed\";i:62917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16922;s:10:\"compressed\";i:16161;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:60768;s:10:\"compressed\";i:59631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18791;s:10:\"compressed\";i:18032;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27812;s:10:\"compressed\";i:26829;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28805;s:10:\"compressed\";i:27942;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31401;s:10:\"compressed\";i:30441;}}}'),
(4987,1002,'original-file','2025/02/new-portrait-6-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(4988,1002,'smush-complete','1'),
(4989,1002,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(4990,1002,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(4939,556,'_et_pb_use_builder','on'),
(4940,556,'_et_pb_show_page_creation','off'),
(4941,556,'_et_pb_old_content',''),
(6188,565,'_et_dynamic_cached_shortcodes','a:14:{i:0;s:18:\"et_pb_column_inner\";i:1;s:20:\"et_pb_accordion_item\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:15:\"et_pb_row_inner\";i:6;s:15:\"et_pb_accordion\";i:7;s:11:\"et_pb_blurb\";i:8;s:10:\"et_pb_icon\";i:9;s:12:\"et_pb_button\";i:10;s:13:\"et_pb_heading\";i:11;s:11:\"et_pb_image\";i:12;s:10:\"et_pb_menu\";i:13;s:10:\"et_pb_text\";}'),
(6189,565,'_et_dynamic_cached_attributes','a:801:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6077,566,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5040,558,'_et_pb_ab_subjects',''),
(5041,558,'_et_pb_enable_shortcode_tracking',''),
(5042,558,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"558\" /]'),
(5043,558,'_et_pb_custom_css',''),
(5044,558,'_et_pb_gutter_width','3'),
(5045,558,'_thumbnail_id','0'),
(5046,558,'_global_colors_info','{}'),
(5047,558,'_et_pb_first_image',''),
(5048,558,'_et_pb_truncate_post',''),
(5039,558,'_et_pb_built_for_post_type','page'),
(5049,558,'_et_pb_truncate_post_date',''),
(5050,558,'_et_builder_version','VB|Divi|4.27.4'),
(5067,559,'_et_pb_ab_subjects',''),
(5068,559,'_et_pb_enable_shortcode_tracking',''),
(5069,559,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"559\" /]'),
(5070,559,'_et_pb_custom_css',''),
(5071,559,'_et_pb_gutter_width','3'),
(5072,559,'_thumbnail_id','0'),
(5073,559,'_global_colors_info','{}'),
(5074,559,'_et_pb_first_image',''),
(5075,559,'_et_pb_truncate_post',''),
(5066,559,'_et_pb_built_for_post_type','page'),
(5076,559,'_et_pb_truncate_post_date',''),
(5077,559,'_et_builder_version','VB|Divi|4.27.4'),
(5079,559,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(6155,563,'_et_dynamic_cached_shortcodes','a:13:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:12:\"et_pb_button\";i:7;s:9:\"et_pb_cta\";i:8;s:13:\"et_pb_heading\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_menu\";i:11;s:17:\"et_pb_testimonial\";i:12;s:10:\"et_pb_text\";}'),
(6156,563,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";}'),
(5062,559,'_et_pb_use_builder','on'),
(5063,559,'_et_pb_show_page_creation','off'),
(5064,559,'_et_pb_old_content',''),
(6069,1204,'_wp_attached_file','2025/02/primary.jpg'),
(6070,1204,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:19:\"2025/02/primary.jpg\";s:8:\"filesize\";i:108030;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"primary-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12334;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"primary-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5295;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"primary-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60387;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"primary-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19440;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"primary-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"primary-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32662;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"primary-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32350;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"primary-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90078;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"primary-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27082;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5035,558,'_et_pb_use_builder','on'),
(5036,558,'_et_pb_show_page_creation','off'),
(5037,558,'_et_pb_old_content',''),
(6107,1207,'_wp_attached_file','2025/02/4a8cfc420d4a8499d791c0533ff7f6ef.jpg'),
(6158,563,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:88:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2a00aa2db6bbd627d4fada75a4b3b3a6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e50abb170a69e92decf462e305478fe1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_714b2700799ac943f66f424da1cd4f1a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1f533fbbf122ab5d5f82db4d7bd49e1e\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b24acb65e1066f5124d92eb34ffa3037\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_87aa47bfcc5742a03cbeb2b4449168bc\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f93dffa76700aff2792645aa6dfaedda\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_408362c3e6b54235bb49e3e8f5234a7d\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_835f21863e2de7367557570f787e7f93\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_504363e7d4b81497cded39b9ed27c6c7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8b9551071798cf31957aed1c37f55401\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2d4af40f9276f7ff5a6f502331797d83\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ade9ee6ec6f6234c46deff2271df718b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_59a2df9be82d6af5fafb781fbb4bb89f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_3055acaf83b13f4e74e0eec4937b7d9b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_50a5812a5fba7fe1c9d0aa1504f44079\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c9b719f8f5d1bd5aae3f333df7fbbe73\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_edd283d8af064d077d5287b634f31250\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_0d9e53b9e8b809ebf17c51862536f508\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_df0c8e812d297ba00e7e378571d81209\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2701972c34f88f1b20f3f54b4df3ccc8\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d5f18cc481932c0f0dc525de478bca97\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5cf0510a82ce895adf96bc356eba6bcc\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fb2bdbf3723dfb15e2f028e298fc8be6\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7c1005b363096fd3260d48e2e120ad44\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_eb8614f52b091f63572353a69216779d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_42a65292076a41341e4ab9315e540455\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_95e53f61c7c77ab4279dbe3c0393b98a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_842176a6bc18c43249d65875926afe6b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_45672a0f647fd22c14da57270fa7eedb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b2ef455e63a500022027c3c3f34b8993\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_4f8658b6be435708675c1b8f32ffe651\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_8c4635c1defd8b07d79a752e25066121\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_d42cadb9e99975634944a3404cc2438e\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_39016801e622b9d0f6fe17354daec1f6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_58d1316fe6bd83a9be18880cd889acc6\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_33af24ace4d31171c69526d99008d06f\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0cddc4fcbbfd6f0d61a6abdb0825a74f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_cdf4a08d5abe7f42dcdb4c31bd5f0ed9\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9555375c6a5350102ec4d216e7900f5c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d28fea1cb57ddc30294024a6519c09a9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_704dadcb54921d0cd8c6c81a3999a9a0\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7eb864080518c5ac60dbd0e6fb59bac5\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fc7031c458885422babfa651030dfc34\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3883767d8842a96cec3323d1e272a249\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6891b2592451c551e418dd25edda21ce\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5c55e6720473375197a17b052e38e645\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_8998debe2f6bbb26e547b461b6f5d072\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_c2dc13caab693b33532ed595482ff319\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_f71392c33d4ee5176c4caecb4b31f135\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_810c4e3e1d1695b80a414946351012ec\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_86ab9aaa03f7252dfbcef432e4efe88c\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_ffe82959bf15c9cdaafc77ab56f22c58\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_7e72e7f52c6915dce5477f6e69718057\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_a0012d026e2d1258f32008fbdb7a1658\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2812c74dc31ccaadba94034eb9a82480\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_b5c695318ed4777bcb6e320cf6ab686c\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6190,565,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6191,565,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:94:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_a5ca2f294fd4805b43a9ae1b076946b3\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;s:23:\"section_divider_enabled\";b:1;}s:42:\"et_pb_row_e436300dc24f4c5166a7daba4158375e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_16c912e7b2d903ff446b585839a2301a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_50e907bc028afc4eb2aff14ecab436af\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ac43eb4e1a3088fb34483e0b6ea77d4b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8af8d9db14b2c9aa058f298691e15885\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_acdbe4a1904cbf35d49cd0f7fe6adecb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_18b95600cb6d7840fe90c4113c5033e6\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0ba5603b874558cf8635fb71d66e348e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_048de5b9d911f747475f5ddee1efac15\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d786124442f692b8e78d365b4eef2932\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4fcca93177baeb9d8c0a9bb04e8db91d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c2bec3a477e76ef9e491e969755f98c3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_261fb010fc3a53823de17296236ffa54\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_fedc591eb42b1496f54a8550cd619854\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_97e2d81305a8be92437cfc26845e2086\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7694600a0398b28f4b916da0fc798a08\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4305cb7ea2bee3420e1f72799384fdfd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8be0fc3e818aa26091bbb6d0a5295ced\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1926da31eed71cfd9b7b57e990d2662d\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_59843429590a06f254dd153be96401f7\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_51990840bb78b566701802572701e918\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_42e5eb5053f6b370e5a0776d33c4c053\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_dc2ecb9f980123974e05a30c70f8437a\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_642f99fb78b22bc67366673ef3b816c2\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_84d0da98133c065d4dfa1a4d2e175194\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4b2f3409eb70695e0d5babfb7b9a09df\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_def910f9c73d082eb4c4ff07082dd4d6\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7af3274c09a35e9e9780142074cf6966\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_554dd3c5d1a323cda71e9eda1506e096\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_d45e5afc05d1877973668397d72e0de1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_fe5a901f501cc72ff32c3093342e84de\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a50452ace7c3ba7964bcaf7ebab3756c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_feced2e6cbf289c21ae9c16a82045a8e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_de39dba482b5ad6a1674413702005b52\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_65b9bf1878027ed71b4b6f288ff4255e\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_036af7eb6be247a5db39296a9400d670\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_cfbd812603b07328b1473558c449da92\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_bd413940282807e37c9822f2c81f98e8\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_077e25f799edc11b94a3d35f121e1982\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_262927be2dd26a2f78f3741dad86e660\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_8e90f025ef4a98708a8b797470d59c2b\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_126536b0dbbabb77ec6a159341b631a9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_788cf99392534b9996d5692ea943120d\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_96037c5d1ed3ee2e52776310ea4c6baa\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_22d7848cb99580cc4a99aa64b9994cee\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_b0a7e1ae861381f8755798e44d08ae14\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c357d5f234420cb566ebecfdcc2c9e79\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7feba595e5d0096ba0161c1355c9187c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_96a9d8a7f5c0f0ab454cb410acb217c7\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8397175cd0001822485e2fcd8e25ecbb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_72777dac5ad3713163e2a57592462d56\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_93e7e4e3f0a59006d6fe8fb6b65f9e78\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_acb55fee62acf3c8e18ad759c544bab2\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a797f9a772692dbc1e282c4ea790390a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6741691609c6cb9ad769419cddd8384f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d46f656f252ef87e376eebf9d01b6897\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_26d3c5fdecbf7d692e1872d72731c2ac\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_df8652bcda6944f31dab90ecf8e1d0c2\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_123e03cce337e4cf8f84f20364aba474\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7dcc825d8aedffcd1bd5bd9643659d7a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9c68c311771c698a8e09a70cfbce9717\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_26fba611aae142264503d0b89a0a31fa\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_55ad605d90bc658fbc4eb58356983439\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_621c88b348bc6d5eaa70f89652a6fdd9\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b6fad3e914d956904559a9b2ab7039ef\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_95b28b20a91e727ff7454e3ec4b4e705\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_cca3584174b534b1a318a94a37bb7849\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_48d3dd75fec26f55f4b1c90a48c8396b\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_8166d783bf65ab1fc6947f1bf5a84aac\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_325cb8e7dde6e1a62df48c4749b98e7b\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_a9a55e81fa704f5edbc720c91c01aced\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_cc4d04ce00dc1f9985b2f207b8f286fb\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_4a6da9ed2a2c1a0992f6798d1b14822c\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_6e3803ea42dc98c91af512943aa813b3\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f75114bc76c93d5cb4c7880c1094c399\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d5e2c46372485ce2048477b37e1844ef\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8e33b41387c53e315c746af1d39c5a4e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e3e930618af6f7eb27431a2d8087a917\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b594a2eeb9195d02eee294ef7f983686\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(1225,382,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1226,383,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1227,378,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1228,379,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1229,380,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1230,381,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1231,376,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1232,375,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1233,374,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1234,373,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1235,372,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1236,371,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(1237,370,'_et_theme_builder_marked_as_unused','2025-02-13 01:02:17'),
(4000,839,'_menu_item_object_id','571'),
(4001,839,'_menu_item_object','page'),
(4002,839,'_menu_item_target',''),
(1697,513,'_wp_trash_meta_status','publish'),
(1698,513,'_wp_trash_meta_time','1739409520'),
(1706,507,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1707,508,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1708,509,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1709,510,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1710,511,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1711,512,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1712,505,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1713,504,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1714,502,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1715,503,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1716,501,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1717,500,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(1718,499,'_et_theme_builder_marked_as_unused','2025-02-13 01:21:52'),
(4739,955,'smush-complete','1'),
(4740,955,'smush-info','The file was compressed from 74.08 KB to 74.08 KB, saving 0 percent, using WP-Optimize'),
(4741,955,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:75855;s:12:\"smushed-size\";i:75855;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:12:{s:4:\"full\";a:2:{s:8:\"original\";i:75855;s:10:\"compressed\";i:75855;}s:6:\"medium\";a:2:{s:8:\"original\";i:8332;s:10:\"compressed\";i:7879;}s:5:\"large\";a:2:{s:8:\"original\";i:50571;s:10:\"compressed\";i:47683;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4239;s:10:\"compressed\";i:3876;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:33689;s:10:\"compressed\";i:32099;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:12908;s:10:\"compressed\";i:12440;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:55080;s:10:\"compressed\";i:51774;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:14192;s:10:\"compressed\";i:13632;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:20775;s:10:\"compressed\";i:19916;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:20141;s:10:\"compressed\";i:19218;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:47899;s:10:\"compressed\";i:45131;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:16813;s:10:\"compressed\";i:16162;}}}'),
(4742,956,'original-file','2025/02/a2-updraft-pre-smush-original.jpeg'),
(4743,956,'smush-complete','1'),
(4744,956,'smush-info','The file was compressed from 1.00 MB to 274.56 KB, saving 73.19 percent, using WP-Optimize'),
(4745,956,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1048576;s:12:\"smushed-size\";i:281149;s:15:\"savings-percent\";d:73.18999999999999772626324556767940521240234375;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:1048576;s:10:\"compressed\";i:281149;}s:6:\"medium\";a:2:{s:8:\"original\";i:9547;s:10:\"compressed\";i:9173;}s:5:\"large\";a:2:{s:8:\"original\";i:61251;s:10:\"compressed\";i:58407;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4493;s:10:\"compressed\";i:4183;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:39125;s:10:\"compressed\";i:37474;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:114815;s:10:\"compressed\";i:109069;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:14402;s:10:\"compressed\";i:13784;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65300;s:10:\"compressed\";i:62345;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:15468;s:10:\"compressed\";i:14841;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:22882;s:10:\"compressed\";i:22019;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:66674;s:10:\"compressed\";i:63628;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:21628;s:10:\"compressed\";i:20726;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:86598;s:10:\"compressed\";i:82475;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:57463;s:10:\"compressed\";i:54968;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:19228;s:10:\"compressed\";i:18372;}}}'),
(4196,648,'_edit_lock','1739747207:1'),
(4240,853,'original-file','2025/02/placeholder-727-updraft-pre-smush-original.png'),
(4241,853,'smush-complete','1'),
(4242,853,'smush-info','The file was compressed from 6.00 KB to 5.03 KB, saving 16.19 percent, using WP-Optimize'),
(1924,520,'_et_builder_dynamic_assets_loading_attr_threshold','9'),
(2264,518,'_et_pb_ab_subjects',''),
(2265,518,'_et_pb_enable_shortcode_tracking',''),
(2266,518,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"518\" /]'),
(2267,518,'_et_pb_custom_css',''),
(2268,518,'_et_pb_gutter_width','3'),
(2269,518,'_thumbnail_id','0'),
(2270,518,'_global_colors_info','{}'),
(2271,518,'_et_pb_first_image',''),
(2272,518,'_et_pb_truncate_post',''),
(2273,518,'_et_pb_truncate_post_date',''),
(2274,518,'_et_builder_version','VB|Divi|4.27.4'),
(2275,518,'_et_pb_show_page_creation','off'),
(4881,995,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-1-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:80767;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8477;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92817;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87881;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38967;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41664;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4886,998,'_wp_attached_file','2025/02/new-portrait-9-800x800-1-1-800x800.jpg'),
(4892,1002,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-3-800x800.jpg'),
(4894,998,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-9-800x800-1-1-800x800.jpg\";s:8:\"filesize\";i:128910;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48213;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-1-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4889,999,'_wp_attached_file','2025/02/new-portrait-2-800x800-1-2-800x800.jpg'),
(4890,1000,'_wp_attached_file','2025/02/new-portrait-4-800x800-1-3-800x800.jpg'),
(4885,997,'_wp_attached_file','2025/02/new-portrait-12-800x800-1-3-800x800.jpg'),
(4901,1003,'_wp_attached_file','2025/02/new-portrait-5-800x800-1-3-800x800.jpg'),
(4903,1004,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-8-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:108416;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7020;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104475;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112528;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26151;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40661;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43088;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-8-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45167;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4904,1003,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-5-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:79151;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36650;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4144,808,'wpmm_layout','a:3:{i:0;s:0:\"\";s:9:\"menu_type\";s:14:\"wpmm_mega_menu\";s:15:\"menu_strees_row\";s:19:\"wpmm-strees-default\";}'),
(4145,827,'wpmm_layout','a:3:{i:0;s:0:\"\";s:9:\"menu_type\";s:14:\"wpmm_mega_menu\";s:15:\"menu_strees_row\";s:19:\"wpmm-strees-default\";}'),
(4146,824,'wpmm_layout','a:3:{i:0;s:0:\"\";s:15:\"menu_strees_row\";s:19:\"wpmm-strees-default\";s:9:\"menu_type\";s:14:\"wpmm_mega_menu\";}'),
(4147,843,'wpmm_layout','a:3:{i:0;s:0:\"\";s:9:\"menu_type\";s:14:\"wpmm_mega_menu\";s:15:\"menu_strees_row\";s:19:\"wpmm-strees-default\";}'),
(4153,518,'_wp_trash_meta_status','publish'),
(4154,518,'_wp_trash_meta_time','1739745019'),
(4155,518,'_wp_desired_post_slug','about'),
(4156,522,'_wp_trash_meta_status','publish'),
(4157,522,'_wp_trash_meta_time','1739745019'),
(4158,522,'_wp_desired_post_slug','contact'),
(4159,514,'_wp_trash_meta_status','publish'),
(4160,514,'_wp_trash_meta_time','1739745019'),
(4161,514,'_wp_desired_post_slug','home'),
(4162,781,'_wp_trash_meta_status','publish'),
(4163,781,'_wp_trash_meta_time','1739745019'),
(4164,781,'_wp_desired_post_slug','mega'),
(4165,859,'_menu_item_type','post_type'),
(4166,859,'_menu_item_menu_item_parent','0'),
(4167,859,'_menu_item_object_id','648'),
(4168,859,'_menu_item_object','page'),
(4169,859,'_menu_item_target',''),
(4170,859,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4171,859,'_menu_item_xfn',''),
(4172,859,'_menu_item_url',''),
(4204,652,'original-file','2025/02/new-portrait-6-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4205,652,'smush-complete','1'),
(4206,652,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(4207,652,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(4208,654,'original-file','2025/02/new-portrait-5-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4209,654,'smush-complete','1'),
(4210,654,'smush-info','The file was compressed from 77.30 KB to 75.93 KB, saving 1.76 percent, using WP-Optimize'),
(4211,654,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79151;s:12:\"smushed-size\";i:77757;s:15:\"savings-percent\";d:1.7600000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79151;s:10:\"compressed\";i:77757;}s:6:\"medium\";a:2:{s:8:\"original\";i:19405;s:10:\"compressed\";i:18460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7093;s:10:\"compressed\";i:6744;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82411;s:10:\"compressed\";i:79652;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17799;s:10:\"compressed\";i:17158;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78474;s:10:\"compressed\";i:76217;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20866;s:10:\"compressed\";i:20012;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31357;s:10:\"compressed\";i:30216;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36650;s:10:\"compressed\";i:35091;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39488;s:10:\"compressed\";i:37874;}}}'),
(4212,656,'original-file','2025/02/new-portrait-4-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4213,656,'smush-complete','1'),
(4214,656,'smush-info','The file was compressed from 53.64 KB to 52.02 KB, saving 3.02 percent, using WP-Optimize'),
(4215,656,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:54924;s:12:\"smushed-size\";i:53266;s:15:\"savings-percent\";d:3.020000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:54924;s:10:\"compressed\";i:53266;}s:6:\"medium\";a:2:{s:8:\"original\";i:16089;s:10:\"compressed\";i:15511;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6253;s:10:\"compressed\";i:5867;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64352;s:10:\"compressed\";i:62917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16922;s:10:\"compressed\";i:16161;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:60768;s:10:\"compressed\";i:59631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18791;s:10:\"compressed\";i:18032;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27812;s:10:\"compressed\";i:26829;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28805;s:10:\"compressed\";i:27942;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31401;s:10:\"compressed\";i:30441;}}}'),
(4216,658,'original-file','2025/02/new-portrait-2-800x800-1-800x800-updraft-pre-smush-original.jpg'),
(4217,658,'smush-complete','1'),
(4218,658,'smush-info','The file was compressed from 111.66 KB to 102.76 KB, saving 7.98 percent, using WP-Optimize'),
(4219,658,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:114344;s:12:\"smushed-size\";i:105222;s:15:\"savings-percent\";d:7.980000000000000426325641456060111522674560546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:114344;s:10:\"compressed\";i:105222;}s:6:\"medium\";a:2:{s:8:\"original\";i:21863;s:10:\"compressed\";i:20638;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7354;s:10:\"compressed\";i:6964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:114300;s:10:\"compressed\";i:109953;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23094;s:10:\"compressed\";i:21819;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:110675;s:10:\"compressed\";i:107541;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26037;s:10:\"compressed\";i:24633;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40478;s:10:\"compressed\";i:38447;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48586;s:10:\"compressed\";i:45947;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50168;s:10:\"compressed\";i:47480;}}}'),
(4220,848,'original-file','2025/02/placeholder-722-updraft-pre-smush-original.png'),
(4221,848,'smush-complete','1'),
(4222,848,'smush-info','The file was compressed from 6.00 KB to 5.03 KB, saving 16.19 percent, using WP-Optimize'),
(4223,848,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6146;s:12:\"smushed-size\";i:5151;s:15:\"savings-percent\";d:16.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:6146;s:10:\"compressed\";i:5151;}s:6:\"medium\";a:2:{s:8:\"original\";i:3887;s:10:\"compressed\";i:1715;}s:5:\"large\";a:2:{s:8:\"original\";i:18469;s:10:\"compressed\";i:7348;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2227;s:10:\"compressed\";i:1084;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:12559;s:10:\"compressed\";i:5166;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:5196;s:10:\"compressed\";i:2218;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:19642;s:10:\"compressed\";i:7743;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:5639;s:10:\"compressed\";i:2429;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:7720;s:10:\"compressed\";i:3125;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:19903;s:10:\"compressed\";i:7799;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:7636;s:10:\"compressed\";i:3248;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:17320;s:10:\"compressed\";i:6907;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:6707;s:10:\"compressed\";i:2809;}}}'),
(4224,849,'original-file','2025/02/placeholder-723-updraft-pre-smush-original.png'),
(4225,849,'smush-complete','1'),
(4226,849,'smush-info','The file was compressed from 6.00 KB to 5.03 KB, saving 16.19 percent, using WP-Optimize'),
(4227,849,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6146;s:12:\"smushed-size\";i:5151;s:15:\"savings-percent\";d:16.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:6146;s:10:\"compressed\";i:5151;}s:6:\"medium\";a:2:{s:8:\"original\";i:3887;s:10:\"compressed\";i:1715;}s:5:\"large\";a:2:{s:8:\"original\";i:18469;s:10:\"compressed\";i:7348;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2227;s:10:\"compressed\";i:1084;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:12559;s:10:\"compressed\";i:5166;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:5196;s:10:\"compressed\";i:2218;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:19642;s:10:\"compressed\";i:7743;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:5639;s:10:\"compressed\";i:2429;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:7720;s:10:\"compressed\";i:3125;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:19903;s:10:\"compressed\";i:7799;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:7636;s:10:\"compressed\";i:3248;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:17320;s:10:\"compressed\";i:6907;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:6707;s:10:\"compressed\";i:2809;}}}'),
(4228,850,'original-file','2025/02/placeholder-724-updraft-pre-smush-original.png'),
(4229,850,'smush-complete','1'),
(4230,850,'smush-info','The file was compressed from 6.00 KB to 5.03 KB, saving 16.19 percent, using WP-Optimize'),
(4231,850,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:6146;s:12:\"smushed-size\";i:5151;s:15:\"savings-percent\";d:16.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:6146;s:10:\"compressed\";i:5151;}s:6:\"medium\";a:2:{s:8:\"original\";i:3887;s:10:\"compressed\";i:1715;}s:5:\"large\";a:2:{s:8:\"original\";i:18469;s:10:\"compressed\";i:7348;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2227;s:10:\"compressed\";i:1084;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:12559;s:10:\"compressed\";i:5166;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:5196;s:10:\"compressed\";i:2218;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:19642;s:10:\"compressed\";i:7743;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:5639;s:10:\"compressed\";i:2429;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:7720;s:10:\"compressed\";i:3125;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:19903;s:10:\"compressed\";i:7799;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:7636;s:10:\"compressed\";i:3248;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:17320;s:10:\"compressed\";i:6907;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:6707;s:10:\"compressed\";i:2809;}}}'),
(2254,535,'_et_pb_ab_subjects',''),
(2255,535,'_et_pb_enable_shortcode_tracking',''),
(2256,535,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"535\" /]'),
(4770,968,'_wp_attached_file','2025/02/a3.webp'),
(4771,968,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:15:\"2025/02/a3.webp\";s:8:\"filesize\";i:62090;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"a3-300x150.webp\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12966;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"a3-1024x512.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"a3-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8246;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"a3-768x384.webp\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42600;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"a3-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22458;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"a3-1080x600.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:64592;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"a3-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24374;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"a3-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32938;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"a3-1080x540.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62384;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"a3-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29292;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"a3-980x490.webp\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58236;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"a3-480x240.webp\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23918;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4280,663,'_et_pb_ab_subjects',''),
(4281,663,'_et_pb_enable_shortcode_tracking',''),
(4282,663,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"663\" /]'),
(2470,676,'_wp_trash_meta_status','publish'),
(2471,676,'_wp_trash_meta_time','1739441655'),
(4126,855,'_wp_page_template','elementor_canvas'),
(4127,855,'_elementor_edit_mode','builder'),
(4128,855,'_elementor_template_type','wp-post'),
(4129,855,'_elementor_version','3.27.4'),
(4130,855,'_elementor_data','[{\"id\":\"5517b021\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"size\":0,\"column\":\"0\",\"row\":\"0\",\"unit\":\"px\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#FFFFFF\",\"box_shadow_box_shadow_type\":\"yes\",\"box_shadow_box_shadow\":{\"horizontal\":0,\"vertical\":10,\"blur\":25,\"spread\":0,\"color\":\"rgba(0, 0, 0, 0.1)\"},\"ekit_all_conditions_list\":[{\"_id\":\"ecf98bd\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"774782a9\",\"elType\":\"container\",\"settings\":{\"structure\":\"40\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":0,\"bottom\":\"0\",\"left\":0,\"isLinked\":true},\"ekit_all_conditions_list\":[{\"_id\":\"34b7114\"}],\"ekit_section_parallax_multi_items\":[],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"flex_direction\":\"row\",\"flex_align_items\":\"stretch\",\"flex_gap\":{\"size\":10,\"column\":\"10\",\"row\":\"10\",\"unit\":\"px\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"3f849f70\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EDEDED\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"d7a00bd\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"69148255\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\",\"ekit_heading_sub_title\":\"furniture\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#101010\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"500\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title_tag\":\"h2\",\"ekit_heading_sub_title_color\":\"#101010\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#FFB25D\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d9b097d\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_seperator_image\":{\"id\":848,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/placeholder-722.png\"},\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"20cfd061\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Dining Chairs\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"18cb473\"},{\"text\":\"Counter & Bar Stools\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"3b0de6f\"},{\"text\":\"Occasional Chairs\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"2517b40\"},{\"text\":\"Daybeds & Chaises\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"195fca0\"}],\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFB25D\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"306187e\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"},{\"id\":\"2ff697df\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\",\"ekit_heading_sub_title\":\"lightings\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#101010\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"500\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title_tag\":\"h2\",\"ekit_heading_sub_title_color\":\"#101010\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#FFB25D\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"29e2218\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_seperator_image\":{\"id\":849,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/placeholder-723.png\"},\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"46184c8e\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Benches & Ottomans\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"18cb473\"},{\"text\":\"Dining Tables\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"3b0de6f\"},{\"text\":\"Coffee & Cocktail Tables\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"2517b40\"},{\"text\":\"Consoles & Desks\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"195fca0\"}],\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFB25D\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"13e9ee1\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"}],\"isInner\":true},{\"id\":\"24cfc4c4\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EDEDED\",\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"5c78f40\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"1c21f08e\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\",\"ekit_heading_sub_title\":\"accessories\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#101010\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"500\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title_tag\":\"h2\",\"ekit_heading_sub_title_color\":\"#101010\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#FFB25D\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"ba822cf\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_seperator_image\":{\"id\":850,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/placeholder-724.png\"},\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"37499329\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Cabinets & Bookcases\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"18cb473\"},{\"text\":\"Screens\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"3b0de6f\"},{\"text\":\"Outdoor Furniture\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"2517b40\"},{\"text\":\"Floor Samples\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"195fca0\"}],\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFB25D\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"75bfc03\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"},{\"id\":\"4e442054\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\",\"ekit_heading_sub_title\":\"Texture lab\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#101010\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"500\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title_tag\":\"h2\",\"ekit_heading_sub_title_color\":\"#101010\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#FFB25D\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"cecf5a0\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_seperator_image\":{\"id\":851,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/placeholder-725.png\"},\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"119be30b\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Side Tables\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"18cb473\"},{\"text\":\"Beside Tables\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"3b0de6f\"},{\"text\":\"Sideboards & Drawers\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"2517b40\"},{\"text\":\"Lounge Chairs\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"195fca0\"}],\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFB25D\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"9450c25\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"}],\"isInner\":true},{\"id\":\"395df1ef\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EDEDED\",\"z_index\":2,\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"7eaf0c8\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"73a8848c\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\",\"ekit_heading_sub_title\":\"what\\u2019s new\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#101010\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"500\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title_tag\":\"h2\",\"ekit_heading_sub_title_color\":\"#101010\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#FFB25D\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"d96e1c2\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_seperator_image\":{\"id\":852,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/placeholder-726.png\"},\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"51e66962\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Benches & Ottomans\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"18cb473\"},{\"text\":\"Cocktail Tables\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"3b0de6f\"},{\"text\":\"Dining Tables\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"2517b40\"},{\"text\":\"Consoles & Desks\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"195fca0\"}],\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFB25D\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"e3ca42c\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"}],\"isInner\":true},{\"id\":\"71a0b838\",\"elType\":\"container\",\"settings\":{\"_column_size\":25,\"width\":{\"size\":null,\"unit\":\"%\"},\"padding\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"0\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":false},\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#EDEDED\",\"z_index\":2,\"width_tablet\":{\"size\":100,\"unit\":\"%\"},\"ekit_all_conditions_list\":[{\"_id\":\"6b227c1\"}],\"ekit_cursor_text_label\":\"Elementskit Cursor\",\"content_width\":\"full\",\"ekit_section_parallax_multi_items\":[]},\"elements\":[{\"id\":\"e9b5c49\",\"elType\":\"widget\",\"settings\":{\"ekit_heading_title\":\"\",\"ekit_heading_sub_title\":\"Flash sales\",\"ekit_heading_show_seperator\":\"\",\"ekit_heading_title_color\":\"#101010\",\"ekit_heading_title_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_title_typography_typography\":\"custom\",\"ekit_heading_title_typography_font_family\":\"Roboto\",\"ekit_heading_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_title_typography_font_weight\":\"500\",\"ekit_heading_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_show\":\"yes\",\"ekit_heading_sub_title_border\":\"yes\",\"ekit_heading_sub_title_tag\":\"h2\",\"ekit_heading_sub_title_color\":\"#101010\",\"ekit_heading_sub_title_typography_typography\":\"custom\",\"ekit_heading_sub_title_typography_font_family\":\"Roboto\",\"ekit_heading_sub_title_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"ekit_heading_sub_title_typography_font_weight\":\"500\",\"ekit_heading_sub_title_typography_text_transform\":\"uppercase\",\"ekit_heading_sub_title_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_heading_sub_title_margn\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"ekit_heading_sub_title_border_color_left_background\":\"classic\",\"ekit_heading_sub_title_border_color_left_color\":\"#FFB25D\",\"ekit_heading_sub_title_border_left_width\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_border_heading_title_right_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"5\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"ekit_heading_sub_title_border_right_width\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"ekit_heading_sub_title_border_height\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"ekit_heading_sub_title_vertical_alignment\":{\"unit\":\"px\",\"size\":-2,\"sizes\":[]},\"shadow_text_content\":\"bussiness\",\"ekit_all_conditions_list\":[{\"_id\":\"983bfc0\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_heading_seperator_image\":{\"id\":853,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/placeholder-727.png\"},\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-heading\"},{\"id\":\"42bc1ee\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Easy to Customise\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"18cb473\"},{\"text\":\"Simple and intuitive\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"3b0de6f\"},{\"text\":\"Highly customisable\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"2517b40\"},{\"text\":\"Coding skills\",\"icons\":{\"value\":\"fas fa-check\",\"library\":\"solid\"},\"ekit_menu_list_icon_vetical_align\":\"center\",\"ekit_menu_list_icon_vetical_align_tablet\":\"\",\"ekit_menu_list_icon_vetical_align_mobile\":\"\",\"ekit_page_list_select_page_or_custom_link\":\"\",\"ekit_page_list_website_link\":{\"url\":\"#\",\"is_external\":true,\"nofollow\":true,\"custom_attributes\":\"\"},\"ekit_menu_list_label_title\":\"Default title\",\"ekit_menu_list_label_title_typography_typography\":\"\",\"ekit_menu_list_label_title_typography_font_family\":\"\",\"ekit_menu_list_label_title_typography_font_size\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_size_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_font_weight\":\"\",\"ekit_menu_list_label_title_typography_text_transform\":\"\",\"ekit_menu_list_label_title_typography_font_style\":\"\",\"ekit_menu_list_label_title_typography_text_decoration\":\"\",\"ekit_menu_list_label_title_typography_line_height\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_tablet\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_line_height_mobile\":{\"unit\":\"em\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_tablet\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_typography_letter_spacing_mobile\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"ekit_menu_list_label_title_margin\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_margin_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_padding_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_tablet\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_title_border_radius_mobile\":{\"unit\":\"px\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"ekit_menu_list_label_align\":\"ekit_badge_left\",\"ekit_menu_list_label_vetical_align_left\":\"center\",\"ekit_menu_list_label_vetical_align_left_tablet\":\"\",\"ekit_menu_list_label_vetical_align_left_mobile\":\"\",\"_id\":\"195fca0\"}],\"text_color\":\"#777777\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":13,\"sizes\":[]},\"ekit_text_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"15\",\"left\":\"0\",\"isLinked\":false},\"text_color_hover\":\"#FFB25D\",\"icon_typography_line_height\":{\"unit\":\"em\",\"size\":1,\"sizes\":[]},\"ekit_all_conditions_list\":[{\"_id\":\"fa24743\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"elementskit-page-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"1bfd4b0f\",\"elType\":\"widget\",\"settings\":{\"image\":{\"id\":854,\"url\":\"https:\\/\\/asyahavacilik.com\\/wp-content\\/uploads\\/2025\\/02\\/sofa.png\"},\"_element_width\":\"auto\",\"_position\":\"absolute\",\"_offset_orientation_h\":\"end\",\"_offset_x_tablet\":{\"size\":565,\"unit\":\"px\"},\"_offset_x_end_tablet\":{\"size\":-99.5,\"unit\":\"px\"},\"_offset_orientation_v\":\"end\",\"_offset_y_tablet\":{\"size\":209,\"unit\":\"px\"},\"_offset_y_end\":{\"unit\":\"px\",\"size\":-106,\"sizes\":[]},\"_offset_y_end_tablet\":{\"size\":-122,\"unit\":\"px\"},\"hide_tablet\":\"hidden-tablet\",\"hide_mobile\":\"hidden-phone\",\"ekit_all_conditions_list\":[{\"_id\":\"a26cd3f\"}],\"ekit_adv_tooltip_content\":\"Tooltip Content.\",\"ekit_cursor_text_label\":\"Elementskit Cursor\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":false}]'),
(4105,848,'_wp_attached_file','2025/02/placeholder-722.png'),
(4106,848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/02/placeholder-722.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-722-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-722-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-722-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-722-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"placeholder-722-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"placeholder-722-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19642;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"placeholder-722-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"placeholder-722-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"placeholder-722-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19903;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"placeholder-722-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"placeholder-722-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"placeholder-722-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4107,848,'_elementor_source_image_hash','afa5b4945f2fc9a11c1b8f782a026cf48999751a'),
(4108,849,'_wp_attached_file','2025/02/placeholder-723.png'),
(4109,849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:27:\"2025/02/placeholder-723.png\";s:8:\"filesize\";i:6146;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"placeholder-723-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3887;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"placeholder-723-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"placeholder-723-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"placeholder-723-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"placeholder-723-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"placeholder-723-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19642;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"placeholder-723-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5639;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"placeholder-723-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"placeholder-723-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19903;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"placeholder-723-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"placeholder-723-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17320;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"placeholder-723-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1222,377,'_wp_trash_meta_status','publish'),
(1223,377,'_wp_trash_meta_time','1739408537'),
(1224,377,'_wp_desired_post_slug','theme-builder'),
(6008,1194,'_wp_attached_file','2025/02/Update_113012_1785.jpg'),
(6009,1194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1296;s:6:\"height\";i:864;s:4:\"file\";s:30:\"2025/02/Update_113012_1785.jpg\";s:8:\"filesize\";i:152376;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9749;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Update_113012_1785-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58845;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5310;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38186;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14079;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Update_113012_1785-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61700;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15493;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23372;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"Update_113012_1785-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63698;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24329;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"Update_113012_1785-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82311;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55245;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Update_113012_1785-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18919;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:12:\"Jim Koepnick\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1343633332\";s:9:\"copyright\";s:38:\"Copyright 2012 koepnickphotography.com\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5121,1030,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-3-800x800.jpg'),
(5124,1030,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-11-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5125,1031,'_wp_attached_file','2025/02/new-portrait-9-800x800-1-2-800x800.jpg'),
(5126,1032,'_wp_attached_file','2025/02/new-portrait-10-800x800-1-2-800x800.jpg'),
(5127,1031,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-9-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:128910;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48213;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5128,1032,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-10-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:57849;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17128;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65346;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28520;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5110,561,'_et_pb_use_builder','on'),
(5111,561,'_et_pb_show_page_creation','off'),
(5112,561,'_et_pb_old_content',''),
(5151,561,'_et_pb_ab_subjects',''),
(5152,561,'_et_pb_enable_shortcode_tracking',''),
(5153,561,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"561\" /]'),
(5154,561,'_et_pb_custom_css',''),
(5155,561,'_et_pb_gutter_width','3'),
(5156,561,'_thumbnail_id','0'),
(5157,561,'_global_colors_info','{}'),
(5158,561,'_et_pb_first_image',''),
(5159,561,'_et_pb_truncate_post',''),
(5160,561,'_et_pb_truncate_post_date',''),
(5161,561,'_et_builder_version','VB|Divi|4.27.4'),
(5163,561,'_et_builder_dynamic_assets_loading_attr_threshold','7'),
(5131,1027,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5132,1027,'smush-complete',''),
(5133,1028,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5134,1028,'smush-complete',''),
(5135,1029,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5136,1029,'smush-complete',''),
(5137,1030,'original-file','2025/02/new-portrait-11-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(5138,1030,'smush-complete','1'),
(5139,1030,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(5140,1030,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(5141,1032,'original-file','2025/02/new-portrait-10-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(5142,1032,'smush-complete','1'),
(5143,1032,'smush-info','The file was compressed from 56.49 KB to 53.76 KB, saving 4.84 percent, using WP-Optimize'),
(5144,1032,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:57849;s:12:\"smushed-size\";i:55051;s:15:\"savings-percent\";d:4.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:57849;s:10:\"compressed\";i:55051;}s:6:\"medium\";a:2:{s:8:\"original\";i:15317;s:10:\"compressed\";i:14852;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5968;s:10:\"compressed\";i:5572;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64585;s:10:\"compressed\";i:63445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17128;s:10:\"compressed\";i:16461;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65346;s:10:\"compressed\";i:64571;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19269;s:10:\"compressed\";i:18598;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28345;s:10:\"compressed\";i:27493;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28520;s:10:\"compressed\";i:27667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30864;s:10:\"compressed\";i:29978;}}}'),
(5145,1031,'original-file','2025/02/new-portrait-9-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(5146,1031,'smush-complete','1'),
(5147,1031,'smush-info','The file was compressed from 125.89 KB to 113.67 KB, saving 9.71 percent, using WP-Optimize'),
(5148,1031,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128910;s:12:\"smushed-size\";i:116397;s:15:\"savings-percent\";d:9.71000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:128910;s:10:\"compressed\";i:116397;}s:6:\"medium\";a:2:{s:8:\"original\";i:20763;s:10:\"compressed\";i:19822;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7196;s:10:\"compressed\";i:6799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:120194;s:10:\"compressed\";i:115161;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22965;s:10:\"compressed\";i:21767;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:125175;s:10:\"compressed\";i:121143;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26219;s:10:\"compressed\";i:24812;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41617;s:10:\"compressed\";i:39237;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48213;s:10:\"compressed\";i:45133;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50012;s:10:\"compressed\";i:46961;}}}'),
(6104,1204,'smush-complete','1'),
(6105,1204,'smush-info','The file was compressed from 105.50 KB to 99.58 KB, saving 5.61 percent, using WP-Optimize'),
(6106,1204,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:108030;s:12:\"smushed-size\";i:101967;s:15:\"savings-percent\";d:5.61000000000000031974423109204508364200592041015625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:108030;s:10:\"compressed\";i:101967;}s:6:\"medium\";a:2:{s:8:\"original\";i:12334;s:10:\"compressed\";i:11869;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5295;s:10:\"compressed\";i:4971;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:60387;s:10:\"compressed\";i:58573;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19440;s:10:\"compressed\";i:18798;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20795;s:10:\"compressed\";i:20103;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32662;s:10:\"compressed\";i:31713;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:32350;s:10:\"compressed\";i:31299;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:90078;s:10:\"compressed\";i:87196;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:27082;s:10:\"compressed\";i:26271;}}}'),
(5150,561,'_et_pb_built_for_post_type','page'),
(6103,1204,'original-file','2025/02/primary-updraft-pre-smush-original.jpg'),
(6010,1194,'original-file','2025/02/Update_113012_1785-updraft-pre-smush-original.jpg'),
(6011,1194,'smush-complete','1'),
(6012,1194,'smush-info','The file was compressed from 148.80 KB to 146.64 KB, saving 1.46 percent, using WP-Optimize'),
(6013,1194,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:152376;s:12:\"smushed-size\";i:150158;s:15:\"savings-percent\";d:1.45999999999999996447286321199499070644378662109375;s:10:\"sizes-info\";a:14:{s:4:\"full\";a:2:{s:8:\"original\";i:152376;s:10:\"compressed\";i:150158;}s:6:\"medium\";a:2:{s:8:\"original\";i:9749;s:10:\"compressed\";i:9390;}s:5:\"large\";a:2:{s:8:\"original\";i:58845;s:10:\"compressed\";i:57033;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5310;s:10:\"compressed\";i:4983;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:38186;s:10:\"compressed\";i:37146;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:14079;s:10:\"compressed\";i:13757;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:61700;s:10:\"compressed\";i:59763;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:15493;s:10:\"compressed\";i:15136;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:23372;s:10:\"compressed\";i:22798;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:63698;s:10:\"compressed\";i:61660;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:24329;s:10:\"compressed\";i:23807;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:82311;s:10:\"compressed\";i:79484;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:55245;s:10:\"compressed\";i:53515;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:18919;s:10:\"compressed\";i:18462;}}}'),
(6472,552,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6020,576,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6157,563,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6120,562,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:73:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5b4b544fb3e7a01359d9a7ac1f06e249\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ee465b497e7f0483e7a649acd941e794\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_60f28aa0db3beaed5aaf9b3abbc41353\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8294c0373df48f795324128606851472\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_863338c74230a30c378be5cb96933e30\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d10a4c15f7b77250e53919141e1e12ff\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_29995adfa2a2c174cc57fc9c18205586\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6a244262f4dcc6aa991ad47798f8f54f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dfaf2d399c8caced80045e0ccbf53ad9\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5b27c83844787d4048a14661363dc69f\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_383d6e5ef8ec2034820d3b4999ffa71e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8fce09f32c5788b5128e63664d45c4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_b01e2079cb3af8a31756bd5810b7ad03\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_040991fc0e3ead798023fa04380fd2c9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b95f222382e2c48d74948a7a9c650ade\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e9e075d14007d63997e2b2a69a56f559\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_70ee70e4ebbc779dfd05ba0965d4d42b\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_83040c1ce0ba439b7e64eb0d00fa6082\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5b06674ea2d8e11690697312c31c0172\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_75813e918438739ad5aaff2baba8de93\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c627a8b98f4e184a2626486aea87c2ad\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a5c6afc03c75096461988fde8b768fd7\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ef561abc7ea2159d9e46fad2e5f0183e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_e7f9f719664dce19876a0710c065070f\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_bff86ddcf6ba7d7f4a223c21acae7056\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_29a3f19ceed2aa86b775c86032fe887a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a3e066302f52b01edcb718925c2fc619\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b47778289ae8b5a8551c8b846350a67e\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_9c834ca084b2e9fdfef2479b94ead927\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_722a77d77ab3e0520f74c7a11268c095\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1f9d14844b68b906626f1d7434127c7f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ff38efeaf9d3a9acb6befee1b05bafbd\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_575e36e6065a311dcecc16c41a715f7e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_df0c8e812d297ba00e7e378571d81209\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e2f80ea5312b845ec1dd036dd90c8334\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_24e34e70553a84fda04d0d6cdcc67d45\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_cabd68e1107eaf3cff3960abed8a4de2\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_2dd74b6f810e22de4e1fe21f4d40fbe6\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5020f92a18437269b032b543f5bbdc61\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d5f18cc481932c0f0dc525de478bca97\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7aeb69c3ff04b7e47dbe4fe2d7c25f6f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_31a77cc3632279f233bddd8f8c0437cf\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fabd48e3fc401c169ec5a575065da106\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_63c5ea36f014ac14ebef7de8e1587988\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2a03b23eeb6630e2b1a251bd380d14b2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3ef6c82f425417ad69cbe5ca7e49225f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_47b19ea50ec0bdfcacf07b0d767c1a7b\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_15fa7ad827761bf9a786b49676ad3c3a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_0cb5b8e951fdc83cfa906ee7b924b2a4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6030,646,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:16;s:9:\"et_pb_cta\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6032,577,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6033,566,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6036,552,'_et_dynamic_cached_shortcodes','a:11:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:12:\"et_pb_button\";i:7;s:13:\"et_pb_heading\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:10:\"et_pb_text\";}'),
(6037,578,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6462,520,'_wp_trash_meta_status','publish'),
(6463,520,'_wp_trash_meta_time','1740201295'),
(6464,520,'_wp_desired_post_slug','fleet'),
(6042,1197,'_wp_attached_file','2025/02/csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd.jpg'),
(6043,1197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1125;s:4:\"file\";s:95:\"2025/02/csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd.jpg\";s:8:\"filesize\";i:345918;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-300x211.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:211;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14629;}s:5:\"large\";a:5:{s:4:\"file\";s:96:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-1024x720.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117381;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-768x540.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70874;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:97:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-1536x1080.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241890;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21836;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:96:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120036;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23367;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36545;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:96:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-1080x759.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:759;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128825;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39448;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:96:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-1280x900.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175638;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-980x689.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:689;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110089;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:95:\"csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd-480x338.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6119,562,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5189,562,'_et_pb_ab_subjects',''),
(5190,562,'_et_pb_enable_shortcode_tracking',''),
(5191,562,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"562\" /]'),
(5192,562,'_et_pb_custom_css',''),
(5193,562,'_et_pb_gutter_width','3'),
(5194,562,'_thumbnail_id','0'),
(5195,562,'_global_colors_info','{}'),
(5196,562,'_et_pb_first_image',''),
(5197,562,'_et_pb_truncate_post',''),
(5198,562,'_et_pb_truncate_post_date',''),
(5199,562,'_et_builder_version','VB|Divi|4.27.4'),
(5201,562,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(5184,1042,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-4-800x800.jpg'),
(5185,1043,'_wp_attached_file','2025/02/new-portrait-1-800x800-1-2-800x800.jpg'),
(5186,1043,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-1-800x800-1-2-800x800.jpg\";s:8:\"filesize\";i:80767;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22906;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8477;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92817;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23603;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87881;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38967;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41664;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-1-800x800-1-2-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45766;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5187,1042,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-6-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5188,562,'_et_pb_built_for_post_type','page'),
(6083,561,'_et_dynamic_cached_shortcodes','a:11:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:16;s:9:\"et_pb_cta\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}');
INSERT INTO `wp_postmeta` VALUES
(6084,561,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5174,562,'_et_pb_use_builder','on'),
(5175,562,'_et_pb_show_page_creation','off'),
(5176,562,'_et_pb_old_content',''),
(5988,573,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5989,573,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:81:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c0a4c42e472cafae3a04a8c6c52d09b2\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ec16e04166be67ad2128a2c2ec255f3f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_11d9cee2aefe523233691005c85c84af\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_93ad3e782d8f4f16ddc4d933147db758\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2c930c5c853bfebb8ecb1560994ee3cd\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_43c8f6cb99c8fc43d698bbe234ea86bd\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_cc60f7567e24ab2799cabf402f235bca\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b0fa5ea88db7dceee357eba9782a30fe\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2797a9618de450ed3db167b409031361\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_18b95600cb6d7840fe90c4113c5033e6\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0ba5603b874558cf8635fb71d66e348e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_170570695d1594163fdd1533459cd67c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cd2477741b8bde21ca0338fea278bf54\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_49b8858fa6408b09391b5e3238fa4056\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d5336f490bc41a28b50097f40b8a7b75\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_554dd3c5d1a323cda71e9eda1506e096\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_d45e5afc05d1877973668397d72e0de1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_fe5a901f501cc72ff32c3093342e84de\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1e86663dc36c654ee2816752e6f1d58a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_feced2e6cbf289c21ae9c16a82045a8e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_de39dba482b5ad6a1674413702005b52\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_078944590b9ad1c191f251f91a56a84a\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_036af7eb6be247a5db39296a9400d670\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_685e2f9564ea3440e47c064225e0a080\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_77453e334e5043335f146078adb0038a\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a1da6b81895061a439df6ab1c4db5309\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_262927be2dd26a2f78f3741dad86e660\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d93b45274fb396f6d7cc1000cb859ea0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_126536b0dbbabb77ec6a159341b631a9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a3888dd17d498d56d72bd11456840b3e\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ac6deaa4204b194fae62e0e6ca345b3e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7dcc825d8aedffcd1bd5bd9643659d7a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4305cb7ea2bee3420e1f72799384fdfd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_34ab3dcd380550574e06ab19874cc815\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d5e1a4d258ee875b36bd611ac3669a7a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a0cea0b4c82b317cff96bb5bb01b50c5\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a6e8b9388bb6502222f64247bb552d3c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c0b2da1f72dc52a56220eb0f41594976\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0b5e48e8d35b2d174e780c5e7e140df8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_40a636861ae287c6d1240c44a9fea827\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_52e0c40f196ba6197e867ac8125140b5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5b43fe6e262e89e2f7a337a65080a92b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_943267a9ceed0a2e6242113df7a0513c\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6d115779905713d1e14ab00f56574174\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_da401cf0fbe6ada94bbf4345245f2135\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a3be148a5bad70feb302f027aac07848\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4f25e15c3ee2b1986aa14ff3a3336dac\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_17b40478f81bdd08787da0115ef7a96b\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ef3b86982677fdf60d380621720e2b94\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_dcbd9f4ff82e78eb87a5e39a08572e55\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e08f2fcc9aa20979e6410dbfe15a76a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_22d7848cb99580cc4a99aa64b9994cee\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_16c912e7b2d903ff446b585839a2301a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c357d5f234420cb566ebecfdcc2c9e79\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_51990840bb78b566701802572701e918\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_b0a7e1ae861381f8755798e44d08ae14\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_bd0cb6e1f4825c40d317efbf65cbe9f8\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6d066310e1d18b1ac7d0bbcfc81cb1f5\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_7c271a76f5f6170e377631e278d98d25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_efaa002f5282ecf8ff0a3281f6b6d7c7\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ea4b3dd38fdb146d1d517136d481198d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_b4cb13cd4de43b7ed5e9da116cbdc8aa\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9a89af08b96ba775d51e4cee1144ea17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d5e2c46372485ce2048477b37e1844ef\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8e33b41387c53e315c746af1d39c5a4e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8d29faffe909850a43a587a74b55632e\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fd585978d80f2be3dfe2d9fb6710bd30\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5994,1189,'original-file','2025/02/goggles-re-02-scaled-updraft-pre-smush-original.jpg'),
(5995,1189,'smush-complete','1'),
(5996,1189,'smush-info','The file was compressed from 124.99 KB to 113.68 KB, saving 9.04 percent, using WP-Optimize'),
(5997,1189,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:127985;s:12:\"smushed-size\";i:116410;s:15:\"savings-percent\";d:9.03999999999999914734871708787977695465087890625;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:127985;s:10:\"compressed\";i:116410;}s:6:\"medium\";a:2:{s:8:\"original\";i:5524;s:10:\"compressed\";i:5201;}s:5:\"large\";a:2:{s:8:\"original\";i:31467;s:10:\"compressed\";i:29551;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:3032;s:10:\"compressed\";i:2675;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:20422;s:10:\"compressed\";i:19334;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:57800;s:10:\"compressed\";i:53837;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:89959;s:10:\"compressed\";i:82497;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:9857;s:10:\"compressed\";i:9285;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:43155;s:10:\"compressed\";i:39215;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:10075;s:10:\"compressed\";i:9426;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:14483;s:10:\"compressed\";i:13459;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:34185;s:10:\"compressed\";i:32141;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:11795;s:10:\"compressed\";i:10575;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:161681;s:10:\"compressed\";i:136409;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:44038;s:10:\"compressed\";i:41237;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:29710;s:10:\"compressed\";i:27938;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:10401;s:10:\"compressed\";i:9982;}}}'),
(5240,563,'_et_pb_ab_subjects',''),
(5241,563,'_et_pb_enable_shortcode_tracking',''),
(5242,563,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"563\" /]'),
(5243,563,'_et_pb_custom_css',''),
(5244,563,'_et_pb_gutter_width','3'),
(5245,563,'_thumbnail_id','0'),
(5246,563,'_global_colors_info','{}'),
(5247,563,'_et_pb_first_image',''),
(5248,563,'_et_pb_truncate_post',''),
(5212,1040,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5213,1040,'smush-complete',''),
(5214,1041,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5215,1041,'smush-complete',''),
(5216,1042,'original-file','2025/02/new-portrait-6-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5217,1042,'smush-complete','1'),
(5218,1042,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(5219,1042,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(5220,1043,'original-file','2025/02/new-portrait-1-800x800-1-2-800x800-updraft-pre-smush-original.jpg'),
(5221,1043,'smush-complete','1'),
(5222,1043,'smush-info','The file was compressed from 78.87 KB to 70.23 KB, saving 10.96 percent, using WP-Optimize'),
(5223,1043,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:80767;s:12:\"smushed-size\";i:71911;s:15:\"savings-percent\";d:10.96000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:80767;s:10:\"compressed\";i:71911;}s:6:\"medium\";a:2:{s:8:\"original\";i:22906;s:10:\"compressed\";i:21534;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8477;s:10:\"compressed\";i:7982;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:92817;s:10:\"compressed\";i:89627;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23603;s:10:\"compressed\";i:22307;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:87881;s:10:\"compressed\";i:85013;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26392;s:10:\"compressed\";i:24911;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38967;s:10:\"compressed\";i:37059;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:41664;s:10:\"compressed\";i:39626;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:45766;s:10:\"compressed\";i:43461;}}}'),
(5235,1051,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-10-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:57849;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17128;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65346;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28520;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5238,1052,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-9-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:128910;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48213;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5232,1050,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-4-800x800.jpg'),
(5233,1051,'_wp_attached_file','2025/02/new-portrait-10-800x800-1-3-800x800.jpg'),
(5234,1050,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-11-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5237,1052,'_wp_attached_file','2025/02/new-portrait-9-800x800-1-3-800x800.jpg'),
(5239,563,'_et_pb_built_for_post_type','page'),
(5249,563,'_et_pb_truncate_post_date',''),
(5250,563,'_et_builder_version','VB|Divi|4.27.4'),
(6102,1203,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:318850;s:12:\"smushed-size\";i:106114;s:15:\"savings-percent\";d:66.719999999999998863131622783839702606201171875;s:10:\"sizes-info\";a:7:{s:4:\"full\";a:2:{s:8:\"original\";i:318850;s:10:\"compressed\";i:106114;}s:6:\"medium\";a:2:{s:8:\"original\";i:192366;s:10:\"compressed\";i:56735;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:51287;s:10:\"compressed\";i:16473;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:221071;s:10:\"compressed\";i:67752;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:249051;s:10:\"compressed\";i:74562;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:359204;s:10:\"compressed\";i:103595;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:364532;s:10:\"compressed\";i:105294;}}}'),
(5953,573,'_et_pb_use_builder','on'),
(5954,573,'_et_pb_show_page_creation','off'),
(5955,573,'_et_pb_old_content',''),
(5208,563,'_et_pb_use_builder','on'),
(5209,563,'_et_pb_show_page_creation','off'),
(5210,563,'_et_pb_old_content',''),
(5933,575,'_et_pb_ab_subjects',''),
(5934,575,'_et_pb_enable_shortcode_tracking',''),
(5935,575,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"575\" /]'),
(5936,575,'_et_pb_custom_css',''),
(5937,575,'_et_pb_gutter_width','3'),
(5938,575,'_thumbnail_id','0'),
(5939,575,'_global_colors_info','{}'),
(5940,575,'_et_pb_first_image',''),
(5941,575,'_et_pb_truncate_post',''),
(5922,1181,'_wp_attached_file','2025/02/11maxresdefault.jpg'),
(5923,1181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:27:\"2025/02/11maxresdefault.jpg\";s:8:\"filesize\";i:101492;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14019;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"11maxresdefault-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83136;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8076;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55424;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23167;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"11maxresdefault-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98759;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25830;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39051;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"11maxresdefault-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91015;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38980;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79364;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"11maxresdefault-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28038;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5924,1177,'original-file','2025/02/HTB1Ia0HaLvsK1RjSspdq6AZepXat-updraft-pre-smush-original.jpg'),
(5925,1177,'smush-complete','1'),
(5926,1177,'smush-info','The file was compressed from 97.21 KB to 93.75 KB, saving 3.56 percent, using WP-Optimize'),
(5927,1177,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:99543;s:12:\"smushed-size\";i:95999;s:15:\"savings-percent\";d:3.560000000000000053290705182007513940334320068359375;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:99543;s:10:\"compressed\";i:95999;}s:6:\"medium\";a:2:{s:8:\"original\";i:15053;s:10:\"compressed\";i:13995;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4720;s:10:\"compressed\";i:4425;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:10776;s:10:\"compressed\";i:10048;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:70008;s:10:\"compressed\";i:64191;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:13733;s:10:\"compressed\";i:12745;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:22855;s:10:\"compressed\";i:21125;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:30936;s:10:\"compressed\";i:28558;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:33335;s:10:\"compressed\";i:30717;}}}'),
(5928,1181,'original-file','2025/02/11maxresdefault-updraft-pre-smush-original.jpg'),
(5929,1181,'smush-complete','1'),
(5930,1181,'smush-info','The file was compressed from 99.11 KB to 98.56 KB, saving 0.56 percent, using WP-Optimize'),
(5931,1181,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:101492;s:12:\"smushed-size\";i:100928;s:15:\"savings-percent\";d:0.560000000000000053290705182007513940334320068359375;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:101492;s:10:\"compressed\";i:100928;}s:6:\"medium\";a:2:{s:8:\"original\";i:14019;s:10:\"compressed\";i:13358;}s:5:\"large\";a:2:{s:8:\"original\";i:83136;s:10:\"compressed\";i:80930;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8076;s:10:\"compressed\";i:7690;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:55424;s:10:\"compressed\";i:53686;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23167;s:10:\"compressed\";i:22229;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:98759;s:10:\"compressed\";i:96172;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:25830;s:10:\"compressed\";i:24868;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:39051;s:10:\"compressed\";i:37645;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:91015;s:10:\"compressed\";i:88551;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38980;s:10:\"compressed\";i:37680;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:79364;s:10:\"compressed\";i:77054;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:28038;s:10:\"compressed\";i:26937;}}}'),
(5932,575,'_et_pb_built_for_post_type','page'),
(5942,575,'_et_pb_truncate_post_date',''),
(5943,575,'_et_builder_version','VB|Divi|4.27.4'),
(5945,575,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(5951,575,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5952,575,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:88:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_440f435c70412aed7eb8c6b4317226fb\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5343ecbf2531b47e88d37fe5e2e33298\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_51c8cc510aa5b9abb63001f0e6c3eb75\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4d04c09c08a75bac14c62bd890ac072c\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_040991fc0e3ead798023fa04380fd2c9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b0b154b6824fccb19334c99a5ffdc0da\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6e32e2ac309d728778056251e0319e8d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_552b34c853ce4bfbe521fd7ac9c31515\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4875cbe1c0f7929bd0bc615406d7adbc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_abce0b4154fa687605e47e7ccbd7077d\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8f68b66ce7179b0dfe0e7205b7b2269f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bc14445071a32f7f751ce6daed5a49bb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4e0e2aa9c487455984411d8b831fdb55\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_21cd59a39690378c8337b57a3d3ae042\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d2b54e3927a3da38960ac68f8a31124a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_aee77ee7c53428c4a3b8ba12ca23a36d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_019759a0d2def25e0d4bc10046427a5b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7067f28ced9b024d1f28c328390bfdba\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_bacbf90e48d81ad8b09d0b4cd53e3d60\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3c686b551b543e31ac09dc4ad1c9d97c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2796b88f8893cfa5d79227d1e5739bf5\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_eb7a5001d5be42dbe057c0ff63d17cf8\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_56ef4a3d82148e335774a2c1a70ce99a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_567fe7adfd502a036447147389a5bc05\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3c52c768211a0412074082b64e8d39a5\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c63178debea8b6cc3c935bdb8bc731de\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d163d1f8b61eee291e752f4db01da61d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_80141723404e7b8b7ce644c6e897669a\";a:4:{s:3:\"bor\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_84c081a021630a36b900af6f4fbd07c9\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c6be8878397d9eeecfeceb5f00ea5b3c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f6c7580fb242f7793e79e44e20fbaecd\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cad267b6fea4d977ac9426f3dfd6191d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b3b8a98545b6db17adfdfac32a22f849\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_9851f99a94ed99f82f1cdfb386f2818e\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_13781076dab003a1a16fd80359b0e236\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_92d27d5e13c0bbf8cfa05987104594f4\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_305248f5460019d2266a1d23fe7320f2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_422b03d59fe7cef26bbb9df55a1caf30\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c514ef4f49e815f0c73fe855891593fa\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8d1faf0c794d4b0bd9c9a3a94140eadd\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5c9efd0f524cd4dfe91eb5be105c6585\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_608eeaec423b259b2de50d241e7f2115\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_7e9c6756f93a35793491619536cd8e9f\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ae17e95ff4268d3ccba6a0f982b58a8b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a83c1febf3a0a95843151335944bcb42\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7b0b343a6cc60925e65d5fcc5ef47439\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_73b323427c5aad1e86e13b23d8f93cae\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7f1c3530a594891c3d5cd5707b9b165c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2810376d428049907d8c307c175f2852\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c4002b4705c9b828a9aff2c9ac2e9007\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_25ad5c7ca0eb0cb7a4c6f91a1d93d3e8\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a7181e68966bfc8d63bf316a54d7b871\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_af6370907b6e269325fd985cb551a60a\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6721f6096ea06cf5960fd238ba4119e1\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_708c7297a303da34033cce049e63c216\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8dabf7b6f6ff9cbd408999f1a8ff3192\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4ee21836bc5cf47ede7b7dab9f1ff979\";a:6:{s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d6d829866a99d71689fc14d39be27760\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_714b2700799ac943f66f424da1cd4f1a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4d6fcd398475863108bfed6cebc59875\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d10a4c15f7b77250e53919141e1e12ff\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fb36c55d61ccd0f3b1f5872c91e41e63\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b24acb65e1066f5124d92eb34ffa3037\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_531a1a55a0a5d8733f93a7aedf86023f\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5918,575,'_et_pb_use_builder','on'),
(5919,575,'_et_pb_show_page_creation','off'),
(5920,575,'_et_pb_old_content',''),
(5949,575,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(5950,575,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5283,564,'_et_pb_ab_subjects',''),
(5284,564,'_et_pb_enable_shortcode_tracking',''),
(5285,564,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"564\" /]'),
(5286,564,'_et_pb_custom_css',''),
(5287,564,'_et_pb_gutter_width','3'),
(5288,564,'_thumbnail_id','0'),
(5289,564,'_global_colors_info','{}'),
(5290,564,'_et_pb_first_image',''),
(5291,564,'_et_pb_truncate_post',''),
(5292,564,'_et_pb_truncate_post_date',''),
(5293,564,'_et_builder_version','VB|Divi|4.27.4'),
(6099,1203,'original-file','2025/02/aviation-students-1-edited-updraft-pre-smush-original.png'),
(6100,1203,'smush-complete','1'),
(6101,1203,'smush-info','The file was compressed from 311.38 KB to 103.63 KB, saving 66.72 percent, using WP-Optimize'),
(5295,564,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(5278,1060,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-4-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:54924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64352;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5279,1062,'_wp_attached_file','2025/02/new-portrait-2-800x800-1-3-800x800.jpg'),
(5280,1061,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-5-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:79151;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36650;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5281,1062,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-2-800x800-1-3-800x800.jpg\";s:8:\"filesize\";i:114344;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114300;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110675;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26037;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48586;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-3-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5271,1059,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-5-800x800.jpg'),
(5274,1059,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-6-800x800-1-5-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-5-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5275,1061,'_wp_attached_file','2025/02/new-portrait-5-800x800-1-4-800x800.jpg'),
(5276,1060,'_wp_attached_file','2025/02/new-portrait-4-800x800-1-4-800x800.jpg'),
(5282,564,'_et_pb_built_for_post_type','page'),
(5258,564,'_et_pb_use_builder','on'),
(5259,564,'_et_pb_show_page_creation','off'),
(5260,564,'_et_pb_old_content',''),
(5899,572,'_et_pb_ab_subjects',''),
(5900,572,'_et_pb_enable_shortcode_tracking',''),
(5901,572,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"572\" /]'),
(5902,572,'_et_pb_custom_css',''),
(5903,572,'_et_pb_gutter_width','3'),
(5904,572,'_thumbnail_id','0'),
(5905,572,'_global_colors_info','{}'),
(5906,572,'_et_pb_first_image',''),
(5907,572,'_et_pb_truncate_post',''),
(5882,1174,'_wp_attached_file','2025/02/maxresdefault.jpg'),
(5883,1174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:25:\"2025/02/maxresdefault.jpg\";s:8:\"filesize\";i:132903;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"maxresdefault-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17287;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"maxresdefault-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103519;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"maxresdefault-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"maxresdefault-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69856;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"maxresdefault-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29051;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"maxresdefault-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120238;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"maxresdefault-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31727;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"maxresdefault-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45738;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"maxresdefault-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"maxresdefault-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44142;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"maxresdefault-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"maxresdefault-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35536;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5884,1175,'_wp_attached_file','2025/02/22.jpg'),
(5885,1175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:14:\"2025/02/22.jpg\";s:8:\"filesize\";i:65726;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:14:\"22-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7364;}s:5:\"large\";a:5:{s:4:\"file\";s:15:\"22-1024x538.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49561;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:14:\"22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4103;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:14:\"22-768x403.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32749;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:14:\"22-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13260;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"22-1080x630.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:630;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57304;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:14:\"22-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14192;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:14:\"22-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21168;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:15:\"22-1080x567.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:567;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53103;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:14:\"22-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19775;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:14:\"22-980x515.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46923;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:14:\"22-480x252.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5886,1176,'_wp_attached_file','2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp'),
(5887,1176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:533;s:4:\"file\";s:42:\"2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp\";s:8:\"filesize\";i:98944;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:12952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-768x512.webp\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:73358;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:24774;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25018;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41382;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:40406;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"HTB1.sA2mC_I8KJjy0Foq6yFnVXa7-480x320.webp\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:33238;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5878,572,'_et_pb_use_builder','on'),
(5879,572,'_et_pb_show_page_creation','off'),
(5880,572,'_et_pb_old_content',''),
(5913,572,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5914,572,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:72:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4f0685e2783b9117ddc76310ea979d95\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ec16e04166be67ad2128a2c2ec255f3f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_11d9cee2aefe523233691005c85c84af\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_bf5c1799a72371bbb975e5b285c723d1\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_41ffbe4ba1de41a3ddb65422060561db\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_43c8f6cb99c8fc43d698bbe234ea86bd\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b899d7028bbbaa2a6ef98e6db0e856d1\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c0d5dfb450f9d89d59684e6fdc762958\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_50c86b04c11bd98bae72e7d56088e2a7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0b5e48e8d35b2d174e780c5e7e140df8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0ba5603b874558cf8635fb71d66e348e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9449b945f0771de6b26bd2aef7c26bdf\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1c874d948bbcfdb68e51c02a412252e3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5b43fe6e262e89e2f7a337a65080a92b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5ba9b4062f5d9ecef600d4203a7107fe\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_3254da0b7251e82d8c5f88716eaf88d0\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b21ed59311743aa25e84d1345a8d2759\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99a2c2ef6308359247bbc2bcdc0049b1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9bfbc8c298357e70c0063d3dabf49a33\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_2253c916f2faaf36d83d6ddc85ff002d\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_13727eb8b3546856143b4de2fbe3942c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d5e1a4d258ee875b36bd611ac3669a7a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_66442eb680a4c57f776211796e6f8e7b\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_730927265893bb5b6d2893020c5ae158\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_71ed3587117f89267211c982d1dadd82\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_5c28616ebc43e7142ed129337bbdf6e8\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_28bfabafbc22cdb5f17c937fb1d5662e\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f9ac08bc13a6ce0b34e0d8b0b203c167\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e72c109c05d8a051ca06588d5aa9e75b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f3f0938bd5ec97ee0cdde954e51e6ab6\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8e321339d5e2d29a0b5b3ba401eb088e\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d7c46f2dd8e88fb843909446b97fbbed\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7acedda2505f20eba21d91c24df53fb7\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_7b7bc41769e5a5a728a6ed31c94f7b19\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b6667ca8ded467448ff312c3086f0622\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4d3307f6a63bd30f3997e5bb62f5cf1d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7aa63b5ac9429cae63c8be99836ddfc8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a3790e895148bcc7965394cfd5aa8113\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_13fda5fceacb0fcc2e93802c47db5d6a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d05716f15363811c42f18d33cab7490\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dc19d1bcb2e71e26e985898d71572389\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_bbc7423e3385ad144237c83cde6f00a2\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_bd5e35102da24b7c80f6efc15c7703cb\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9b6bb4f3ed6974b22a7bced1f2b93546\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fdf901a757aac6a7b29cec354dcbaae4\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7feba595e5d0096ba0161c1355c9187c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1faf0c6dc040d0709f2dd4effad27a1a\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_36f084f660a790b4549091f5638e605c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a903e2d592f60e8db97be43fb003f683\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f0a93d92d3ac17fd080d7436eafd928f\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_ee4bbf3985e30037fe60dddc7f102652\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c2235bc06b327cb1e7843e00b83ef9ab\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_534b93fb44295a2625dd54810cc58da1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_456f32b54e4abc44594700d3c96157a5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_95b28b20a91e727ff7454e3ec4b4e705\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_85d77608ee4415895e3d115a2300e6ea\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_291afa3c27cdfcdbe3495ee78a655f98\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_940e2b312f62c7067c3a506a50fa55b2\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5382,565,'_et_pb_ab_subjects',''),
(5383,565,'_et_pb_enable_shortcode_tracking',''),
(5384,565,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"565\" /]'),
(5385,565,'_et_pb_custom_css',''),
(5386,565,'_et_pb_gutter_width','3'),
(5387,565,'_thumbnail_id','0'),
(5388,565,'_global_colors_info','{}'),
(5389,565,'_et_pb_first_image',''),
(5390,565,'_et_pb_truncate_post',''),
(5391,565,'_et_pb_truncate_post_date',''),
(5392,565,'_et_builder_version','VB|Divi|4.27.4'),
(5394,565,'_et_builder_dynamic_assets_loading_attr_threshold','5'),
(6148,1215,'smush-complete','1'),
(6149,1215,'smush-info','The file was compressed from 202.29 KB to 195.37 KB, saving 3.42 percent, using WP-Optimize'),
(5320,1071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-11-800x800-1-5-800x800.jpg\";s:8:\"filesize\";i:77881;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18023;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77195;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20599;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31111;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-11-800x800-1-5-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41189;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5316,1069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-9-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:128910;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7196;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120194;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125175;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41617;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48213;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-9-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50012;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5315,1070,'_wp_attached_file','2025/02/new-portrait-10-800x800-1-4-800x800.jpg'),
(5319,1071,'_wp_attached_file','2025/02/new-portrait-11-800x800-1-5-800x800.jpg'),
(5318,1070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:47:\"2025/02/new-portrait-10-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:57849;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15317;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17128;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65346;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28345;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28520;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"new-portrait-10-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30864;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5314,1069,'_wp_attached_file','2025/02/new-portrait-9-800x800-1-4-800x800.jpg'),
(5321,1048,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5322,1048,'smush-complete',''),
(5323,1047,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5324,1047,'smush-complete',''),
(5325,1049,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5326,1049,'smush-complete',''),
(5327,1050,'original-file','2025/02/new-portrait-11-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5328,1050,'smush-complete','1'),
(5329,1050,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(5330,1050,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(5331,1051,'original-file','2025/02/new-portrait-10-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(5332,1051,'smush-complete','1'),
(5333,1051,'smush-info','The file was compressed from 56.49 KB to 53.76 KB, saving 4.84 percent, using WP-Optimize'),
(5334,1051,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:57849;s:12:\"smushed-size\";i:55051;s:15:\"savings-percent\";d:4.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:57849;s:10:\"compressed\";i:55051;}s:6:\"medium\";a:2:{s:8:\"original\";i:15317;s:10:\"compressed\";i:14852;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5968;s:10:\"compressed\";i:5572;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64585;s:10:\"compressed\";i:63445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17128;s:10:\"compressed\";i:16461;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65346;s:10:\"compressed\";i:64571;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19269;s:10:\"compressed\";i:18598;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28345;s:10:\"compressed\";i:27493;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28520;s:10:\"compressed\";i:27667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30864;s:10:\"compressed\";i:29978;}}}'),
(5335,1052,'original-file','2025/02/new-portrait-9-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(5336,1052,'smush-complete','1'),
(5337,1052,'smush-info','The file was compressed from 125.89 KB to 113.67 KB, saving 9.71 percent, using WP-Optimize'),
(5338,1052,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128910;s:12:\"smushed-size\";i:116397;s:15:\"savings-percent\";d:9.71000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:128910;s:10:\"compressed\";i:116397;}s:6:\"medium\";a:2:{s:8:\"original\";i:20763;s:10:\"compressed\";i:19822;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7196;s:10:\"compressed\";i:6799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:120194;s:10:\"compressed\";i:115161;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22965;s:10:\"compressed\";i:21767;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:125175;s:10:\"compressed\";i:121143;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26219;s:10:\"compressed\";i:24812;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41617;s:10:\"compressed\";i:39237;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48213;s:10:\"compressed\";i:45133;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50012;s:10:\"compressed\";i:46961;}}}'),
(5339,1056,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5340,1056,'smush-complete',''),
(5341,1055,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5342,1055,'smush-complete',''),
(5343,1057,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5344,1057,'smush-complete',''),
(5345,1058,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5346,1058,'smush-complete',''),
(5347,1059,'original-file','2025/02/new-portrait-6-800x800-1-5-800x800-updraft-pre-smush-original.jpg'),
(5348,1059,'smush-complete','1'),
(5349,1059,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(5350,1059,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(5351,1061,'original-file','2025/02/new-portrait-5-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5352,1061,'smush-complete','1'),
(5353,1061,'smush-info','The file was compressed from 77.30 KB to 75.93 KB, saving 1.76 percent, using WP-Optimize'),
(5354,1061,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79151;s:12:\"smushed-size\";i:77757;s:15:\"savings-percent\";d:1.7600000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79151;s:10:\"compressed\";i:77757;}s:6:\"medium\";a:2:{s:8:\"original\";i:19405;s:10:\"compressed\";i:18460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7093;s:10:\"compressed\";i:6744;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82411;s:10:\"compressed\";i:79652;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17799;s:10:\"compressed\";i:17158;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78474;s:10:\"compressed\";i:76217;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20866;s:10:\"compressed\";i:20012;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31357;s:10:\"compressed\";i:30216;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36650;s:10:\"compressed\";i:35091;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39488;s:10:\"compressed\";i:37874;}}}'),
(5355,1060,'original-file','2025/02/new-portrait-4-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5356,1060,'smush-complete','1'),
(5357,1060,'smush-info','The file was compressed from 53.64 KB to 52.02 KB, saving 3.02 percent, using WP-Optimize'),
(5358,1060,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:54924;s:12:\"smushed-size\";i:53266;s:15:\"savings-percent\";d:3.020000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:54924;s:10:\"compressed\";i:53266;}s:6:\"medium\";a:2:{s:8:\"original\";i:16089;s:10:\"compressed\";i:15511;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6253;s:10:\"compressed\";i:5867;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64352;s:10:\"compressed\";i:62917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16922;s:10:\"compressed\";i:16161;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:60768;s:10:\"compressed\";i:59631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18791;s:10:\"compressed\";i:18032;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27812;s:10:\"compressed\";i:26829;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28805;s:10:\"compressed\";i:27942;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31401;s:10:\"compressed\";i:30441;}}}'),
(5359,1062,'original-file','2025/02/new-portrait-2-800x800-1-3-800x800-updraft-pre-smush-original.jpg'),
(5360,1062,'smush-complete','1'),
(5361,1062,'smush-info','The file was compressed from 111.66 KB to 102.76 KB, saving 7.98 percent, using WP-Optimize'),
(5362,1062,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:114344;s:12:\"smushed-size\";i:105222;s:15:\"savings-percent\";d:7.980000000000000426325641456060111522674560546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:114344;s:10:\"compressed\";i:105222;}s:6:\"medium\";a:2:{s:8:\"original\";i:21863;s:10:\"compressed\";i:20638;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7354;s:10:\"compressed\";i:6964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:114300;s:10:\"compressed\";i:109953;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23094;s:10:\"compressed\";i:21819;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:110675;s:10:\"compressed\";i:107541;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26037;s:10:\"compressed\";i:24633;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40478;s:10:\"compressed\";i:38447;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48586;s:10:\"compressed\";i:45947;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50168;s:10:\"compressed\";i:47480;}}}'),
(5363,1066,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5364,1066,'smush-complete',''),
(5365,1067,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5366,1067,'smush-complete',''),
(5367,1068,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5368,1068,'smush-complete',''),
(5369,1069,'original-file','2025/02/new-portrait-9-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5370,1069,'smush-complete','1'),
(5371,1069,'smush-info','The file was compressed from 125.89 KB to 113.67 KB, saving 9.71 percent, using WP-Optimize'),
(5372,1069,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128910;s:12:\"smushed-size\";i:116397;s:15:\"savings-percent\";d:9.71000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:128910;s:10:\"compressed\";i:116397;}s:6:\"medium\";a:2:{s:8:\"original\";i:20763;s:10:\"compressed\";i:19822;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7196;s:10:\"compressed\";i:6799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:120194;s:10:\"compressed\";i:115161;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22965;s:10:\"compressed\";i:21767;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:125175;s:10:\"compressed\";i:121143;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26219;s:10:\"compressed\";i:24812;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41617;s:10:\"compressed\";i:39237;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48213;s:10:\"compressed\";i:45133;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50012;s:10:\"compressed\";i:46961;}}}'),
(5373,1070,'original-file','2025/02/new-portrait-10-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5374,1070,'smush-complete','1'),
(5375,1070,'smush-info','The file was compressed from 56.49 KB to 53.76 KB, saving 4.84 percent, using WP-Optimize'),
(5376,1070,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:57849;s:12:\"smushed-size\";i:55051;s:15:\"savings-percent\";d:4.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:57849;s:10:\"compressed\";i:55051;}s:6:\"medium\";a:2:{s:8:\"original\";i:15317;s:10:\"compressed\";i:14852;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5968;s:10:\"compressed\";i:5572;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64585;s:10:\"compressed\";i:63445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17128;s:10:\"compressed\";i:16461;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:65346;s:10:\"compressed\";i:64571;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:19269;s:10:\"compressed\";i:18598;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:28345;s:10:\"compressed\";i:27493;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28520;s:10:\"compressed\";i:27667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30864;s:10:\"compressed\";i:29978;}}}'),
(5377,1071,'original-file','2025/02/new-portrait-11-800x800-1-5-800x800-updraft-pre-smush-original.jpg'),
(5378,1071,'smush-complete','1'),
(5379,1071,'smush-info','The file was compressed from 76.06 KB to 72.21 KB, saving 5.05 percent, using WP-Optimize'),
(5380,1071,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:77881;s:12:\"smushed-size\";i:73946;s:15:\"savings-percent\";d:5.04999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:77881;s:10:\"compressed\";i:73946;}s:6:\"medium\";a:2:{s:8:\"original\";i:20056;s:10:\"compressed\";i:19015;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7455;s:10:\"compressed\";i:7025;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:86813;s:10:\"compressed\";i:84087;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18023;s:10:\"compressed\";i:17226;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:77195;s:10:\"compressed\";i:75468;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20599;s:10:\"compressed\";i:19680;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31111;s:10:\"compressed\";i:29861;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:38180;s:10:\"compressed\";i:36349;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41189;s:10:\"compressed\";i:39255;}}}'),
(5381,565,'_et_pb_built_for_post_type','page'),
(6150,1215,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:207147;s:12:\"smushed-size\";i:200062;s:15:\"savings-percent\";d:3.4199999999999999289457264239899814128875732421875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:207147;s:10:\"compressed\";i:200062;}s:6:\"medium\";a:2:{s:8:\"original\";i:30518;s:10:\"compressed\";i:28510;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:9800;s:10:\"compressed\";i:9382;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:124466;s:10:\"compressed\";i:119142;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:29765;s:10:\"compressed\";i:28065;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:132843;s:10:\"compressed\";i:124133;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:33719;s:10:\"compressed\";i:31890;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:51723;s:10:\"compressed\";i:48971;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:55292;s:10:\"compressed\";i:52345;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:61293;s:10:\"compressed\";i:58046;}}}'),
(6151,1217,'_wp_attached_file','2025/02/pilot-gehalt-verdienst.jpg'),
(6152,1217,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1440;s:4:\"file\";s:34:\"2025/02/pilot-gehalt-verdienst.jpg\";s:8:\"filesize\";i:289609;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29903;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"pilot-gehalt-verdienst-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9621;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126889;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34140;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"pilot-gehalt-verdienst-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148613;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37083;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56098;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"pilot-gehalt-verdienst-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:209588;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58022;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"pilot-gehalt-verdienst-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260870;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182588;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"pilot-gehalt-verdienst-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62824;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6153,1218,'_wp_attached_file','2025/02/82291073.jpg'),
(6154,1218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:20:\"2025/02/82291073.jpg\";s:8:\"filesize\";i:204595;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"82291073-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23122;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"82291073-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"82291073-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7758;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"82291073-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103006;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"82291073-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25848;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"82291073-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"82291073-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"82291073-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44037;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"82291073-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"82291073-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44523;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"82291073-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151798;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"82291073-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48913;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6180,564,'_et_dynamic_cached_shortcodes','a:14:{i:0;s:18:\"et_pb_column_inner\";i:1;s:20:\"et_pb_accordion_item\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:15:\"et_pb_row_inner\";i:6;s:15:\"et_pb_accordion\";i:7;s:11:\"et_pb_blurb\";i:8;s:10:\"et_pb_icon\";i:9;s:12:\"et_pb_button\";i:10;s:13:\"et_pb_heading\";i:11;s:11:\"et_pb_image\";i:12;s:10:\"et_pb_menu\";i:13;s:10:\"et_pb_text\";}'),
(6181,564,'_et_dynamic_cached_attributes','a:801:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5302,565,'_et_pb_use_builder','on'),
(5303,565,'_et_pb_show_page_creation','off'),
(5304,565,'_et_pb_old_content',''),
(5888,1174,'original-file','2025/02/maxresdefault-updraft-pre-smush-original.jpg'),
(5889,1174,'smush-complete','1'),
(5890,1174,'smush-info','The file was compressed from 129.79 KB to 127.24 KB, saving 1.96 percent, using WP-Optimize'),
(5891,1174,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:132903;s:12:\"smushed-size\";i:130296;s:15:\"savings-percent\";d:1.95999999999999996447286321199499070644378662109375;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:132903;s:10:\"compressed\";i:130296;}s:6:\"medium\";a:2:{s:8:\"original\";i:17287;s:10:\"compressed\";i:16225;}s:5:\"large\";a:2:{s:8:\"original\";i:103519;s:10:\"compressed\";i:99210;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8853;s:10:\"compressed\";i:8515;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:69856;s:10:\"compressed\";i:66642;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:29051;s:10:\"compressed\";i:27513;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:120238;s:10:\"compressed\";i:115461;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:31727;s:10:\"compressed\";i:29950;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:45738;s:10:\"compressed\";i:43552;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:112617;s:10:\"compressed\";i:108044;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:44142;s:10:\"compressed\";i:42032;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:99355;s:10:\"compressed\";i:95129;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:35536;s:10:\"compressed\";i:33678;}}}'),
(5892,1175,'original-file','2025/02/22-updraft-pre-smush-original.jpg'),
(5893,1175,'smush-complete','1'),
(5894,1175,'smush-info','The file was compressed from 64.19 KB to 63.98 KB, saving 0.32 percent, using WP-Optimize'),
(5895,1175,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:65726;s:12:\"smushed-size\";i:65518;s:15:\"savings-percent\";d:0.320000000000000006661338147750939242541790008544921875;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:65726;s:10:\"compressed\";i:65518;}s:6:\"medium\";a:2:{s:8:\"original\";i:7364;s:10:\"compressed\";i:6991;}s:5:\"large\";a:2:{s:8:\"original\";i:49561;s:10:\"compressed\";i:47758;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4103;s:10:\"compressed\";i:3785;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:32749;s:10:\"compressed\";i:31607;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:13260;s:10:\"compressed\";i:12780;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:57304;s:10:\"compressed\";i:54842;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:14192;s:10:\"compressed\";i:13693;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:21168;s:10:\"compressed\";i:20461;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:53103;s:10:\"compressed\";i:51087;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:19775;s:10:\"compressed\";i:19110;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:46923;s:10:\"compressed\";i:45139;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:15737;s:10:\"compressed\";i:15142;}}}'),
(5896,1177,'_wp_attached_file','2025/02/HTB1Ia0HaLvsK1RjSspdq6AZepXat.jpg'),
(5897,1177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:41:\"2025/02/HTB1Ia0HaLvsK1RjSspdq6AZepXat.jpg\";s:8:\"filesize\";i:99543;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4720;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10776;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-750x675.jpg\";s:5:\"width\";i:750;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70008;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13733;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22855;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30936;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"HTB1Ia0HaLvsK1RjSspdq6AZepXat-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33335;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5898,572,'_et_pb_built_for_post_type','page'),
(5908,572,'_et_pb_truncate_post_date',''),
(5909,572,'_et_builder_version','VB|Divi|4.27.4'),
(5910,572,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:13:\"et_pb_heading\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_menu\";i:11;s:10:\"et_pb_text\";}'),
(5911,572,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(5912,572,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5398,1075,'_wp_attached_file','2025/02/1928e537-scaled.jpeg'),
(5399,1075,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2025/02/1928e537-scaled.jpeg\";s:8:\"filesize\";i:1084055;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"1928e537-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11279;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"1928e537-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155648;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"1928e537-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"1928e537-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85582;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"1928e537-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351396;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"1928e537-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:659464;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"1928e537-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18796;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"1928e537-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162717;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"1928e537-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22010;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"1928e537-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41651;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"1928e537-1080x720.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"1928e537-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46520;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"1928e537-2880x1800.jpeg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1310138;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"1928e537-1280x854.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242996;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"1928e537-980x653.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143345;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"1928e537-480x320.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30045;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"1928e537.jpeg\";}'),
(5400,1075,'original-file','2025/02/1928e537-scaled-updraft-pre-smush-original.jpeg'),
(5401,1075,'smush-complete','1'),
(5402,1075,'smush-info','The file was compressed from 1.03 MB to 976.88 KB, saving 7.72 percent, using WP-Optimize'),
(5403,1075,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1084055;s:12:\"smushed-size\";i:1000322;s:15:\"savings-percent\";d:7.71999999999999975131004248396493494510650634765625;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:1084055;s:10:\"compressed\";i:1000322;}s:6:\"medium\";a:2:{s:8:\"original\";i:11279;s:10:\"compressed\";i:10608;}s:5:\"large\";a:2:{s:8:\"original\";i:155648;s:10:\"compressed\";i:147461;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4800;s:10:\"compressed\";i:4462;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:85582;s:10:\"compressed\";i:80046;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:351396;s:10:\"compressed\";i:333121;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:659464;s:10:\"compressed\";i:614846;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18796;s:10:\"compressed\";i:17669;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:162717;s:10:\"compressed\";i:154180;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22010;s:10:\"compressed\";i:20411;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41651;s:10:\"compressed\";i:38600;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:172882;s:10:\"compressed\";i:163824;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:46520;s:10:\"compressed\";i:43548;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:1310138;s:10:\"compressed\";i:1206913;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:242996;s:10:\"compressed\";i:230971;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:143345;s:10:\"compressed\";i:135509;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30045;s:10:\"compressed\";i:27831;}}}'),
(5404,1078,'_et_pb_built_for_post_type','page'),
(5487,566,'_et_pb_ab_subjects',''),
(5488,566,'_et_pb_enable_shortcode_tracking',''),
(5489,566,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"566\" /]'),
(5490,566,'_et_pb_custom_css',''),
(5491,566,'_et_pb_gutter_width','3'),
(5492,566,'_thumbnail_id','0'),
(5493,566,'_global_colors_info','{}'),
(5494,566,'_et_pb_first_image',''),
(5495,566,'_et_pb_truncate_post',''),
(5496,566,'_et_pb_truncate_post_date',''),
(5497,566,'_et_builder_version','VB|Divi|4.27.4'),
(6121,1214,'_wp_attached_file','2025/02/unnamed.jpg'),
(6122,1214,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:900;s:6:\"height\";i:900;s:4:\"file\";s:19:\"2025/02/unnamed.jpg\";s:8:\"filesize\";i:61089;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"unnamed-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12026;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"unnamed-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4287;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"unnamed-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49258;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"unnamed-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13169;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"unnamed-900x675.jpg\";s:5:\"width\";i:900;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49164;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"unnamed-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14484;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"unnamed-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21840;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"unnamed-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23176;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"unnamed-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24610;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5499,566,'_et_builder_dynamic_assets_loading_attr_threshold','5'),
(5438,1090,'_wp_attached_file','2025/02/new-portrait-2-800x800-1-4-800x800.jpg'),
(5432,1088,'_wp_attached_file','2025/02/new-portrait-6-800x800-1-6-800x800.jpg'),
(6110,1208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2262;s:6:\"height\";i:2177;s:4:\"file\";s:39:\"2025/02/G1000-iPad-yoke-weather-IFR.png\";s:8:\"filesize\";i:1876394;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166822;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"G1000-iPad-yoke-weather-IFR-1024x986.png\";s:5:\"width\";i:1024;s:6:\"height\";i:986;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1672666;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47767;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-768x739.png\";s:5:\"width\";i:768;s:6:\"height\";i:739;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:968952;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"G1000-iPad-yoke-weather-IFR-1536x1478.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1478;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3605169;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"G1000-iPad-yoke-weather-IFR-2048x1971.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1971;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6121710;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203714;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"G1000-iPad-yoke-weather-IFR-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1318809;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:374167;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"G1000-iPad-yoke-weather-IFR-1080x1039.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1039;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1847688;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:381565;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:41:\"G1000-iPad-yoke-weather-IFR-2262x1800.png\";s:5:\"width\";i:2262;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4761796;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"G1000-iPad-yoke-weather-IFR-1280x1232.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1232;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2554609;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-980x943.png\";s:5:\"width\";i:980;s:6:\"height\";i:943;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1537935;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"G1000-iPad-yoke-weather-IFR-480x462.png\";s:5:\"width\";i:480;s:6:\"height\";i:462;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399518;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5429,1087,'_wp_attached_file','2025/02/new-portrait-5-800x800-1-5-800x800.jpg'),
(6109,1208,'_wp_attached_file','2025/02/G1000-iPad-yoke-weather-IFR.png'),
(5439,1090,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-2-800x800-1-4-800x800.jpg\";s:8:\"filesize\";i:114344;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21863;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114300;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110675;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26037;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48586;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-2-800x800-1-4-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50168;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5431,1087,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-5-800x800-1-5-800x800.jpg\";s:8:\"filesize\";i:79151;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17799;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78474;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31357;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36650;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-5-800x800-1-5-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39488;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5433,1088,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-6-800x800-1-6-800x800.jpg\";s:8:\"filesize\";i:68965;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7134;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32291;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-6-800x800-1-6-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38540;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5437,1089,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:46:\"2025/02/new-portrait-4-800x800-1-5-800x800.jpg\";s:8:\"filesize\";i:54924;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16089;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6253;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64352;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18791;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"new-portrait-4-800x800-1-5-800x800-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5436,1089,'_wp_attached_file','2025/02/new-portrait-4-800x800-1-5-800x800.jpg'),
(5440,1083,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5441,1083,'smush-complete',''),
(5442,1084,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5443,1084,'smush-complete',''),
(5444,1085,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5445,1085,'smush-complete',''),
(5446,1086,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5447,1086,'smush-complete',''),
(5448,1087,'original-file','2025/02/new-portrait-5-800x800-1-5-800x800-updraft-pre-smush-original.jpg'),
(5449,1087,'smush-complete','1'),
(5450,1087,'smush-info','The file was compressed from 77.30 KB to 75.93 KB, saving 1.76 percent, using WP-Optimize'),
(5451,1087,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:79151;s:12:\"smushed-size\";i:77757;s:15:\"savings-percent\";d:1.7600000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:79151;s:10:\"compressed\";i:77757;}s:6:\"medium\";a:2:{s:8:\"original\";i:19405;s:10:\"compressed\";i:18460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7093;s:10:\"compressed\";i:6744;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:82411;s:10:\"compressed\";i:79652;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17799;s:10:\"compressed\";i:17158;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78474;s:10:\"compressed\";i:76217;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20866;s:10:\"compressed\";i:20012;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31357;s:10:\"compressed\";i:30216;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36650;s:10:\"compressed\";i:35091;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39488;s:10:\"compressed\";i:37874;}}}'),
(5452,1088,'original-file','2025/02/new-portrait-6-800x800-1-6-800x800-updraft-pre-smush-original.jpg'),
(5453,1088,'smush-complete','1'),
(5454,1088,'smush-info','The file was compressed from 67.35 KB to 60.80 KB, saving 9.72 percent, using WP-Optimize'),
(5455,1088,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:68965;s:12:\"smushed-size\";i:62263;s:15:\"savings-percent\";d:9.7200000000000006394884621840901672840118408203125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:68965;s:10:\"compressed\";i:62263;}s:6:\"medium\";a:2:{s:8:\"original\";i:19312;s:10:\"compressed\";i:18418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7134;s:10:\"compressed\";i:6746;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77204;s:10:\"compressed\";i:75482;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:19250;s:10:\"compressed\";i:18410;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:71964;s:10:\"compressed\";i:70631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21795;s:10:\"compressed\";i:20800;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32291;s:10:\"compressed\";i:31067;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35768;s:10:\"compressed\";i:34624;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38540;s:10:\"compressed\";i:37150;}}}'),
(5456,1089,'original-file','2025/02/new-portrait-4-800x800-1-5-800x800-updraft-pre-smush-original.jpg'),
(5457,1089,'smush-complete','1'),
(5458,1089,'smush-info','The file was compressed from 53.64 KB to 52.02 KB, saving 3.02 percent, using WP-Optimize'),
(5459,1089,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:54924;s:12:\"smushed-size\";i:53266;s:15:\"savings-percent\";d:3.020000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:54924;s:10:\"compressed\";i:53266;}s:6:\"medium\";a:2:{s:8:\"original\";i:16089;s:10:\"compressed\";i:15511;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6253;s:10:\"compressed\";i:5867;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64352;s:10:\"compressed\";i:62917;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16922;s:10:\"compressed\";i:16161;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:60768;s:10:\"compressed\";i:59631;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18791;s:10:\"compressed\";i:18032;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27812;s:10:\"compressed\";i:26829;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28805;s:10:\"compressed\";i:27942;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31401;s:10:\"compressed\";i:30441;}}}'),
(5460,1090,'original-file','2025/02/new-portrait-2-800x800-1-4-800x800-updraft-pre-smush-original.jpg'),
(5461,1090,'smush-complete','1'),
(5462,1090,'smush-info','The file was compressed from 111.66 KB to 102.76 KB, saving 7.98 percent, using WP-Optimize'),
(5463,1090,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:114344;s:12:\"smushed-size\";i:105222;s:15:\"savings-percent\";d:7.980000000000000426325641456060111522674560546875;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:114344;s:10:\"compressed\";i:105222;}s:6:\"medium\";a:2:{s:8:\"original\";i:21863;s:10:\"compressed\";i:20638;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7354;s:10:\"compressed\";i:6964;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:114300;s:10:\"compressed\";i:109953;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23094;s:10:\"compressed\";i:21819;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:110675;s:10:\"compressed\";i:107541;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26037;s:10:\"compressed\";i:24633;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:40478;s:10:\"compressed\";i:38447;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48586;s:10:\"compressed\";i:45947;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50168;s:10:\"compressed\";i:47480;}}}'),
(5467,1093,'_wp_attached_file','2025/02/2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512.jpg'),
(5468,1093,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:58:\"2025/02/2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512.jpg\";s:8:\"filesize\";i:17283;s:5:\"sizes\";a:7:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2921;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6194;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7348;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11127;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13736;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14757;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6111,1209,'_wp_attached_file','2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg'),
(6112,1209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:1500;s:4:\"file\";s:70:\"2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg\";s:8:\"filesize\";i:323633;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19853;}s:5:\"large\";a:5:{s:4:\"file\";s:72:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132081;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82724;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20230;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:71:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93910;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22939;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34651;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:72:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144985;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36026;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:72:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193283;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123750;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:70:\"thumb-aviation-pilot-cockpit-square-GettyImages-1432221614-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39974;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5472,1095,'_wp_attached_file','2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512.jpg'),
(5473,1095,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:816;s:6:\"height\";i:512;s:4:\"file\";s:58:\"2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512.jpg\";s:8:\"filesize\";i:74214;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14136;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62024;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22386;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24827;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37758;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42279;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-480x301.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5474,1095,'original-file','2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512-updraft-pre-smush-original.jpg'),
(5475,1095,'smush-complete','1'),
(5476,1095,'smush-info','The file was compressed from 72.47 KB to 70.96 KB, saving 2.1 percent, using WP-Optimize'),
(5477,1095,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:74214;s:12:\"smushed-size\";i:72658;s:15:\"savings-percent\";d:2.100000000000000088817841970012523233890533447265625;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:74214;s:10:\"compressed\";i:72658;}s:6:\"medium\";a:2:{s:8:\"original\";i:14136;s:10:\"compressed\";i:13619;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6804;s:10:\"compressed\";i:6482;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:62024;s:10:\"compressed\";i:60788;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22386;s:10:\"compressed\";i:21705;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24827;s:10:\"compressed\";i:24075;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37758;s:10:\"compressed\";i:36745;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:42279;s:10:\"compressed\";i:41260;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:29817;s:10:\"compressed\";i:28875;}}}'),
(5478,1094,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5479,1094,'smush-complete',''),
(5480,1093,'original-file','2025/02/2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512-updraft-pre-smush-original.jpg'),
(5481,1093,'smush-complete','1'),
(5482,1093,'smush-info','The file was compressed from 16.88 KB to 15.54 KB, saving 7.92 percent, using WP-Optimize'),
(5483,1093,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:17283;s:12:\"smushed-size\";i:15914;s:15:\"savings-percent\";d:7.9199999999999999289457264239899814128875732421875;s:10:\"sizes-info\";a:8:{s:4:\"full\";a:2:{s:8:\"original\";i:17283;s:10:\"compressed\";i:15914;}s:6:\"medium\";a:2:{s:8:\"original\";i:7806;s:10:\"compressed\";i:7347;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:2921;s:10:\"compressed\";i:2593;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:6194;s:10:\"compressed\";i:5515;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:7348;s:10:\"compressed\";i:6682;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:11127;s:10:\"compressed\";i:10138;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:13736;s:10:\"compressed\";i:12623;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:14757;s:10:\"compressed\";i:13593;}}}'),
(5484,1092,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5485,1092,'smush-complete',''),
(5486,566,'_et_pb_built_for_post_type','page'),
(6113,1210,'_wp_attached_file','2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg'),
(6114,1210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1001;s:4:\"file\";s:55:\"2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg\";s:8:\"filesize\";i:100079;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17679;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6236;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-768x751.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74501;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21261;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"Deutsche-Flugsicherung-will-Stellen-abbauen-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98313;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23573;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35606;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33817;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-980x958.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:958;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106475;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"Deutsche-Flugsicherung-will-Stellen-abbauen-480x469.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:469;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6115,1211,'_wp_attached_file','2025/02/photo-1494367079857-303d616995e9.avif'),
(6116,1211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:984;s:6:\"height\";i:1007;s:4:\"file\";s:45:\"2025/02/photo-1494367079857-303d616995e9.avif\";s:8:\"filesize\";i:136877;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-293x300.avif\";s:5:\"width\";i:293;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:24889;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8499;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-768x786.avif\";s:5:\"width\";i:768;s:6:\"height\";i:786;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:91041;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-400x250.avif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:27180;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-984x675.avif\";s:5:\"width\";i:984;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:110246;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-400x284.avif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:30651;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-510x382.avif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:44667;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-400x516.avif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:43750;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"photo-1494367079857-303d616995e9-980x1003.avif\";s:5:\"width\";i:980;s:6:\"height\";i:1003;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:121915;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"photo-1494367079857-303d616995e9-480x491.avif\";s:5:\"width\";i:480;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:49670;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5416,566,'_et_pb_use_builder','on'),
(5417,566,'_et_pb_show_page_creation','off'),
(5418,566,'_et_pb_old_content',''),
(5768,571,'_et_pb_ab_subjects',''),
(5769,571,'_et_pb_enable_shortcode_tracking',''),
(5770,571,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"571\" /]'),
(5771,571,'_et_pb_custom_css',''),
(5772,571,'_et_pb_gutter_width','3'),
(5773,571,'_thumbnail_id','0'),
(5774,571,'_global_colors_info','{}'),
(5775,571,'_et_pb_first_image',''),
(5776,571,'_et_pb_truncate_post',''),
(5763,1149,'original-file','2025/02/operator_bespilotnykh_letatelnykh_apparatov-updraft-pre-smush-original.gif'),
(5764,1149,'smush-complete','1'),
(5765,1149,'smush-info','The file was compressed from 400.84 KB to 400.84 KB, saving 0 percent, using WP-Optimize'),
(5766,1149,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:410457;s:12:\"smushed-size\";i:410457;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:410457;s:10:\"compressed\";i:410457;}s:6:\"medium\";a:2:{s:8:\"original\";i:30845;s:10:\"compressed\";i:30845;}s:5:\"large\";a:2:{s:8:\"original\";i:299499;s:10:\"compressed\";i:299499;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:13424;s:10:\"compressed\";i:13424;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:171945;s:10:\"compressed\";i:171945;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:47794;s:10:\"compressed\";i:47794;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:314129;s:10:\"compressed\";i:314129;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:51331;s:10:\"compressed\";i:51331;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:88589;s:10:\"compressed\";i:88589;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:335286;s:10:\"compressed\";i:335286;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:80639;s:10:\"compressed\";i:80639;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:268601;s:10:\"compressed\";i:268601;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:73431;s:10:\"compressed\";i:73431;}}}'),
(5767,571,'_et_pb_built_for_post_type','page'),
(5777,571,'_et_pb_truncate_post_date',''),
(5778,571,'_et_builder_version','VB|Divi|4.27.4'),
(5780,571,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(5794,1155,'original-file','2025/02/IMG_0747-updraft-pre-smush-original.jpg'),
(5795,571,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:49;s:17:\"et_pb_testimonial\";i:50;s:10:\"et_pb_text\";}'),
(5796,571,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5759,571,'_et_pb_use_builder','on'),
(5760,571,'_et_pb_show_page_creation','off'),
(5761,571,'_et_pb_old_content',''),
(5797,571,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5798,571,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:69:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2a00aa2db6bbd627d4fada75a4b3b3a6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e50abb170a69e92decf462e305478fe1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_714b2700799ac943f66f424da1cd4f1a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_58beb41ed325c30295a1ae24d60cf52c\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b24acb65e1066f5124d92eb34ffa3037\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_b1ef8f0e9493111cdc6cf7ebeac34be6\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_113e1c03778124e58639b296016d98b9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_8e322a43e5f380dd1c5659add5d1dd74\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7870e38ba6e6d5b9ed5c9e7fd53ff8d3\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1cba798bc93038b52f3867f86eb8d066\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_da3984f6902862719cdf0ef5bf72aef5\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8f68b66ce7179b0dfe0e7205b7b2269f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bc14445071a32f7f751ce6daed5a49bb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a225283afcc1d4006114593a15405da4\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_21cd59a39690378c8337b57a3d3ae042\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d2b54e3927a3da38960ac68f8a31124a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c09f4b2d3fba3b41d81bec41be773366\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_af5202887ca2054947c94d0a79db0be9\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_be5b2c38a60b463bf25f0b595aacc7e0\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f2dd4b01d672a30269f25b2be0706bbd\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ea2bf7be0d8e7634216d3d99946a04db\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f25612a3475105ab0394106cdef9f813\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_831961a87364b4fdbcce16d4b974600b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_508b979c55106d6d51a69c3830056bd1\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1d2167b94b7277f2c3b0bd1fb7aa0409\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f276a345b0b4f04f4a73489b48e9c483\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1483da451fd1039a3914be87f611ea6d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1f281dd28ef57f938fb5c8fd512e0909\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e338677cf20e0723a60a60d674c58439\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b9582d67b2f5aff22840ccd2f002ff33\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_cd878cb50ddad1f5b9ea3ee9888e38d4\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_de65b0062d05b7fe0dfe9d167b5fc774\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_2b5c69f00b8c2625b2a7d298c74e324b\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_320b3bb87293ec86b1d6ee42baca4a99\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_7e97f27be6a4f134ac64671cf647c20e\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_0e84f8b6c9fdf4bbcd6522e8a4fb8d8d\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b99e2b1b0cfc6c67cb42e1c2a051a048\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0ffa8d9ee44bfd5ea5ca877805e57457\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_47aa1c76a412a6f1b694fb7741428288\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7b184212333c8eb73c1a460b49b619f0\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fdfe6462a2401df56b1be2cc599239e1\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5784,1155,'_wp_attached_file','2025/02/IMG_0747.jpg'),
(5785,1155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:1066;s:4:\"file\";s:20:\"2025/02/IMG_0747.jpg\";s:8:\"filesize\";i:461606;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_0747-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19717;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_0747-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0747-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8143;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_0747-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95923;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"IMG_0747-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:294654;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_0747-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30636;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_0747-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158110;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_0747-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33825;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_0747-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52403;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_0747-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169225;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_0747-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51436;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"IMG_0747-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221767;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_0747-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145316;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_0747-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43323;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5786,1156,'_wp_attached_file','2025/02/3-RD-UAV.jpg'),
(5787,1156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:810;s:4:\"file\";s:20:\"2025/02/3-RD-UAV.jpg\";s:8:\"filesize\";i:596819;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14828;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"3-RD-UAV-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99110;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62899;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19942;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"3-RD-UAV-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100854;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21892;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33160;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29448;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93071;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"3-RD-UAV-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5788,1157,'_wp_attached_file','2025/02/765494460-scaled-1.jpg'),
(5789,1157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:30:\"2025/02/765494460-scaled-1.jpg\";s:8:\"filesize\";i:473390;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"765494460-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:10149;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"765494460-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:67048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"765494460-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:5325;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"765494460-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:41335;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"765494460-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:143211;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"765494460-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:261531;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"765494460-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"765494460-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73688;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"765494460-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16953;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"765494460-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25735;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"765494460-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73688;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"765494460-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25046;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"765494460-scaled-1-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103562;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"765494460-scaled-1-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62442;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"765494460-scaled-1-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20243;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5799,1155,'smush-complete','1'),
(5800,1155,'smush-info','The file was compressed from 450.79 KB to 439.62 KB, saving 2.48 percent, using WP-Optimize'),
(5801,1155,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:461606;s:12:\"smushed-size\";i:450171;s:15:\"savings-percent\";d:2.479999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:461606;s:10:\"compressed\";i:450171;}s:6:\"medium\";a:2:{s:8:\"original\";i:19717;s:10:\"compressed\";i:18735;}s:5:\"large\";a:2:{s:8:\"original\";i:155506;s:10:\"compressed\";i:149201;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8143;s:10:\"compressed\";i:7799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:95923;s:10:\"compressed\";i:91914;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:294654;s:10:\"compressed\";i:284793;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:30636;s:10:\"compressed\";i:29095;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:158110;s:10:\"compressed\";i:151815;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:33825;s:10:\"compressed\";i:32151;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:52403;s:10:\"compressed\";i:50111;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:169225;s:10:\"compressed\";i:162398;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:51436;s:10:\"compressed\";i:49271;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:221767;s:10:\"compressed\";i:213519;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:145316;s:10:\"compressed\";i:139346;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:43323;s:10:\"compressed\";i:41292;}}}'),
(5802,1156,'original-file','2025/02/3-RD-UAV-updraft-pre-smush-original.jpg'),
(5850,1166,'smush-info','The file was compressed from 125.89 KB to 113.67 KB, saving 9.71 percent, using WP-Optimize'),
(5851,1166,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:128910;s:12:\"smushed-size\";i:116397;s:15:\"savings-percent\";d:9.71000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:128910;s:10:\"compressed\";i:116397;}s:6:\"medium\";a:2:{s:8:\"original\";i:20763;s:10:\"compressed\";i:19822;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7196;s:10:\"compressed\";i:6799;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:120194;s:10:\"compressed\";i:115161;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22965;s:10:\"compressed\";i:21767;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:125175;s:10:\"compressed\";i:121143;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26219;s:10:\"compressed\";i:24812;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41617;s:10:\"compressed\";i:39237;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:48213;s:10:\"compressed\";i:45133;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50012;s:10:\"compressed\";i:46961;}}}'),
(5852,1169,'_wp_attached_file','2025/02/dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-scaled.avif'),
(5853,1169,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:63:\"2025/02/dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-scaled.avif\";s:8:\"filesize\";i:188713;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-300x200.avif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:14473;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-1024x683.avif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:70693;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:6464;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-768x512.avif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:50580;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:58:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-1536x1024.avif\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:112048;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:58:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-2048x1366.avif\";s:5:\"width\";i:2048;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:150666;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-400x250.avif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:20679;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-1080x675.avif\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:71741;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-400x284.avif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:22396;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-510x382.avif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:31474;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:57:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-1080x720.avif\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:75223;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-400x516.avif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:27557;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:58:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-2880x1800.avif\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:205794;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:57:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-1280x854.avif\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:92559;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-980x653.avif\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:67085;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-480x320.avif\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:27638;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:48:\"dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap.avif\";}'),
(5854,574,'_et_pb_built_for_post_type','page'),
(5864,574,'_et_pb_truncate_post_date',''),
(5865,574,'_et_builder_version','VB|Divi|4.27.4'),
(5867,574,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(5873,574,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5874,574,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:80:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_cf7dec93b4355f4b2288b9383b7c1ff4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18ef2676591d9af8bf0018efb446e4c4\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9e72a5637cbb59045a401201a623dc8e\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_78debf2a7e99fd1188dcc1cf7406936c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_27c65df381b6b378134b5f6340eebe48\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0cf19c0fce86cd37135e3eaa044ace92\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_a9fe9f5eb69df7e083c59ed33bf0453f\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_3acfd02690a3f4029e0cf1e9abff9e3a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8c5f49f217cfca012e5127aa32ac5601\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7a67b8c381f09cd88e266bb0ac2c4383\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_18c96ff7f088e181d1ff99abfe0d894d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6918c5acdf1828a9f3645e0673b1b1c5\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_db1a80fd69413ec0b995579641cf33a6\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7d96f5c46855a983552dc52c5289984b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8ae5315169b4ee5e5dd5b45989e545cb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_17e911347adfa84243a0061f051a1fb8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_161f62e95f8470ab3c2c62a0dc70d1d3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_5f5c942401d06f6b77de04973ec8c7a3\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6a3d464bbf826b9f24368bb4b97de7dc\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_36ac534269f84500896114239f6deb96\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_15fa7ad827761bf9a786b49676ad3c3a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c0db9918679d74af3a438fbe4b1b1c10\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ec7fecdefc764ee30f6b804e657a0594\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a5f04a52cc4226bc55cd8fd1503a791e\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8fce09f32c5788b5128e63664d45c4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6eb87062f6892cdc6e158c4940738efc\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_eb547fe6714cb87f0e5e060eccba7300\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_eb00f848fb38f2c4344f77ad3ef679e3\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_69c1a830daf81400bc16f472d84bcf7e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_09481a90c6251363027f570f2dbed670\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_be2a9682d6f5c87b3f23b49f981c620d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e15c2cafd4a07ad2bd4cc28d0550cc2e\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_418f9e51ac42886df748fd5fe9eb08da\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_915a6d584e33e4c5c0f12037d044a228\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a98ea3e2320146c500ab9ac61d102325\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4fe0915a9f212cf2501636917800f382\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_924a7b8c5497349851ed392f2bd0ef29\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5dc54e3d92eddef0c17b8ff66e972f87\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1706204631e08e059438b53e283c848d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f21019ebf0da7595a17460eccc407f0a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2b95d2e9952153005f6fd2886f06b29b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2810376d428049907d8c307c175f2852\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_45672a0f647fd22c14da57270fa7eedb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b2ef455e63a500022027c3c3f34b8993\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_320e952354b0d430a1025b425ce9620e\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_85e18b8f6f16f578327997778ad79af3\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_6d3a0e28bcfe10b33473da03a4504cb8\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_39016801e622b9d0f6fe17354daec1f6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_ae3ec91cd78d750321a0335f2cf4574d\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_aed034f62b06498ec3eb3f3299ce98a0\";a:7:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3bf076b7591c95b986a00f006d7092a1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_40fc75a551d67b232d9bc82af018c732\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c00013b2568e27d30fc7caf06f5d0f38\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e723a1668d4bc888a032d8ab2ae4c7ad\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_7ff6406e05778f5cc4ea198686e6df6c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5514,1103,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:816;s:6:\"height\";i:512;s:4:\"file\";s:58:\"2025/02/0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512.jpg\";s:8:\"filesize\";i:43032;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-768x482.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38287;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14874;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16485;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24258;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28165;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-480x301.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19347;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5513,1103,'_wp_attached_file','2025/02/0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512.jpg'),
(5515,1104,'_wp_attached_file','2025/02/2-scaled.jpg'),
(5516,1104,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:20:\"2025/02/2-scaled.jpg\";s:8:\"filesize\";i:364300;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:13:\"2-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12743;}s:5:\"large\";a:5:{s:4:\"file\";s:14:\"2-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82521;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:13:\"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:7004;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:13:\"2-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51888;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:15:\"2-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160045;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:15:\"2-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256156;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:13:\"2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18557;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:14:\"2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85944;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:13:\"2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20668;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:13:\"2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31523;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:14:\"2-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89844;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:13:\"2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36653;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:15:\"2-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:414722;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:14:\"2-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118543;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:13:\"2-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76905;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:13:\"2-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25178;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:5:\"2.jpg\";}'),
(5527,1101,'smush-info','Failed with error code invalid_file_path - The linked attachment ID does not have a valid file path'),
(5528,1101,'smush-complete',''),
(5529,1103,'original-file','2025/02/0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512-updraft-pre-smush-original.jpg'),
(5541,567,'_et_pb_ab_subjects',''),
(5542,567,'_et_pb_enable_shortcode_tracking',''),
(5543,567,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"567\" /]'),
(5544,567,'_et_pb_custom_css',''),
(5545,567,'_et_pb_gutter_width','3'),
(5546,567,'_thumbnail_id','0'),
(5547,567,'_global_colors_info','{}'),
(5548,567,'_et_pb_first_image',''),
(5549,567,'_et_pb_truncate_post',''),
(5531,1103,'smush-complete','1'),
(5532,1103,'smush-info','The file was compressed from 42.02 KB to 40.01 KB, saving 4.79 percent, using WP-Optimize'),
(5533,1103,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:43032;s:12:\"smushed-size\";i:40971;s:15:\"savings-percent\";d:4.79000000000000003552713678800500929355621337890625;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:43032;s:10:\"compressed\";i:40971;}s:6:\"medium\";a:2:{s:8:\"original\";i:10067;s:10:\"compressed\";i:9615;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5434;s:10:\"compressed\";i:5081;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:38287;s:10:\"compressed\";i:36726;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:14874;s:10:\"compressed\";i:14368;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:16485;s:10:\"compressed\";i:15914;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:24258;s:10:\"compressed\";i:23420;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28165;s:10:\"compressed\";i:27132;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:19347;s:10:\"compressed\";i:18608;}}}'),
(5534,1104,'original-file','2025/02/2-scaled-updraft-pre-smush-original.jpg'),
(5535,1104,'smush-complete','1'),
(5536,1104,'smush-info','The file was compressed from 355.76 KB to 345.33 KB, saving 2.93 percent, using WP-Optimize'),
(5537,1104,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:364300;s:12:\"smushed-size\";i:353620;s:15:\"savings-percent\";d:2.930000000000000159872115546022541821002960205078125;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:364300;s:10:\"compressed\";i:353620;}s:6:\"medium\";a:2:{s:8:\"original\";i:12743;s:10:\"compressed\";i:12239;}s:5:\"large\";a:2:{s:8:\"original\";i:82521;s:10:\"compressed\";i:80747;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7004;s:10:\"compressed\";i:6635;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:51888;s:10:\"compressed\";i:50688;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:160045;s:10:\"compressed\";i:156137;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:256156;s:10:\"compressed\";i:249174;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18557;s:10:\"compressed\";i:17898;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:85944;s:10:\"compressed\";i:83977;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20668;s:10:\"compressed\";i:20048;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31523;s:10:\"compressed\";i:30573;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:89844;s:10:\"compressed\";i:87821;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36653;s:10:\"compressed\";i:35366;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:414722;s:10:\"compressed\";i:402023;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:118543;s:10:\"compressed\";i:115907;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:76905;s:10:\"compressed\";i:75156;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:25178;s:10:\"compressed\";i:24373;}}}'),
(5538,1109,'_wp_attached_file','2025/02/pilot-1.webp'),
(5539,1109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:4:\"file\";s:20:\"2025/02/pilot-1.webp\";s:8:\"filesize\";i:112268;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"pilot-1-300x200.webp\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11264;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"pilot-1-1024x682.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:53146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"pilot-1-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:5910;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"pilot-1-768x511.webp\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36128;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"pilot-1-1536x1022.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:86300;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"pilot-1-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:15940;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"pilot-1-1080x675.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:54382;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"pilot-1-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:16846;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"pilot-1-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23016;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"pilot-1-1080x719.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:55542;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"pilot-1-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22630;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"pilot-1-1280x852.webp\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67978;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"pilot-1-980x652.webp\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:49294;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"pilot-1-480x319.webp\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19834;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5540,567,'_et_pb_built_for_post_type','page'),
(5550,567,'_et_pb_truncate_post_date',''),
(5551,567,'_et_builder_version','VB|Divi|4.27.4'),
(5553,567,'_et_builder_dynamic_assets_loading_attr_threshold','5'),
(5746,1149,'_wp_attached_file','2025/02/operator_bespilotnykh_letatelnykh_apparatov.gif'),
(5747,1149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:800;s:4:\"file\";s:55:\"2025/02/operator_bespilotnykh_letatelnykh_apparatov.gif\";s:8:\"filesize\";i:410457;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-300x200.gif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:30845;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"operator_bespilotnykh_letatelnykh_apparatov-1024x683.gif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:299499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-150x150.gif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:13424;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-768x512.gif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:171945;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-400x250.gif\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:47794;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"operator_bespilotnykh_letatelnykh_apparatov-1080x675.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:314129;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-400x284.gif\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:51331;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-510x382.gif\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:88589;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:56:\"operator_bespilotnykh_letatelnykh_apparatov-1080x720.gif\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:335286;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-400x516.gif\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:80639;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-980x653.gif\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:268601;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"operator_bespilotnykh_letatelnykh_apparatov-480x320.gif\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:73431;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6478,648,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6479,648,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-23 21:40:59\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_44879b3108ed3e42802ff635fcfc22ff\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_71d7e140450365d472f2d1d1cf67efd1\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2061fc123041358d5295f0e7e87dc05e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4e7bdf0aeeef5e589b94efed43a8f256\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_75500c5a4e7622462605c9999139d0f9\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_eefc6377f05038b986845d042d2e1c81\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d758fac4d29732e1f73366ee568de882\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_1a1c48703330cc924d6f4fe4c0be0fb9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7c5e775a4c93d71b1291a92069711cba\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9c18c88633264a7c4710e2e3253a4342\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_0c4c08104915ddd8a13a366c9959d43a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_552c0ff1a8352ac277dffb3f02f49bb5\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_993bb551710d14f1cf6b3c999d9d4902\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2a6351add800b7cbc0365e6f6504bc85\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a05ad14898dabe56d7aa88a3e3e8400\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e300230fdfb2d3a6ecd9f4dafcf33c25\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a55b22aeb42f0c2ed7184530653c831c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2da41b5c72ccbc469a0c25a2cf353925\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_da9ef111a618de9bd293d9f796a80673\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_608831714947d22f757060d915047029\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c11e1b410ca93d6036dc3785a751b9a5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bee10e89f475e3d173eaeae18cfe5b7c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a04d27b30c2529acf453991e5cf44ca7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_7c909e798f7bb1c1e2ca562da839be25\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5758d230274e355c115cf2b3a1472962\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_37bbd09ab97751375ff42788735cfff8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_24335c3565482440903d2352e7ffde16\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8cfabcf7cb40b13d1ca2d683dc06d280\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_37ed84f8603469147e2282f84814056c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_99c6ad078305e5946ded870155653fc7\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f4a4d53137305c96e10d57eb5b380f6c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_de5d045a4b4ecfc21b852864e64ea661\";a:11:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_f2976694321656b37daa6b8f6c87e2ea\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_3e30ade3a5306ef4340eb5670d288e9f\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_894121a7f03989a145fdc913f22e8ab5\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8c6019f25ef43c2d7ae45814cc7c2ea0\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_fd37af4d7781e540ae286bd9ee2e7723\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2242fd0bc4cbd07d50de13e9e5d2c341\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_e965c3c1ea664a8b80680c19119310bd\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_3bf3d60374a92785a079d2930049b597\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_d7b3a85d1b9a13c6a97693ce687ef96b\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_2a6e8a7985199e753392aedc5b9872bc\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_5306e5271ec9ddad3dff0d4e28ea8b7e\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_f3ea513b2ce031d4ea00b4b70cc94b1e\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5524,567,'_et_pb_use_builder','on'),
(5525,567,'_et_pb_show_page_creation','off'),
(5526,567,'_et_pb_old_content',''),
(6475,648,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:19:\"et_pb_contact_field\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:11:\"et_pb_blurb\";i:5;s:12:\"et_pb_button\";i:6;s:18:\"et_pb_contact_form\";i:7;s:13:\"et_pb_heading\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:17:\"et_pb_testimonial\";i:11;s:10:\"et_pb_text\";}'),
(6476,648,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:19:\"et_pb_contact_field\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:11:\"et_pb_blurb\";i:5;s:12:\"et_pb_button\";i:6;s:18:\"et_pb_contact_form\";i:7;s:13:\"et_pb_heading\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:17:\"et_pb_testimonial\";i:11;s:10:\"et_pb_text\";}'),
(6477,648,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5571,568,'_et_pb_ab_subjects',''),
(5572,568,'_et_pb_enable_shortcode_tracking',''),
(5573,568,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"568\" /]'),
(5574,568,'_et_pb_custom_css',''),
(5575,568,'_et_pb_gutter_width','3'),
(5576,568,'_thumbnail_id','0'),
(5577,568,'_global_colors_info','{}'),
(5578,568,'_et_pb_first_image',''),
(5579,568,'_et_pb_truncate_post',''),
(5568,1114,'_wp_attached_file','2025/02/title-2022-03-08-00-23-14-utc.jpeg'),
(5569,1114,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:600;s:4:\"file\";s:42:\"2025/02/title-2022-03-08-00-23-14-utc.jpeg\";s:8:\"filesize\";i:469183;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24717;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9781;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105268;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33896;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38344;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56852;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53464;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"title-2022-03-08-00-23-14-utc-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51645;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5570,568,'_et_pb_built_for_post_type','page'),
(5580,568,'_et_pb_truncate_post_date',''),
(5581,568,'_et_builder_version','VB|Divi|4.27.4'),
(6098,1202,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:255497;s:12:\"smushed-size\";i:253142;s:15:\"savings-percent\";d:0.92000000000000003996802888650563545525074005126953125;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:255497;s:10:\"compressed\";i:253142;}s:6:\"medium\";a:2:{s:8:\"original\";i:73202;s:10:\"compressed\";i:26350;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:20517;s:10:\"compressed\";i:8383;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:436808;s:10:\"compressed\";i:139586;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:109669;s:10:\"compressed\";i:36647;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:573933;s:10:\"compressed\";i:242925;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:122166;s:10:\"compressed\";i:43069;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:195413;s:10:\"compressed\";i:67326;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:170021;s:10:\"compressed\";i:58496;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:672163;s:10:\"compressed\";i:227776;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:177462;s:10:\"compressed\";i:61451;}}}'),
(5583,568,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(5748,570,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:11:\"et_pb_blurb\";i:6;s:12:\"et_pb_button\";i:7;s:13:\"et_pb_divider\";i:8;s:13:\"et_pb_heading\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_menu\";i:11;s:10:\"et_pb_text\";}'),
(5749,570,'_et_dynamic_cached_attributes','a:801:{s:15:\"animation_style\";s:4:\"none\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";}'),
(5564,568,'_et_pb_use_builder','on'),
(5565,568,'_et_pb_show_page_creation','off'),
(5566,568,'_et_pb_old_content',''),
(5750,570,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5751,570,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:82:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_bc8a945eb8a2d8d4a7768ad023cb3aa4\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18ef2676591d9af8bf0018efb446e4c4\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_e4d81d8de49342ba7bef9dca0bf1635c\";a:5:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:5:\"hhere\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0cf19c0fce86cd37135e3eaa044ace92\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_ad418eb0f4180ba5f5a9d1cad71b778a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_20c4b92bcb2047a0dd7b339bbafa6f53\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3f2c2e6a16ea0f31588b66fa89bc0b8d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_349fc659b0613c357e46f81e091344b2\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_bc8ec614d7e2ca6c4f3a868175d09c76\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_e4dbb5af9d537b272a5d480cbd90378c\";a:8:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_f0b68b695271014ac444afdc0bfdfdc4\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_004009e2804421eee78e1315021eed7f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_042163a9256842ad48b0d9bbe28d509d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_27d8fdd0caefcd4788f24ac9c9967f78\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7e53b7ae0f26722cc79ce77e4ce5110b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ce38e8444dcd8e711647518bec348e60\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c79e39bd44f3c4ab25fe0980d2c4f404\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1814bf39bf33aa8d19aa04d0e5794feb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_552b34c853ce4bfbe521fd7ac9c31515\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b3b8a98545b6db17adfdfac32a22f849\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_17e911347adfa84243a0061f051a1fb8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_161f62e95f8470ab3c2c62a0dc70d1d3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_857df3f730868a6e2dbc3224a12e6c2f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_3a63a59286b9fe2aa4b9132777ad005d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f276a345b0b4f04f4a73489b48e9c483\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_3e486dc12795caa63dbfa76c016390ae\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_50b5996d060bf3e7376f2cf4ddff6fa4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4ffc16b16cec644218a3f730d0e74217\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_c18a3f4348cd4c4446a7f629923e3c2e\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_262735c13e81b089b5f68477196ff48b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_2ed87812432f05eea1af833cb20a7e36\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_9b1e129ee7ab9072022c2548e362f90f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4276d942a4c35c9f13fa39323f411b32\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f01e9b879f4036d7392403ffa2b86efe\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_89594238a22b8825e6f4b440ff3cd082\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8fce09f32c5788b5128e63664d45c4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_98c480ae36c8fc8fa2b4e4fb2cc8273b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e3406cda4c2d85367c686ab75878eb18\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c22a6e9000e85f5f1a1817f3863f1970\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a530783f6e28e5a5625783eef24381ad\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b9699ec0c92bc527690f349ca16c3c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_15f6438acba6fdcdea8b84cd4c7cd6dc\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_df0c8e812d297ba00e7e378571d81209\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6093104ca1bc64a19ebcbb573d915e00\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_7d99929afefd3721f7bd2e62c5350b5b\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d74068375dda0f493d289cc73079c482\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8b679402885b3018616f78a7c98bff8c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2aedb53a48936115802ad6d0c19a3843\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_19d23196ebc00eceb403c6b14a49fdda\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_81f0e018627064671ba6446d945c3afa\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1f1c339e6925b44d056c1895d5db3b78\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3bf076b7591c95b986a00f006d7092a1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_40fc75a551d67b232d9bc82af018c732\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7b75e8f6ecfa0e76575df271fb295145\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb42ae856547909879e9f6454feb5741\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_79bc1c7e3a3260c260abc714256fe865\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5609,569,'_et_pb_ab_subjects',''),
(5610,569,'_et_pb_enable_shortcode_tracking',''),
(5611,569,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"569\" /]'),
(5612,569,'_et_pb_custom_css',''),
(5613,569,'_et_pb_gutter_width','3'),
(5614,569,'_thumbnail_id','0'),
(5615,569,'_global_colors_info','{}'),
(5616,569,'_et_pb_first_image',''),
(5617,569,'_et_pb_truncate_post',''),
(5594,1114,'original-file','2025/02/title-2022-03-08-00-23-14-utc-updraft-pre-smush-original.jpeg'),
(5595,1114,'smush-complete','1'),
(5596,1114,'smush-info','The file was compressed from 458.19 KB to 169.19 KB, saving 63.07 percent, using WP-Optimize'),
(5597,1114,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:469183;s:12:\"smushed-size\";i:173252;s:15:\"savings-percent\";d:63.07000000000000028421709430404007434844970703125;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:469183;s:10:\"compressed\";i:173252;}s:6:\"medium\";a:2:{s:8:\"original\";i:24717;s:10:\"compressed\";i:23024;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:9781;s:10:\"compressed\";i:9381;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:105268;s:10:\"compressed\";i:100272;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:33896;s:10:\"compressed\";i:31787;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:38344;s:10:\"compressed\";i:35854;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:56852;s:10:\"compressed\";i:53432;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:53464;s:10:\"compressed\";i:50738;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:51645;s:10:\"compressed\";i:48552;}}}'),
(5598,1118,'_wp_attached_file','2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg'),
(5599,1118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:50:\"2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\";s:8:\"filesize\";i:557870;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12523;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"1678694699_hdpic-club-p-bespilotnik-36-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130291;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5731;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73895;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:52:\"1678694699_hdpic-club-p-bespilotnik-36-1536x1024.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286076;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20396;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"1678694699_hdpic-club-p-bespilotnik-36-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139318;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22314;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37461;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:51:\"1678694699_hdpic-club-p-bespilotnik-36-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143674;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41452;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:51:\"1678694699_hdpic-club-p-bespilotnik-36-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202640;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119539;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"1678694699_hdpic-club-p-bespilotnik-36-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5600,1119,'_wp_attached_file','2025/02/DroneHangar.jpg'),
(5601,1119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1667;s:6:\"height\";i:1000;s:4:\"file\";s:23:\"2025/02/DroneHangar.jpg\";s:8:\"filesize\";i:262157;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"DroneHangar-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18544;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"DroneHangar-1024x614.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"DroneHangar-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"DroneHangar-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81614;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"DroneHangar-1536x921.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:921;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237442;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"DroneHangar-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30677;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"DroneHangar-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143709;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"DroneHangar-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33119;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"DroneHangar-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50465;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"DroneHangar-1080x648.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138459;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"DroneHangar-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47819;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"DroneHangar-1280x768.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179458;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"DroneHangar-980x588.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:588;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"DroneHangar-480x288.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38829;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:74:\"Copyright (c) 2018 Digital Storm/Shutterstock.  No use without permission.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5602,1120,'_wp_attached_file','2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg'),
(5603,1120,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:538;s:4:\"file\";s:47:\"2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\";s:8:\"filesize\";i:88030;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8992;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7702;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-768x404.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:404;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40540;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18572;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22620;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35444;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45315;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-980x515.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59378;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-480x252.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:252;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19121;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5604,1121,'_wp_attached_file','2025/02/drone-reverb-racing-quadcopter.jpg'),
(5605,1121,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:910;s:6:\"height\";i:634;s:4:\"file\";s:42:\"2025/02/drone-reverb-racing-quadcopter.jpg\";s:8:\"filesize\";i:146605;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22506;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-768x535.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126337;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35839;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39687;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67024;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"drone-reverb-racing-quadcopter-480x334.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:334;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54467;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5606,1122,'_wp_attached_file','2025/02/Kansas-State-Polytechnic-and-Simlat.jpg'),
(5607,1122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:450;s:6:\"height\";i:530;s:4:\"file\";s:47:\"2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\";s:8:\"filesize\";i:40121;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Kansas-State-Polytechnic-and-Simlat-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Kansas-State-Polytechnic-and-Simlat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7210;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Kansas-State-Polytechnic-and-Simlat-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21524;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Kansas-State-Polytechnic-and-Simlat-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Kansas-State-Polytechnic-and-Simlat-450x382.jpg\";s:5:\"width\";i:450;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37943;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Kansas-State-Polytechnic-and-Simlat-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36891;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5608,569,'_et_pb_built_for_post_type','page'),
(5618,569,'_et_pb_truncate_post_date',''),
(5619,569,'_et_builder_version','VB|Divi|4.27.4'),
(6096,1202,'smush-complete','1'),
(6097,1202,'smush-info','The file was compressed from 249.51 KB to 247.21 KB, saving 0.92 percent, using WP-Optimize'),
(5731,570,'_et_pb_ab_subjects',''),
(5732,570,'_et_pb_enable_shortcode_tracking',''),
(5733,570,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"570\" /]'),
(5734,570,'_et_pb_custom_css',''),
(5735,570,'_et_pb_gutter_width','3'),
(5736,570,'_thumbnail_id','0'),
(5737,570,'_global_colors_info','{}'),
(5738,570,'_et_pb_first_image',''),
(5739,570,'_et_pb_truncate_post',''),
(5723,570,'_et_pb_use_builder','on'),
(5724,570,'_et_pb_show_page_creation','off'),
(5725,570,'_et_pb_old_content',''),
(5730,570,'_et_pb_built_for_post_type','page'),
(5740,570,'_et_pb_truncate_post_date',''),
(5741,570,'_et_builder_version','VB|Divi|4.27.4'),
(5590,569,'_et_pb_use_builder','on'),
(5591,569,'_et_pb_show_page_creation','off'),
(5592,569,'_et_pb_old_content',''),
(5959,1187,'_wp_attached_file','2025/02/122704_sVjMoLVIle_drl.jpg'),
(5960,1187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:600;s:4:\"file\";s:33:\"2025/02/122704_sVjMoLVIle_drl.jpg\";s:8:\"filesize\";i:186945;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-300x113.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7460;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"122704_sVjMoLVIle_drl-1024x384.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44361;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6417;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-768x288.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28811;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"122704_sVjMoLVIle_drl-1536x576.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83460;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17958;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"122704_sVjMoLVIle_drl-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78324;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20024;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30193;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"122704_sVjMoLVIle_drl-1080x405.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48269;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32809;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"122704_sVjMoLVIle_drl-1280x480.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62694;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-980x368.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41648;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"122704_sVjMoLVIle_drl-480x180.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14501;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5961,1188,'_wp_attached_file','2025/02/6132.750.webp'),
(5962,1188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:750;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2025/02/6132.750.webp\";s:8:\"filesize\";i:84522;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"6132.750-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:17550;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"6132.750-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6328;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"6132.750-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:21076;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6132.750-750x675.webp\";s:5:\"width\";i:750;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:66152;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"6132.750-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22504;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"6132.750-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32618;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"6132.750-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:29376;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"6132.750-480x480.webp\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:34374;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5963,1186,'original-file','2025/02/VR-4-Drone-updraft-pre-smush-original.jpg'),
(5964,1186,'smush-complete','1'),
(5965,1186,'smush-info','The file was compressed from 337.59 KB to 329.13 KB, saving 2.51 percent, using WP-Optimize'),
(5966,1186,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:345691;s:12:\"smushed-size\";i:337027;s:15:\"savings-percent\";d:2.5099999999999997868371792719699442386627197265625;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:345691;s:10:\"compressed\";i:337027;}s:6:\"medium\";a:2:{s:8:\"original\";i:13211;s:10:\"compressed\";i:12645;}s:5:\"large\";a:2:{s:8:\"original\";i:111190;s:10:\"compressed\";i:106098;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6502;s:10:\"compressed\";i:6158;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:65665;s:10:\"compressed\";i:62784;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:232927;s:10:\"compressed\";i:222343;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:23007;s:10:\"compressed\";i:21974;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:134478;s:10:\"compressed\";i:128148;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24781;s:10:\"compressed\";i:23724;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38672;s:10:\"compressed\";i:37160;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:123354;s:10:\"compressed\";i:117574;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:37206;s:10:\"compressed\";i:35794;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:172229;s:10:\"compressed\";i:163651;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:103267;s:10:\"compressed\";i:98600;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:28609;s:10:\"compressed\";i:27384;}}}'),
(5967,1187,'original-file','2025/02/122704_sVjMoLVIle_drl-updraft-pre-smush-original.jpg'),
(5968,1187,'smush-complete','1'),
(5969,1187,'smush-info','The file was compressed from 182.56 KB to 153.72 KB, saving 15.8 percent, using WP-Optimize'),
(5970,1187,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:186945;s:12:\"smushed-size\";i:157411;s:15:\"savings-percent\";d:15.800000000000000710542735760100185871124267578125;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:186945;s:10:\"compressed\";i:157411;}s:6:\"medium\";a:2:{s:8:\"original\";i:7460;s:10:\"compressed\";i:7150;}s:5:\"large\";a:2:{s:8:\"original\";i:44361;s:10:\"compressed\";i:43344;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6417;s:10:\"compressed\";i:6089;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:28811;s:10:\"compressed\";i:28188;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:83460;s:10:\"compressed\";i:80696;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17958;s:10:\"compressed\";i:17469;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:78324;s:10:\"compressed\";i:75525;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20024;s:10:\"compressed\";i:19454;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:30193;s:10:\"compressed\";i:29402;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:48269;s:10:\"compressed\";i:47100;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:32809;s:10:\"compressed\";i:31894;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:62694;s:10:\"compressed\";i:61004;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:41648;s:10:\"compressed\";i:40740;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:14501;s:10:\"compressed\";i:14112;}}}'),
(5971,1189,'_wp_attached_file','2025/02/goggles-re-02-scaled.jpg'),
(5972,1189,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:933;s:4:\"file\";s:32:\"2025/02/goggles-re-02-scaled.jpg\";s:8:\"filesize\";i:127985;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-300x109.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5524;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"goggles-re-02-1024x373.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:373;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3032;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-768x280.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20422;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"goggles-re-02-1536x560.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:560;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57800;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"goggles-re-02-2048x747.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:747;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89959;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9857;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"goggles-re-02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43155;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10075;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14483;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"goggles-re-02-1080x394.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:394;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34185;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11795;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:27:\"goggles-re-02-2880x1400.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161681;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"goggles-re-02-1280x467.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44038;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-980x357.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29710;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"goggles-re-02-480x175.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10401;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:17:\"goggles-re-02.jpg\";}'),
(5973,573,'_et_pb_built_for_post_type','page'),
(5983,573,'_et_pb_truncate_post_date',''),
(5984,573,'_et_builder_version','VB|Divi|4.27.4'),
(5985,573,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:13:\"et_pb_heading\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_menu\";i:11;s:10:\"et_pb_text\";}'),
(5986,573,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(5987,573,'_et_dynamic_cached_attributes','a:801:{s:15:\"animation_style\";s:4:\"none\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5623,1125,'_wp_attached_file','2025/02/tarimda-ai.webp'),
(5624,1125,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:23:\"2025/02/tarimda-ai.webp\";s:8:\"filesize\";i:107608;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-300x169.webp\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:11760;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"tarimda-ai-1024x576.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:61086;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:6282;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-768x432.webp\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43774;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:19138;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"tarimda-ai-1080x675.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:69398;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:20616;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28910;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"tarimda-ai-1080x608.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:67124;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:26564;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-980x551.webp\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:58824;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"tarimda-ai-480x270.webp\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:23336;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5625,1118,'original-file','2025/02/1678694699_hdpic-club-p-bespilotnik-36-updraft-pre-smush-original.jpg'),
(5626,1118,'smush-complete','1'),
(5627,1118,'smush-info','The file was compressed from 544.79 KB to 519.26 KB, saving 4.69 percent, using WP-Optimize'),
(5628,1118,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:557870;s:12:\"smushed-size\";i:531718;s:15:\"savings-percent\";d:4.69000000000000039079850466805510222911834716796875;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:557870;s:10:\"compressed\";i:531718;}s:6:\"medium\";a:2:{s:8:\"original\";i:12523;s:10:\"compressed\";i:12076;}s:5:\"large\";a:2:{s:8:\"original\";i:130291;s:10:\"compressed\";i:124542;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5731;s:10:\"compressed\";i:5407;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:73895;s:10:\"compressed\";i:70800;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:286076;s:10:\"compressed\";i:274081;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20396;s:10:\"compressed\";i:19691;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:139318;s:10:\"compressed\";i:133167;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22314;s:10:\"compressed\";i:21501;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37461;s:10:\"compressed\";i:36027;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:143674;s:10:\"compressed\";i:137440;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:41452;s:10:\"compressed\";i:39801;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:202640;s:10:\"compressed\";i:193720;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:119539;s:10:\"compressed\";i:114273;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30017;s:10:\"compressed\";i:28815;}}}'),
(5629,1119,'original-file','2025/02/DroneHangar-updraft-pre-smush-original.jpg'),
(5630,1119,'smush-complete','1'),
(5631,1119,'smush-info','The file was compressed from 256.01 KB to 252.29 KB, saving 1.45 percent, using WP-Optimize'),
(5632,1119,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:262157;s:12:\"smushed-size\";i:258349;s:15:\"savings-percent\";d:1.4499999999999999555910790149937383830547332763671875;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:262157;s:10:\"compressed\";i:258349;}s:6:\"medium\";a:2:{s:8:\"original\";i:18544;s:10:\"compressed\";i:17426;}s:5:\"large\";a:2:{s:8:\"original\";i:127627;s:10:\"compressed\";i:122418;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8844;s:10:\"compressed\";i:8405;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:81614;s:10:\"compressed\";i:77844;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:237442;s:10:\"compressed\";i:229838;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:30677;s:10:\"compressed\";i:28883;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:143709;s:10:\"compressed\";i:137871;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:33119;s:10:\"compressed\";i:31240;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:50465;s:10:\"compressed\";i:47830;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:138459;s:10:\"compressed\";i:133025;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:47819;s:10:\"compressed\";i:45519;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:179458;s:10:\"compressed\";i:172837;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:119831;s:10:\"compressed\";i:114929;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:38829;s:10:\"compressed\";i:36653;}}}'),
(5633,1120,'original-file','2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01-updraft-pre-smush-original.jpg'),
(5634,1120,'smush-complete','1'),
(5635,1120,'smush-info','The file was compressed from 85.97 KB to 82.04 KB, saving 4.57 percent, using WP-Optimize'),
(5636,1120,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:88030;s:12:\"smushed-size\";i:84010;s:15:\"savings-percent\";d:4.57000000000000028421709430404007434844970703125;s:10:\"sizes-info\";a:10:{s:4:\"full\";a:2:{s:8:\"original\";i:88030;s:10:\"compressed\";i:84010;}s:6:\"medium\";a:2:{s:8:\"original\";i:8992;s:10:\"compressed\";i:8580;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7702;s:10:\"compressed\";i:7315;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:40540;s:10:\"compressed\";i:37656;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18572;s:10:\"compressed\";i:17492;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22620;s:10:\"compressed\";i:21379;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:35444;s:10:\"compressed\";i:33649;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:45315;s:10:\"compressed\";i:43272;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:59378;s:10:\"compressed\";i:54934;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:19121;s:10:\"compressed\";i:17829;}}}'),
(5637,1121,'original-file','2025/02/drone-reverb-racing-quadcopter-updraft-pre-smush-original.jpg'),
(5638,1121,'smush-complete','1'),
(5639,1121,'smush-info','The file was compressed from 143.17 KB to 143.17 KB, saving 0 percent, using WP-Optimize'),
(5640,1121,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:146605;s:12:\"smushed-size\";i:146605;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:9:{s:4:\"full\";a:2:{s:8:\"original\";i:146605;s:10:\"compressed\";i:146605;}s:6:\"medium\";a:2:{s:8:\"original\";i:22506;s:10:\"compressed\";i:21247;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:9124;s:10:\"compressed\";i:8788;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:126337;s:10:\"compressed\";i:119213;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:35839;s:10:\"compressed\";i:33866;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:39687;s:10:\"compressed\";i:37531;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:65766;s:10:\"compressed\";i:62092;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:67024;s:10:\"compressed\";i:63273;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:54467;s:10:\"compressed\";i:51582;}}}'),
(5641,1122,'original-file','2025/02/Kansas-State-Polytechnic-and-Simlat-updraft-pre-smush-original.jpg'),
(5642,1122,'smush-complete','1'),
(5643,1122,'smush-info','The file was compressed from 39.18 KB to 37.56 KB, saving 4.14 percent, using WP-Optimize'),
(5644,1122,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:40121;s:12:\"smushed-size\";i:38458;s:15:\"savings-percent\";d:4.13999999999999968025576890795491635799407958984375;s:10:\"sizes-info\";a:7:{s:4:\"full\";a:2:{s:8:\"original\";i:40121;s:10:\"compressed\";i:38458;}s:6:\"medium\";a:2:{s:8:\"original\";i:17609;s:10:\"compressed\";i:16882;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7210;s:10:\"compressed\";i:6843;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21524;s:10:\"compressed\";i:20854;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23924;s:10:\"compressed\";i:23123;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37943;s:10:\"compressed\";i:36433;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:36891;s:10:\"compressed\";i:35713;}}}'),
(6095,1202,'original-file','2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1-updraft-pre-smush-original.png'),
(5992,569,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(5990,569,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:13:\"et_pb_heading\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_menu\";i:11;s:10:\"et_pb_text\";}'),
(5991,569,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5685,1130,'original-file','2025/02/02-Ofis-Cami-GOOLD-updraft-pre-smush-original.png'),
(5686,1130,'smush-complete','1'),
(5687,1130,'smush-info','The file was compressed from 1.93 MB to 946.47 KB, saving 52.21 percent, using WP-Optimize'),
(5688,1130,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2028181;s:12:\"smushed-size\";i:969188;s:15:\"savings-percent\";d:52.21000000000000085265128291212022304534912109375;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:2028181;s:10:\"compressed\";i:969188;}s:6:\"medium\";a:2:{s:8:\"original\";i:64697;s:10:\"compressed\";i:33349;}s:5:\"large\";a:2:{s:8:\"original\";i:620806;s:10:\"compressed\";i:292486;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:24496;s:10:\"compressed\";i:13246;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:365103;s:10:\"compressed\";i:170622;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:1284448;s:10:\"compressed\";i:603612;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:97191;s:10:\"compressed\";i:47325;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:598902;s:10:\"compressed\";i:273240;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:106129;s:10:\"compressed\";i:52847;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:170097;s:10:\"compressed\";i:82976;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:685463;s:10:\"compressed\";i:326093;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:185418;s:10:\"compressed\";i:84804;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:928458;s:10:\"compressed\";i:435698;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:568427;s:10:\"compressed\";i:265953;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:152027;s:10:\"compressed\";i:74625;}}}'),
(5689,1131,'smush-info','Failed with error code exceeded_max_filesize - /home/asyahavacilik/public_html/wp-content/uploads/2025/02/0004-Ofis.png - cannot be optimized, file size is above service provider limit'),
(5690,1131,'smush-complete',''),
(5691,1132,'original-file','2025/02/0003-Duvar-Gold-kopyala-updraft-pre-smush-original.png'),
(5692,1132,'smush-complete','1'),
(5693,1132,'smush-info','The file was compressed from 4.29 MB to 1.55 MB, saving 63.81 percent, using WP-Optimize'),
(5694,1132,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:4501287;s:12:\"smushed-size\";i:1628835;s:15:\"savings-percent\";d:63.81000000000000227373675443232059478759765625;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:4501287;s:10:\"compressed\";i:1628835;}s:6:\"medium\";a:2:{s:8:\"original\";i:88452;s:10:\"compressed\";i:52188;}s:5:\"large\";a:2:{s:8:\"original\";i:1173741;s:10:\"compressed\";i:623299;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:30390;s:10:\"compressed\";i:17305;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:645987;s:10:\"compressed\";i:352649;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:2583642;s:10:\"compressed\";i:1393445;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:138091;s:10:\"compressed\";i:79369;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:1106576;s:10:\"compressed\";i:578637;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:155269;s:10:\"compressed\";i:87379;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:269441;s:10:\"compressed\";i:151706;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:1307014;s:10:\"compressed\";i:697781;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:308536;s:10:\"compressed\";i:156610;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:1826257;s:10:\"compressed\";i:958981;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:1073228;s:10:\"compressed\";i:570786;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:236830;s:10:\"compressed\";i:134876;}}}'),
(5695,1133,'original-file','2025/02/0002-2-updraft-pre-smush-original.png'),
(5696,1133,'smush-complete','1'),
(5697,1133,'smush-info','The file was compressed from 1.32 MB to 660.40 KB, saving 51.1 percent, using WP-Optimize'),
(5698,1133,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1382974;s:12:\"smushed-size\";i:676254;s:15:\"savings-percent\";d:51.10000000000000142108547152020037174224853515625;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:1382974;s:10:\"compressed\";i:676254;}s:6:\"medium\";a:2:{s:8:\"original\";i:59155;s:10:\"compressed\";i:31009;}s:5:\"large\";a:2:{s:8:\"original\";i:478308;s:10:\"compressed\";i:239798;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:24300;s:10:\"compressed\";i:12985;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:294365;s:10:\"compressed\";i:147964;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:916120;s:10:\"compressed\";i:444637;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:84076;s:10:\"compressed\";i:42646;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:455398;s:10:\"compressed\";i:221277;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:92534;s:10:\"compressed\";i:47755;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:145137;s:10:\"compressed\";i:73206;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:522289;s:10:\"compressed\";i:259053;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:169347;s:10:\"compressed\";i:77189;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:685468;s:10:\"compressed\";i:335290;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:441943;s:10:\"compressed\";i:213760;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:131126;s:10:\"compressed\";i:66625;}}}'),
(5699,1134,'original-file','2025/02/0001-Deep-Black-updraft-pre-smush-original.png'),
(5700,1134,'smush-complete','1'),
(5701,1134,'smush-info','The file was compressed from 1.37 MB to 934.70 KB, saving 33.22 percent, using WP-Optimize'),
(5702,1134,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1433287;s:12:\"smushed-size\";i:957129;s:15:\"savings-percent\";d:33.219999999999998863131622783839702606201171875;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:1433287;s:10:\"compressed\";i:957129;}s:6:\"medium\";a:2:{s:8:\"original\";i:34868;s:10:\"compressed\";i:18900;}s:5:\"large\";a:2:{s:8:\"original\";i:466491;s:10:\"compressed\";i:287866;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7827;s:10:\"compressed\";i:4784;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:269487;s:10:\"compressed\";i:160085;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:932569;s:10:\"compressed\";i:604158;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:49959;s:10:\"compressed\";i:26170;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:367368;s:10:\"compressed\";i:222110;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:54099;s:10:\"compressed\";i:28703;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:92119;s:10:\"compressed\";i:51283;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:514067;s:10:\"compressed\";i:319220;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:97307;s:10:\"compressed\";i:52678;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:1333582;s:10:\"compressed\";i:886619;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:690136;s:10:\"compressed\";i:437388;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:427273;s:10:\"compressed\";i:262246;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:98598;s:10:\"compressed\";i:55018;}}}'),
(5703,1135,'original-file','2025/02/0001-Black-Parlak-Saydam-updraft-pre-smush-original.png'),
(5704,1135,'smush-complete','1'),
(5705,1135,'smush-info','The file was compressed from 531.80 KB to 94.62 KB, saving 82.21 percent, using WP-Optimize'),
(5706,1135,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:544568;s:12:\"smushed-size\";i:96893;s:15:\"savings-percent\";d:82.2099999999999937472239253111183643341064453125;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:544568;s:10:\"compressed\";i:96893;}s:6:\"medium\";a:2:{s:8:\"original\";i:12859;s:10:\"compressed\";i:4689;}s:5:\"large\";a:2:{s:8:\"original\";i:107248;s:10:\"compressed\";i:31564;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:3831;s:10:\"compressed\";i:2177;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:66029;s:10:\"compressed\";i:19637;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:211922;s:10:\"compressed\";i:64112;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20652;s:10:\"compressed\";i:6865;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:115123;s:10:\"compressed\";i:34674;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20780;s:10:\"compressed\";i:6897;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32180;s:10:\"compressed\";i:10105;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:117000;s:10:\"compressed\";i:35212;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:32798;s:10:\"compressed\";i:10204;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:305656;s:10:\"compressed\";i:97286;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:155575;s:10:\"compressed\";i:46672;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:98663;s:10:\"compressed\";i:29088;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:29233;s:10:\"compressed\";i:9299;}}}'),
(5707,1136,'original-file','2025/02/0001-Black-Parlak-updraft-pre-smush-original.png'),
(5708,1136,'smush-complete','1'),
(5709,1136,'smush-info','The file was compressed from 1.92 MB to 1.46 MB, saving 24.23 percent, using WP-Optimize'),
(5710,1136,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:2016876;s:12:\"smushed-size\";i:1528185;s:15:\"savings-percent\";d:24.230000000000000426325641456060111522674560546875;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:2016876;s:10:\"compressed\";i:1528185;}s:6:\"medium\";a:2:{s:8:\"original\";i:50365;s:10:\"compressed\";i:31770;}s:5:\"large\";a:2:{s:8:\"original\";i:633165;s:10:\"compressed\";i:453788;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:10791;s:10:\"compressed\";i:7564;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:362554;s:10:\"compressed\";i:256014;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:1288022;s:10:\"compressed\";i:942638;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:67569;s:10:\"compressed\";i:42132;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:488386;s:10:\"compressed\";i:338255;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:74022;s:10:\"compressed\";i:46746;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:126706;s:10:\"compressed\";i:83220;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:699577;s:10:\"compressed\";i:501679;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:135061;s:10:\"compressed\";i:85081;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:1869988;s:10:\"compressed\";i:1408401;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:947335;s:10:\"compressed\";i:683965;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:582399;s:10:\"compressed\";i:416125;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:139520;s:10:\"compressed\";i:91706;}}}'),
(5993,569,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:88:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_da9833a28e1d1a37ee2a0fff58ee3931\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ee465b497e7f0483e7a649acd941e794\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_60f28aa0db3beaed5aaf9b3abbc41353\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_40946bd51034e72de660288f488a921d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_045141be9d7073af2c43fd6c0c5d9e49\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2551fd4bd29af21f35a6f873f76b1da2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_12722655e4640ad3abd1d160abb4789d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e1ca95b2ce02400b328f3df4ac1164b6\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b3b8a98545b6db17adfdfac32a22f849\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c65c2a9a29913736139a95965b94b0d4\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_fa9ae836e4100edd08a5ddcdb7e4721f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bc14445071a32f7f751ce6daed5a49bb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f384276182d6827f0ce2d034b1c81948\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_21cd59a39690378c8337b57a3d3ae042\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9d34bc5a54829f0e2e54bd5cae8170a7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8d35bab34234226dcfe8b5391e83d24b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e1228963b3957963abb9c9cd8c96968f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b1cb5c0a41b8ec7a3872b3d591736024\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2f9ba1166dae4a0c7762c863405f6207\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a30298e4ece4ead4ad4fa6d055fd8db0\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fc9d3140919b75a148b46e3e3d24e58c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_263efbd1045e2482fd3eb1cd56b8196d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fff9ae0aa630fc7dfac7de3d11cf66b9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_89d70a0336e990451268483bacfadf78\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_da8723678be9c8ea8fce7c3838702c72\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ce02474dc6f6657496fedc66e7f94a9d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a7181e68966bfc8d63bf316a54d7b871\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_af6370907b6e269325fd985cb551a60a\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4ef343e113d98673ad0b7f3661dbd272\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a8207aedbe1306aa6234af2bf4e9e6c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b9699ec0c92bc527690f349ca16c3c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d6da2e4bbec263709794141dc2003112\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ff32faedddd27d22a5517b35c9d759a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_429cea17fbe71394f8f76036e5ed0131\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ef207f54f15d5fe026ddcdcd2f803e06\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8ee1f2fef7c53a49db1ceea4742ba62f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7985b729b14822292cb1c649e4cd50e8\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_45a0b72e637fa772eeb15ff93d3d55f8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fdae332ec57f29ff6bb5120a0ef39c80\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ed2e31972f116a449880779ff596b246\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_aab5a43284e9274281052fc3b757145c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_85d9b9a84a8dafd0a5dbcd52bae707f7\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_3bb08e29edcb64e0600d35dc38cfb30f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_83c33c80ecb4210323ca8a171027da88\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_369a4df36c3cbafa3950c24b3a8bd04b\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4f07ec8932e1004d5b8b843f36f7aecb\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_902cce938ff34d9952578a0790decdef\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0cddc4fcbbfd6f0d61a6abdb0825a74f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_979c96771f9afa0d07c80cef83694ff0\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_10104b770be9d3bebedf94cab13897f1\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_f4799e29228cdb98cebeb58d5a8ea561\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_6ed18bc6169d4158e01447fc6e63f3cb\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_f9ff4e869462312440a864c63208c883\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a9f1a7cbb613d8699f85770c53a836e8\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3bf076b7591c95b986a00f006d7092a1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_40fc75a551d67b232d9bc82af018c732\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_aef2ab695b0f3e7913524176861747cb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb42ae856547909879e9f6454feb5741\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_57fb45271391f78d57255f29d8a4899f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(5974,573,'_et_pb_ab_subjects',''),
(5975,573,'_et_pb_enable_shortcode_tracking',''),
(5976,573,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"573\" /]'),
(5977,573,'_et_pb_custom_css',''),
(5978,573,'_et_pb_gutter_width','3'),
(5979,573,'_thumbnail_id','0'),
(5980,573,'_global_colors_info','{}'),
(5981,573,'_et_pb_first_image',''),
(5982,573,'_et_pb_truncate_post',''),
(5957,1186,'_wp_attached_file','2025/02/VR-4-Drone.jpg'),
(5958,1186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:22:\"2025/02/VR-4-Drone.jpg\";s:8:\"filesize\";i:345691;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13211;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"VR-4-Drone-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111190;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65665;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"VR-4-Drone-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232927;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23007;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"VR-4-Drone-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134478;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24781;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38672;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"VR-4-Drone-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123354;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37206;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"VR-4-Drone-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172229;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103267;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"VR-4-Drone-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6349,553,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:75:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7bc1b3c24052317bf81eb57ffbe884f4\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;s:23:\"section_divider_enabled\";b:1;}s:42:\"et_pb_row_0fe0167fde73dde1c0e85d963aa46b92\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_037970fef13e50cdf3e138dfb816c776\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cef8361c899499e914720ab752dfb127\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5bf7c81946dc57af7f528332a7419110\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ff9230f22e3658ff3ed0466ae77fe685\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_db1a80fd69413ec0b995579641cf33a6\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ba2c134b383a782d078f0d6aefe2a121\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8a734077f6654dd581c9f0ae2c80dba2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1cb3b283a06912c2d1ecad8119fe1bae\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5bb0260ae87570a04a86ac233e65a99a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_b15f019763abd2ac37f17620ef693cee\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ade9ee6ec6f6234c46deff2271df718b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_59a2df9be82d6af5fafb781fbb4bb89f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c2b9d81797107403f349d63074bb286f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_40e28614478937342a6e4c7073d54285\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_be9403e1bf105cc638581d3635b62899\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d7700ac5c55ce83df243e8f13c203ecd\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6d819514439ecac28dfdb2650112f769\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b22903995a7dd07aa29e9f3209061496\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8d35bab34234226dcfe8b5391e83d24b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_f1fdcd3ae93d8ed45e90bc24e45359fa\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_714b2700799ac943f66f424da1cd4f1a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_469b1160e6402cfe3a585675f4bebc1a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_0050a72e1ba72f5fc14810745fc04860\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c3110f7fdc628a4c9cfd46f11d30c596\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_c3a1021c43571eeda89ad546e94abec2\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_d21231abc32820de9f5010488c6cc82c\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_765ce37eef3d4560fa9e953da16585e0\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e1b355226016e6fc6fe2506511548df6\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ff32faedddd27d22a5517b35c9d759a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ac1f13d6d1e197b61784f55d47908d9e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ef207f54f15d5fe026ddcdcd2f803e06\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8ee1f2fef7c53a49db1ceea4742ba62f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6e75ad71ff70bf7628d0fae4573938b4\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_45a0b72e637fa772eeb15ff93d3d55f8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_61949e65fb74e87a1050fd0b02755a03\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d3857306ea07e232fcb2c98e87cc3a8c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5b67d201cb98e66c914ae6db51c20479\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7eb6bf503a77a122285e4dfb181aa0eb\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_a3c42f06a011697e8fb52bbf156b8529\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cddf13f0dc53ea73779f25fb6d96608a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_d216ee7f26802ddd3207b2fde25b2240\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0381550f519ccd4225cd15febf235d4e\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_2d18fddf53f151d029faaebed3c4b6cc\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_58ab98f40f9bdd3947e2ae8c4101b58f\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_8df18adb976a79d3d9d0cfe17d28bb66\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_dbbab368eb70f25564bbd6328ff06cb1\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_3e0d608a434eaf2d9f13fc3630102080\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_4b55e8b717fd6426d81c5d841557d9ce\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_8f5bb37239b26fd931e675642b2b300e\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_975274e7add1b77a3f1d5aa63ab809db\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0d3547833848fb648012b215c86dd9be\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_8bae4f85f87fee6fb36515a725d05218\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6355,554,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6356,554,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:65:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_156e98349b695654e18b78021fadb2b2\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a574cefe8480aa113bb6eafe3f1cc691\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fc1d56aba798dfeb4eff8d1b82ad76c0\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_cf856b728d322b29431d88766bd3bead\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d10a4c15f7b77250e53919141e1e12ff\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6febdd62dfde869d36ba2e99ed606e35\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a3756d9882ff1a8b967c2cd3e794f13b\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9c50fb3b0092e886da21044381814584\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8a734077f6654dd581c9f0ae2c80dba2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5c3bd9513103ec8668ac21bc1569b4ac\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2cbbaa11a6f9ba0c37fdd1aa6ee6f00d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5bf7c81946dc57af7f528332a7419110\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e0aa6fb12db0ea16dab66cfe0cc5682b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_52a31728150f4766d9cc1e35662694ca\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_bbaff28f8cada39c12a478bbaa2fa328\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e1c3a8f0b3f65fd8672cd2376dcf84ca\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f5d6d1a4f5e1e7a36e0a5702bf8e4638\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b5518a49a9b697cb427c905a01d462f1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_fc0c8beecc5e5aa70bf0991fabbe41dd\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ef207f54f15d5fe026ddcdcd2f803e06\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8ee1f2fef7c53a49db1ceea4742ba62f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ee22f1c5ef9badca0b973357f8536bbc\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_45a0b72e637fa772eeb15ff93d3d55f8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_210ac7a7571714bdd6e3c53d49e70499\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7969759acc95617a8bc66c8184aa7475\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4852c62aa9d5aad7157b468d177d841f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0740bcd5ac29161449960ec2047c772a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_11fb778e088b0da9ba277f625cf0472e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a1880ff0b3f88145237e26bfaf878d15\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c790eed6528d53496d81155683754488\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_353ab9f61237a5f777b9ea002e650d64\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4211ebfa8c896a250df5e36154bf47df\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_064446c8ac4b9f216675cf03b7dd6d01\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_150ba69082ab5eebb5ed7d4f81e3f4b7\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ff32faedddd27d22a5517b35c9d759a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75638a8417397e40275556e962ac933a\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_27cb9f9584ac65771e8c6bacbf80a9ba\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a3250690081f730a7e79bdfcbd85a3d2\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_26aa832f36204aa029e40df9abfd8ab9\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f60ef4bab0be8988e8eb17bfc17e9fbf\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2812c74dc31ccaadba94034eb9a82480\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_2cd9004bb1d7cad98a3a0c32b43546ad\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6348,553,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6346,553,'_et_dynamic_cached_shortcodes','a:13:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:9:\"et_pb_cta\";i:9;s:13:\"et_pb_heading\";i:10;s:11:\"et_pb_image\";i:11;s:10:\"et_pb_menu\";i:12;s:10:\"et_pb_text\";}'),
(6347,553,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(5658,569,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(5662,1130,'_wp_attached_file','2025/02/02-Ofis-Cami-GOOLD.png'),
(5663,1130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:30:\"2025/02/02-Ofis-Cami-GOOLD.png\";s:8:\"filesize\";i:2028181;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64697;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"02-Ofis-Cami-GOOLD-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:620806;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24496;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:365103;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"02-Ofis-Cami-GOOLD-1536x1152.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1284448;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97191;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"02-Ofis-Cami-GOOLD-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:598902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106129;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170097;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"02-Ofis-Cami-GOOLD-1080x810.png\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:685463;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185418;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"02-Ofis-Cami-GOOLD-1280x960.png\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:928458;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-980x735.png\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:568427;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"02-Ofis-Cami-GOOLD-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152027;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5664,1131,'_wp_attached_file','2025/02/0004-Ofis.png'),
(5665,1131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:4000;s:6:\"height\";i:2662;s:4:\"file\";s:21:\"2025/02/0004-Ofis.png\";s:8:\"filesize\";i:14194938;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85214;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"0004-Ofis-1024x681.png\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:869792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25542;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-768x511.png\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:497669;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"0004-Ofis-1536x1022.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1022;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1946185;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"0004-Ofis-2048x1363.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1363;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3451195;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131737;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"0004-Ofis-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:876327;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:147754;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:234579;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"0004-Ofis-1080x719.png\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:967260;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168182;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"0004-Ofis-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6141952;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"0004-Ofis-1280x852.png\";s:5:\"width\";i:1280;s:6:\"height\";i:852;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1352637;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-980x652.png\";s:5:\"width\";i:980;s:6:\"height\";i:652;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:797941;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"0004-Ofis-480x319.png\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203234;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5666,1132,'_wp_attached_file','2025/02/0003-Duvar-Gold-kopyala.png'),
(5667,1132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:35:\"2025/02/0003-Duvar-Gold-kopyala.png\";s:8:\"filesize\";i:4501287;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88452;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"0003-Duvar-Gold-kopyala-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1173741;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30390;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:645987;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"0003-Duvar-Gold-kopyala-1536x1152.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2583642;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138091;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"0003-Duvar-Gold-kopyala-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1106576;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269441;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"0003-Duvar-Gold-kopyala-1080x810.png\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1307014;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:308536;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"0003-Duvar-Gold-kopyala-1280x960.png\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1826257;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-980x735.png\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1073228;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"0003-Duvar-Gold-kopyala-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236830;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5668,1133,'_wp_attached_file','2025/02/0002-2.png'),
(5669,1133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:18:\"2025/02/0002-2.png\";s:8:\"filesize\";i:1382974;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"0002-2-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59155;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"0002-2-1024x768.png\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:478308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"0002-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:24300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"0002-2-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:294365;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"0002-2-1536x1152.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:916120;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"0002-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84076;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"0002-2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:455398;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"0002-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92534;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"0002-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145137;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"0002-2-1080x810.png\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:522289;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"0002-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:169347;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"0002-2-1280x960.png\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:685468;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"0002-2-980x735.png\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:441943;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"0002-2-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131126;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5670,1134,'_wp_attached_file','2025/02/0001-Deep-Black.png'),
(5671,1134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"2025/02/0001-Deep-Black.png\";s:8:\"filesize\";i:1433287;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34868;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"0001-Deep-Black-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7827;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:269487;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"0001-Deep-Black-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:932569;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49959;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"0001-Deep-Black-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:367368;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54099;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:92119;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"0001-Deep-Black-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:514067;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97307;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:29:\"0001-Deep-Black-2000x1800.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1333582;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"0001-Deep-Black-1280x1280.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:690136;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:427273;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"0001-Deep-Black-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98598;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5672,1135,'_wp_attached_file','2025/02/0001-Black-Parlak-Saydam.png'),
(5673,1135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:36:\"2025/02/0001-Black-Parlak-Saydam.png\";s:8:\"filesize\";i:544568;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12859;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"0001-Black-Parlak-Saydam-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107248;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3831;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66029;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"0001-Black-Parlak-Saydam-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211922;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20652;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"0001-Black-Parlak-Saydam-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115123;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20780;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32180;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"0001-Black-Parlak-Saydam-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117000;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32798;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:38:\"0001-Black-Parlak-Saydam-2000x1800.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:305656;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"0001-Black-Parlak-Saydam-1280x1280.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:155575;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98663;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"0001-Black-Parlak-Saydam-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29233;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5674,1136,'_wp_attached_file','2025/02/0001-Black-Parlak.png'),
(5675,1136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:29:\"2025/02/0001-Black-Parlak.png\";s:8:\"filesize\";i:2016876;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50365;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"0001-Black-Parlak-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:633165;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10791;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:362554;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"0001-Black-Parlak-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1288022;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67569;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"0001-Black-Parlak-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:488386;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74022;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126706;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"0001-Black-Parlak-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:699577;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:135061;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:31:\"0001-Black-Parlak-2000x1800.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1869988;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"0001-Black-Parlak-1280x1280.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:947335;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:582399;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"0001-Black-Parlak-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139520;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6162,1218,'original-file','2025/02/82291073-updraft-pre-smush-original.jpg'),
(6163,1218,'smush-complete','1'),
(6164,1218,'smush-info','The file was compressed from 199.80 KB to 194.26 KB, saving 2.77 percent, using WP-Optimize'),
(6165,1218,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:204595;s:12:\"smushed-size\";i:198925;s:15:\"savings-percent\";d:2.770000000000000017763568394002504646778106689453125;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:204595;s:10:\"compressed\";i:198925;}s:6:\"medium\";a:2:{s:8:\"original\";i:23122;s:10:\"compressed\";i:22071;}s:5:\"large\";a:2:{s:8:\"original\";i:161929;s:10:\"compressed\";i:157726;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7758;s:10:\"compressed\";i:7369;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:103006;s:10:\"compressed\";i:99909;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:25848;s:10:\"compressed\";i:24811;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:122407;s:10:\"compressed\";i:119054;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:28924;s:10:\"compressed\";i:27779;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:44037;s:10:\"compressed\";i:42379;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:175229;s:10:\"compressed\";i:170709;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:44523;s:10:\"compressed\";i:42754;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:151798;s:10:\"compressed\";i:147550;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:48913;s:10:\"compressed\";i:47098;}}}'),
(6166,1217,'original-file','2025/02/pilot-gehalt-verdienst-updraft-pre-smush-original.jpg'),
(6167,1217,'smush-complete','1'),
(6168,1217,'smush-info','The file was compressed from 282.82 KB to 282.82 KB, saving 0 percent, using WP-Optimize'),
(6169,1217,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:289609;s:12:\"smushed-size\";i:289609;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:14:{s:4:\"full\";a:2:{s:8:\"original\";i:289609;s:10:\"compressed\";i:289609;}s:6:\"medium\";a:2:{s:8:\"original\";i:29903;s:10:\"compressed\";i:28003;}s:5:\"large\";a:2:{s:8:\"original\";i:192899;s:10:\"compressed\";i:183408;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:9621;s:10:\"compressed\";i:9238;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:126889;s:10:\"compressed\";i:119935;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:34140;s:10:\"compressed\";i:31846;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:148613;s:10:\"compressed\";i:141046;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:37083;s:10:\"compressed\";i:34669;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:56098;s:10:\"compressed\";i:52605;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:209588;s:10:\"compressed\";i:199695;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:58022;s:10:\"compressed\";i:54307;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:260870;s:10:\"compressed\";i:249409;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:182588;s:10:\"compressed\";i:173456;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:62824;s:10:\"compressed\";i:58927;}}}'),
(6170,1216,'original-file','2025/02/cbca701010669b669276d5a5c3941c00-updraft-pre-smush-original.jpg'),
(6171,1216,'smush-complete','1'),
(6172,1216,'smush-info','The file was compressed from 164.22 KB to 164.22 KB, saving 0 percent, using WP-Optimize'),
(6173,1216,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:168159;s:12:\"smushed-size\";i:168159;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:12:{s:4:\"full\";a:2:{s:8:\"original\";i:168159;s:10:\"compressed\";i:168159;}s:6:\"medium\";a:2:{s:8:\"original\";i:18756;s:10:\"compressed\";i:18078;}s:5:\"large\";a:2:{s:8:\"original\";i:158356;s:10:\"compressed\";i:153712;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6002;s:10:\"compressed\";i:5679;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:97621;s:10:\"compressed\";i:94330;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21179;s:10:\"compressed\";i:20414;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:117314;s:10:\"compressed\";i:113894;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23385;s:10:\"compressed\";i:22586;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37149;s:10:\"compressed\";i:35818;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:39133;s:10:\"compressed\";i:37676;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:148716;s:10:\"compressed\";i:144163;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:42479;s:10:\"compressed\";i:40896;}}}'),
(6178,1223,'_wp_attached_file','2025/02/iStock-669970464-scaled-1.jpg'),
(6179,1223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1706;s:4:\"file\";s:37:\"2025/02/iStock-669970464-scaled-1.jpg\";s:8:\"filesize\";i:424571;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-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:14132;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"iStock-669970464-scaled-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:85062;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-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:6800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-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:55103;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"iStock-669970464-scaled-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:158646;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:39:\"iStock-669970464-scaled-1-2048x1365.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249411;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20859;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"iStock-669970464-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88975;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22347;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32883;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"iStock-669970464-scaled-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91933;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31052;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"iStock-669970464-scaled-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122492;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79921;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"iStock-669970464-scaled-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27755;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6184,1223,'original-file','2025/02/iStock-669970464-scaled-1-updraft-pre-smush-original.jpg'),
(6185,1223,'smush-complete','1'),
(6186,1223,'smush-info','The file was compressed from 414.62 KB to 414.62 KB, saving 0 percent, using WP-Optimize'),
(6187,1223,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:424571;s:12:\"smushed-size\";i:424571;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:424571;s:10:\"compressed\";i:424571;}s:6:\"medium\";a:2:{s:8:\"original\";i:14132;s:10:\"compressed\";i:13483;}s:5:\"large\";a:2:{s:8:\"original\";i:85062;s:10:\"compressed\";i:82193;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6800;s:10:\"compressed\";i:6458;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:55103;s:10:\"compressed\";i:53196;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:158646;s:10:\"compressed\";i:152973;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:249411;s:10:\"compressed\";i:240226;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20859;s:10:\"compressed\";i:20002;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:88975;s:10:\"compressed\";i:85878;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22347;s:10:\"compressed\";i:21432;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:32883;s:10:\"compressed\";i:31644;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:91933;s:10:\"compressed\";i:88815;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:31052;s:10:\"compressed\";i:29939;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:122492;s:10:\"compressed\";i:117970;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:79921;s:10:\"compressed\";i:77152;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:27755;s:10:\"compressed\";i:26697;}}}'),
(6192,1228,'_wp_attached_file','2025/02/65f9cedb573f8664399595.jpg'),
(6193,1228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1840;s:6:\"height\";i:1228;s:4:\"file\";s:34:\"2025/02/65f9cedb573f8664399595.jpg\";s:8:\"filesize\";i:458168;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20988;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"65f9cedb573f8664399595-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10093;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89505;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"65f9cedb573f8664399595-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241121;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31944;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"65f9cedb573f8664399595-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140715;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35413;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54082;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"65f9cedb573f8664399595-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146773;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59900;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"65f9cedb573f8664399595-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185945;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127277;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"65f9cedb573f8664399595-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43756;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1413559201\";s:9:\"copyright\";s:11:\"Ben Etridge\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6194,1229,'_wp_attached_file','2025/02/iStock-115862770.jpg'),
(6195,1229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:793;s:4:\"file\";s:28:\"2025/02/iStock-115862770.jpg\";s:8:\"filesize\";i:92024;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11680;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"iStock-115862770-1024x677.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:677;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71237;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5954;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-768x508.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:508;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46583;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17363;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"iStock-115862770-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75074;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18492;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27483;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"iStock-115862770-1080x714.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:714;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77238;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28314;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-980x648.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:648;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67273;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"iStock-115862770-480x317.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23101;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6196,1230,'_wp_attached_file','2025/02/slide-4-new-generation-fleet.jpg'),
(6197,1230,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1900;s:6:\"height\";i:1266;s:4:\"file\";s:40:\"2025/02/slide-4-new-generation-fleet.jpg\";s:8:\"filesize\";i:287323;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17007;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"slide-4-new-generation-fleet-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114933;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73988;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"slide-4-new-generation-fleet-1536x1023.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1023;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25679;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"slide-4-new-generation-fleet-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118863;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28529;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43267;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"slide-4-new-generation-fleet-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42981;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"slide-4-new-generation-fleet-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158546;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107126;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"slide-4-new-generation-fleet-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35565;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6198,1231,'_wp_attached_file','2025/02/084d98b8a55b03fe52ef19f5f37071b1.jpg'),
(6199,1231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:44:\"2025/02/084d98b8a55b03fe52ef19f5f37071b1.jpg\";s:8:\"filesize\";i:178012;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25435;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"084d98b8a55b03fe52ef19f5f37071b1-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97178;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24521;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"084d98b8a55b03fe52ef19f5f37071b1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95562;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27866;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41745;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"084d98b8a55b03fe52ef19f5f37071b1-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154390;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44631;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136234;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"084d98b8a55b03fe52ef19f5f37071b1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50165;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6200,1232,'_wp_attached_file','2025/02/Q0fcAdVf-New-Project-21.png'),
(6201,1232,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:35:\"2025/02/Q0fcAdVf-New-Project-21.png\";s:8:\"filesize\";i:4846651;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145789;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Q0fcAdVf-New-Project-21-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1216014;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43166;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:748333;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Q0fcAdVf-New-Project-21-1536x1536.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2361965;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:184593;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"Q0fcAdVf-New-Project-21-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1056218;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:200707;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:315643;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"Q0fcAdVf-New-Project-21-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1331760;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299201;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:37:\"Q0fcAdVf-New-Project-21-2000x1800.png\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3364344;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"Q0fcAdVf-New-Project-21-1280x1280.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1753346;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1130534;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"Q0fcAdVf-New-Project-21-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:330099;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6202,1228,'original-file','2025/02/65f9cedb573f8664399595-updraft-pre-smush-original.jpg'),
(6203,1228,'smush-complete','1'),
(6204,1228,'smush-info','The file was compressed from 447.43 KB to 413.44 KB, saving 7.6 percent, using WP-Optimize'),
(6205,1228,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:458168;s:12:\"smushed-size\";i:423361;s:15:\"savings-percent\";d:7.5999999999999996447286321199499070644378662109375;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:458168;s:10:\"compressed\";i:423361;}s:6:\"medium\";a:2:{s:8:\"original\";i:20988;s:10:\"compressed\";i:19624;}s:5:\"large\";a:2:{s:8:\"original\";i:135310;s:10:\"compressed\";i:129377;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:10093;s:10:\"compressed\";i:9678;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:89505;s:10:\"compressed\";i:85206;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:241121;s:10:\"compressed\";i:231926;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:31944;s:10:\"compressed\";i:29963;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:140715;s:10:\"compressed\";i:134522;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:35413;s:10:\"compressed\";i:33240;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:54082;s:10:\"compressed\";i:51060;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:146773;s:10:\"compressed\";i:140485;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:59900;s:10:\"compressed\";i:56314;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:185945;s:10:\"compressed\";i:178346;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:127277;s:10:\"compressed\";i:121627;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:43756;s:10:\"compressed\";i:41231;}}}'),
(6206,1229,'original-file','2025/02/iStock-115862770-updraft-pre-smush-original.jpg'),
(6207,1229,'smush-complete','1'),
(6208,1229,'smush-info','The file was compressed from 89.87 KB to 89.87 KB, saving 0 percent, using WP-Optimize'),
(6209,1229,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:92024;s:12:\"smushed-size\";i:92024;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:92024;s:10:\"compressed\";i:92024;}s:6:\"medium\";a:2:{s:8:\"original\";i:11680;s:10:\"compressed\";i:11299;}s:5:\"large\";a:2:{s:8:\"original\";i:71237;s:10:\"compressed\";i:69526;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5954;s:10:\"compressed\";i:5642;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:46583;s:10:\"compressed\";i:45576;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:17363;s:10:\"compressed\";i:16858;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:75074;s:10:\"compressed\";i:73276;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:18492;s:10:\"compressed\";i:18031;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:27483;s:10:\"compressed\";i:26886;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:77238;s:10:\"compressed\";i:75433;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28314;s:10:\"compressed\";i:27682;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:67273;s:10:\"compressed\";i:65667;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:23101;s:10:\"compressed\";i:22565;}}}'),
(6210,1230,'original-file','2025/02/slide-4-new-generation-fleet-updraft-pre-smush-original.jpg'),
(6211,1230,'smush-complete','1'),
(6212,1230,'smush-info','The file was compressed from 280.59 KB to 280.59 KB, saving 0 percent, using WP-Optimize'),
(6213,1230,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:287323;s:12:\"smushed-size\";i:287323;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:287323;s:10:\"compressed\";i:287323;}s:6:\"medium\";a:2:{s:8:\"original\";i:17007;s:10:\"compressed\";i:16205;}s:5:\"large\";a:2:{s:8:\"original\";i:114933;s:10:\"compressed\";i:111246;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7627;s:10:\"compressed\";i:7318;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:73988;s:10:\"compressed\";i:71410;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:205686;s:10:\"compressed\";i:199948;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:25679;s:10:\"compressed\";i:24523;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:118863;s:10:\"compressed\";i:115004;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:28529;s:10:\"compressed\";i:27312;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:43267;s:10:\"compressed\";i:41588;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:123696;s:10:\"compressed\";i:119810;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:42981;s:10:\"compressed\";i:41311;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:158546;s:10:\"compressed\";i:154123;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:107126;s:10:\"compressed\";i:103687;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:35565;s:10:\"compressed\";i:34153;}}}'),
(6214,1231,'original-file','2025/02/084d98b8a55b03fe52ef19f5f37071b1-updraft-pre-smush-original.jpg'),
(6215,1231,'smush-complete','1'),
(6216,1231,'smush-info','The file was compressed from 173.84 KB to 173.84 KB, saving 0 percent, using WP-Optimize'),
(6217,1231,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:178012;s:12:\"smushed-size\";i:178012;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:178012;s:10:\"compressed\";i:178012;}s:6:\"medium\";a:2:{s:8:\"original\";i:25435;s:10:\"compressed\";i:23889;}s:5:\"large\";a:2:{s:8:\"original\";i:142016;s:10:\"compressed\";i:135443;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8591;s:10:\"compressed\";i:8227;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:97178;s:10:\"compressed\";i:92274;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:24521;s:10:\"compressed\";i:23180;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:95562;s:10:\"compressed\";i:91179;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:27866;s:10:\"compressed\";i:26264;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41745;s:10:\"compressed\";i:39332;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:154390;s:10:\"compressed\";i:147369;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:44631;s:10:\"compressed\";i:41987;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:136234;s:10:\"compressed\";i:129791;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50165;s:10:\"compressed\";i:47323;}}}'),
(6218,1232,'original-file','2025/02/Q0fcAdVf-New-Project-21-updraft-pre-smush-original.png'),
(6219,1232,'smush-complete','1'),
(6220,1232,'smush-info','The file was compressed from 4.62 MB to 1.49 MB, saving 67.84 percent, using WP-Optimize'),
(6221,1232,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:4846651;s:12:\"smushed-size\";i:1558793;s:15:\"savings-percent\";d:67.840000000000003410605131648480892181396484375;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:4846651;s:10:\"compressed\";i:1558793;}s:6:\"medium\";a:2:{s:8:\"original\";i:145789;s:10:\"compressed\";i:49859;}s:5:\"large\";a:2:{s:8:\"original\";i:1216014;s:10:\"compressed\";i:461520;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:43166;s:10:\"compressed\";i:15240;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:748333;s:10:\"compressed\";i:268837;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:2361965;s:10:\"compressed\";i:947177;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:184593;s:10:\"compressed\";i:62249;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:1056218;s:10:\"compressed\";i:388522;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:200707;s:10:\"compressed\";i:66929;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:315643;s:10:\"compressed\";i:108203;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:1331760;s:10:\"compressed\";i:500484;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:299201;s:10:\"compressed\";i:104049;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:3364344;s:10:\"compressed\";i:1491362;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:1753346;s:10:\"compressed\";i:680114;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:1130534;s:10:\"compressed\";i:417066;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:330099;s:10:\"compressed\";i:113471;}}}'),
(6222,1233,'_wp_attached_file','2025/02/20100608_Figure4.png'),
(6223,1233,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1975;s:6:\"height\";i:1967;s:4:\"file\";s:28:\"2025/02/20100608_Figure4.png\";s:8:\"filesize\";i:1362258;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104500;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"20100608_Figure4-1024x1020.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1020;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:605230;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:36771;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-768x765.png\";s:5:\"width\";i:768;s:6:\"height\";i:765;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:403873;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"20100608_Figure4-1536x1530.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1530;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1051145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120792;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"20100608_Figure4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:501397;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132267;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197839;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"20100608_Figure4-1080x1076.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1076;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:650296;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201884;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:30:\"20100608_Figure4-1975x1800.png\";s:5:\"width\";i:1975;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:817564;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"20100608_Figure4-1280x1275.png\";s:5:\"width\";i:1280;s:6:\"height\";i:1275;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:820875;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-980x976.png\";s:5:\"width\";i:980;s:6:\"height\";i:976;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:564170;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"20100608_Figure4-480x478.png\";s:5:\"width\";i:480;s:6:\"height\";i:478;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:205873;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6224,1234,'_wp_attached_file','2025/02/1_GkA83niW4AEeNme.jpg'),
(6225,1234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:29:\"2025/02/1_GkA83niW4AEeNme.jpg\";s:8:\"filesize\";i:197012;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18601;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"1_GkA83niW4AEeNme-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145600;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89610;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20828;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"1_GkA83niW4AEeNme-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104783;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22863;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35083;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"1_GkA83niW4AEeNme-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159850;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35637;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136599;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"1_GkA83niW4AEeNme-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6226,1235,'_wp_attached_file','2025/02/Pilot-iPad.jpg'),
(6227,1235,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1275;s:6:\"height\";i:1200;s:4:\"file\";s:22:\"2025/02/Pilot-iPad.jpg\";s:8:\"filesize\";i:1032377;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-300x282.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:282;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19846;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Pilot-iPad-1024x964.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:964;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137945;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7034;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-768x723.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88067;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21041;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"Pilot-iPad-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99626;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23649;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37255;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"Pilot-iPad-1080x1016.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1016;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149811;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40929;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-980x922.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:922;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129208;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Pilot-iPad-480x452.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41929;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:10:\"Scott Watt\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1621258987\";s:9:\"copyright\";s:22:\"Scott Watt Photography\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6228,1236,'_wp_attached_file','2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg'),
(6229,1236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:4:\"file\";s:56:\"2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\";s:8:\"filesize\";i:136599;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17859;}s:5:\"large\";a:5:{s:4:\"file\";s:58:\"square_1280_02de604aa501908594795fc69f063b35-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123780;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6607;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77473;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18100;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"square_1280_02de604aa501908594795fc69f063b35-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87042;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20356;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30982;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:58:\"square_1280_02de604aa501908594795fc69f063b35-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135408;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116122;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"square_1280_02de604aa501908594795fc69f063b35-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36398;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6265,568,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6266,568,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6267,568,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6268,568,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:93:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_70cb891d38b730136ee0c97263a1df96\";a:6:{s:5:\"hmire\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_91af420d52155027a0448db45f6a7040\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_eff915c627dea22af96dd24d5c8a442a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a33d569042811e94cd3cbf2eb4c92405\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7a1c9d26a3a5725c8240a8425d2ea56e\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f4692d54691467c9167fa9467268939\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_c47460db6be642c3ac1057641da37699\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ce38e8444dcd8e711647518bec348e60\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_c2e73bafb6fc356dcd9756913d210e3a\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e1ca95b2ce02400b328f3df4ac1164b6\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b3b8a98545b6db17adfdfac32a22f849\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9dfec04b9e97f16abf326ca5923bdd42\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a4f983de4f3e20822460cda852d639b7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3ebc163df017b62970fd5fcd4f24daff\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a06495dc04723cdd55e8e03f176de2f8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4649b9b6b18f8c8add31c587cfbd36cd\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_83153dd59e4d1b29db2612302a613621\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_89ff791ac00be167af17be2c1405f755\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_561723cac8c923c05b42bae1fbc484cd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_bc23b0c861aa162f7553d00967561669\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5ce3fdd22d51f99770dd678645cce021\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_572de4a66880153bc62cdf5e7f3ba9c1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_066c237f5dec0a82f5e329787fd7445f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ea2bf7be0d8e7634216d3d99946a04db\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_36dcc13768c5d95dd8a1afadc1549575\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f60a34c8704170a217ca646f9206706d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_78835df0a8077d706a595c46c8a16aa6\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4d91670636eca1bd194a298e90cf230d\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_50cb0cd6f776df73a5001c01fd9672c3\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_505b1c1227428dc98c616870eff9f637\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_15fa7ad827761bf9a786b49676ad3c3a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_83fc0d140be8b5c5b488703bc7688880\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b9582d67b2f5aff22840ccd2f002ff33\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_014dab3b98b7aba189631cf11bd4fe29\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_8e8984499e23c56b71bcd739ac0491bb\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5ce2062e800e2448b5a6e7453f8b05f1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_0f958bda4eea4c7255d94744ed607cdb\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7e8ec8a97836b739ee8bd20b41082f51\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_75813e918438739ad5aaff2baba8de93\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c627a8b98f4e184a2626486aea87c2ad\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a5c6afc03c75096461988fde8b768fd7\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_ef561abc7ea2159d9e46fad2e5f0183e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_e7f9f719664dce19876a0710c065070f\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_bff86ddcf6ba7d7f4a223c21acae7056\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_29a3f19ceed2aa86b775c86032fe887a\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a3e066302f52b01edcb718925c2fc619\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b47778289ae8b5a8551c8b846350a67e\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_9c834ca084b2e9fdfef2479b94ead927\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d98f18ac088b36d1627eefe3821ec56b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1f9d14844b68b906626f1d7434127c7f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7beec5264f6d42ba3dc6f7d059af92a0\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ff32faedddd27d22a5517b35c9d759a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c4a327419a259ebaaac325064e6b7709\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75638a8417397e40275556e962ac933a\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_add764c1d4c61603e66d01bc55571890\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_aa18b324c3d470863801b196626856cf\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d7445a569696d0e82355636f1f81e808\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f93ff0459d72bad841a48d307499bf40\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_203b6c3c92800baa7ca48bcbe2092c88\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_afbde13488e8d53c7c4c6a6b13e6607f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3a2853d4c837dc41af93322cc86e6462\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_024d70449ae40c0198b6860def0476c2\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_cd17918c9ee9da6618d99fb22095bd04\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_788120364a7bc0c5c46d3572d8fb3c79\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3bf076b7591c95b986a00f006d7092a1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_40fc75a551d67b232d9bc82af018c732\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_d3374c911c2f4917300a3e80fb85425b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb42ae856547909879e9f6454feb5741\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_07b0c3553b755836379267cb8f1a088c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6237,1239,'_wp_attached_file','2025/02/643824d01309439440142f20_MRO-Square.png'),
(6238,1239,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:47:\"2025/02/643824d01309439440142f20_MRO-Square.png\";s:8:\"filesize\";i:519056;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174591;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"643824d01309439440142f20_MRO-Square-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1836813;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49381;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1065043;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201057;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"643824d01309439440142f20_MRO-Square-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:989000;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:222996;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:369405;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:376629;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1698529;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"643824d01309439440142f20_MRO-Square-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:425283;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6239,1236,'original-file','2025/02/square_1280_02de604aa501908594795fc69f063b35-updraft-pre-smush-original.jpg'),
(6240,1236,'smush-complete','1'),
(6241,1236,'smush-info','The file was compressed from 133.40 KB to 133.40 KB, saving 0 percent, using WP-Optimize'),
(6242,1236,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:136599;s:12:\"smushed-size\";i:136599;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:136599;s:10:\"compressed\";i:136599;}s:6:\"medium\";a:2:{s:8:\"original\";i:17859;s:10:\"compressed\";i:17224;}s:5:\"large\";a:2:{s:8:\"original\";i:123780;s:10:\"compressed\";i:120509;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6607;s:10:\"compressed\";i:6267;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:77473;s:10:\"compressed\";i:75435;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:18100;s:10:\"compressed\";i:17482;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:87042;s:10:\"compressed\";i:84553;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:20356;s:10:\"compressed\";i:19695;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:30982;s:10:\"compressed\";i:30010;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:135408;s:10:\"compressed\";i:131797;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:32197;s:10:\"compressed\";i:31254;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:116122;s:10:\"compressed\";i:113026;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:36398;s:10:\"compressed\";i:35289;}}}'),
(6243,1235,'original-file','2025/02/Pilot-iPad-updraft-pre-smush-original.jpg'),
(6244,1235,'smush-complete','1'),
(6245,1235,'smush-info','The file was compressed from 1,008.18 KB to 345.44 KB, saving 65.74 percent, using WP-Optimize'),
(6246,1235,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1032377;s:12:\"smushed-size\";i:353726;s:15:\"savings-percent\";d:65.7399999999999948840923025272786617279052734375;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:1032377;s:10:\"compressed\";i:353726;}s:6:\"medium\";a:2:{s:8:\"original\";i:19846;s:10:\"compressed\";i:19080;}s:5:\"large\";a:2:{s:8:\"original\";i:137945;s:10:\"compressed\";i:133569;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7034;s:10:\"compressed\";i:6715;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:88067;s:10:\"compressed\";i:85194;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21041;s:10:\"compressed\";i:20287;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:99626;s:10:\"compressed\";i:96089;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23649;s:10:\"compressed\";i:22828;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:37255;s:10:\"compressed\";i:35871;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:149811;s:10:\"compressed\";i:144863;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:40929;s:10:\"compressed\";i:39534;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:129208;s:10:\"compressed\";i:125062;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:41929;s:10:\"compressed\";i:40420;}}}'),
(6247,1234,'original-file','2025/02/1_GkA83niW4AEeNme-updraft-pre-smush-original.jpg'),
(6248,1234,'smush-complete','1'),
(6249,1234,'smush-info','The file was compressed from 192.39 KB to 185.11 KB, saving 3.78 percent, using WP-Optimize'),
(6250,1234,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:197012;s:12:\"smushed-size\";i:189556;s:15:\"savings-percent\";d:3.779999999999999804600747665972448885440826416015625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:197012;s:10:\"compressed\";i:189556;}s:6:\"medium\";a:2:{s:8:\"original\";i:18601;s:10:\"compressed\";i:17798;}s:5:\"large\";a:2:{s:8:\"original\";i:145600;s:10:\"compressed\";i:140832;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6206;s:10:\"compressed\";i:5881;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:89610;s:10:\"compressed\";i:86574;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20828;s:10:\"compressed\";i:20030;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:104783;s:10:\"compressed\";i:101546;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:22863;s:10:\"compressed\";i:22003;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:35083;s:10:\"compressed\";i:33824;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:159850;s:10:\"compressed\";i:154462;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:35637;s:10:\"compressed\";i:34271;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:136599;s:10:\"compressed\";i:131988;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:39942;s:10:\"compressed\";i:38501;}}}'),
(6251,1233,'original-file','2025/02/20100608_Figure4-updraft-pre-smush-original.png'),
(6252,1233,'smush-complete','1'),
(6253,1233,'smush-info','The file was compressed from 1.30 MB to 265.67 KB, saving 80.03 percent, using WP-Optimize'),
(6254,1233,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:1362258;s:12:\"smushed-size\";i:272049;s:15:\"savings-percent\";d:80.030000000000001136868377216160297393798828125;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:1362258;s:10:\"compressed\";i:272049;}s:6:\"medium\";a:2:{s:8:\"original\";i:104500;s:10:\"compressed\";i:32458;}s:5:\"large\";a:2:{s:8:\"original\";i:605230;s:10:\"compressed\";i:179117;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:36771;s:10:\"compressed\";i:12228;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:403873;s:10:\"compressed\";i:121185;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:1051145;s:10:\"compressed\";i:317920;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:120792;s:10:\"compressed\";i:37422;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:501397;s:10:\"compressed\";i:150007;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:132267;s:10:\"compressed\";i:40965;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:197839;s:10:\"compressed\";i:59451;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:650296;s:10:\"compressed\";i:194502;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:201884;s:10:\"compressed\";i:60166;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:817564;s:10:\"compressed\";i:252602;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:820875;s:10:\"compressed\";i:247619;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:564170;s:10:\"compressed\";i:165236;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:205873;s:10:\"compressed\";i:62215;}}}'),
(6255,1239,'original-file','2025/02/643824d01309439440142f20_MRO-Square-updraft-pre-smush-original.png'),
(6256,1239,'smush-complete','1'),
(6257,1239,'smush-info','The file was compressed from 506.89 KB to 506.89 KB, saving 0 percent, using WP-Optimize'),
(6258,1239,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:519056;s:12:\"smushed-size\";i:519056;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:12:{s:4:\"full\";a:2:{s:8:\"original\";i:519056;s:10:\"compressed\";i:519056;}s:6:\"medium\";a:2:{s:8:\"original\";i:174591;s:10:\"compressed\";i:55724;}s:5:\"large\";a:2:{s:8:\"original\";i:1836813;s:10:\"compressed\";i:562948;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:49381;s:10:\"compressed\";i:16941;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:1065043;s:10:\"compressed\";i:323738;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:201057;s:10:\"compressed\";i:64706;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:989000;s:10:\"compressed\";i:358766;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:222996;s:10:\"compressed\";i:72033;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:369405;s:10:\"compressed\";i:117017;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:376629;s:10:\"compressed\";i:117953;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:1698529;s:10:\"compressed\";i:519767;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:425283;s:10:\"compressed\";i:130561;}}}'),
(6259,1240,'_wp_attached_file','2025/02/pilot-cockpit-airplane-takeoff-1024x949-1.jpg'),
(6260,1240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:949;s:4:\"file\";s:53:\"2025/02/pilot-cockpit-airplane-takeoff-1024x949-1.jpg\";s:8:\"filesize\";i:174120;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-300x278.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24028;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-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:8298;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-768x712.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104668;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27915;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:54:\"pilot-cockpit-airplane-takeoff-1024x949-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136135;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30309;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46681;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47439;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-980x908.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151013;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"pilot-cockpit-airplane-takeoff-1024x949-1-480x445.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50308;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6261,1241,'_wp_attached_file','2025/02/da4fbfdd357c8cd7bc839e98cb43bd57.jpg'),
(6262,1241,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2025/02/da4fbfdd357c8cd7bc839e98cb43bd57.jpg\";s:8:\"filesize\";i:270066;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22081;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"da4fbfdd357c8cd7bc839e98cb43bd57-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87757;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"da4fbfdd357c8cd7bc839e98cb43bd57-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:240483;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21588;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"da4fbfdd357c8cd7bc839e98cb43bd57-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93203;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24430;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36807;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"da4fbfdd357c8cd7bc839e98cb43bd57-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144928;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39635;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:46:\"da4fbfdd357c8cd7bc839e98cb43bd57-2000x1800.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338060;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"da4fbfdd357c8cd7bc839e98cb43bd57-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184953;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126722;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"da4fbfdd357c8cd7bc839e98cb43bd57-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43962;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6263,1242,'_wp_attached_file','2025/02/Pilot-and-f_18-1030x1030-1920w.jpg'),
(6264,1242,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1030;s:6:\"height\";i:1030;s:4:\"file\";s:42:\"2025/02/Pilot-and-f_18-1030x1030-1920w.jpg\";s:8:\"filesize\";i:147733;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15008;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Pilot-and-f_18-1030x1030-1920w-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138080;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78841;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14960;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"Pilot-and-f_18-1030x1030-1920w-1030x675.jpg\";s:5:\"width\";i:1030;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108420;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16988;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26950;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28962;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"Pilot-and-f_18-1030x1030-1920w-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31865;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6297,558,'_et_dynamic_cached_shortcodes','a:13:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:9:\"et_pb_cta\";i:9;s:13:\"et_pb_heading\";i:10;s:11:\"et_pb_image\";i:11;s:10:\"et_pb_menu\";i:12;s:10:\"et_pb_text\";}'),
(6298,558,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6299,558,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}');
INSERT INTO `wp_postmeta` VALUES
(6300,558,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:80:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2a00aa2db6bbd627d4fada75a4b3b3a6\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5343ecbf2531b47e88d37fe5e2e33298\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_60f68a2bc08a9a0048d40e86ce9bece8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_5a563208f8a821313fe9cba4f73359e2\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_06a3869652946789b43dcf26feb34aae\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_03c8b1c4e2cc8277f5780c9773483c1a\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c95a6d5ea9e362635d810e8d153874dc\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ba2c134b383a782d078f0d6aefe2a121\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8a734077f6654dd581c9f0ae2c80dba2\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5bb0260ae87570a04a86ac233e65a99a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e8e55348fb67a7de8fc8d5e470f3ccb3\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ade9ee6ec6f6234c46deff2271df718b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_59a2df9be82d6af5fafb781fbb4bb89f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d818b967836ffc3a6455b82cecf3d272\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_eacfc6f4fe99daee7d73081c8fad3401\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7831c10c2c1a41151da46b2ffee2e3b3\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_21c59c24335992fb86fbe8aec447395c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_842176a6bc18c43249d65875926afe6b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a0447c7dd361ebb17161abebb3e380d0\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c790eed6528d53496d81155683754488\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_788f76bddf85f4d95592aa1308b236d5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e0d7a4a5645410e92dbc3ee1809e7937\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ff32faedddd27d22a5517b35c9d759a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_07eb37621ad67371dce76ecd424731ec\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75638a8417397e40275556e962ac933a\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_24c5a7c4ff365d2513ec0b4243f09913\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ec8b31a8c34e23c5c4a7e722ddd1b127\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_afbde13488e8d53c7c4c6a6b13e6607f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_57bc1aa11ab2182637156f0e1c5a04bb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_96308484dc44d0babfdd6ef96af59b70\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_579e83354e63dadd2584282b843dad53\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8a1a6f2ab771c9f2c5cb0b0fea47df70\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_cd95bfc026f6810be104ad2c59590af9\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5e118d5d233d08162c1ab56f5ce796ad\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_581fcece9180f83a5068daea9085f9fe\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5bd29d8d499e0830ffdb88381af99413\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_eff2c37ca67386d13899d45031675892\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7fb5ae71cc80414fbfd399680abdb467\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ee465b497e7f0483e7a649acd941e794\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a5c23164b2493fa252355bbb8f42126a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_843ab4a304e195866502d0b1a8079f71\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6872745b5741256b20ada2ae29072836\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_48eb70260b0b40dcc8e7c01ceba0b9fb\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_80125d33e70be4cf37f314fcb6783713\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fa240e2af7d4663a136923c10de229df\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_c7301c8b4bd93fb43a8f68b5de204b41\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_3e94833bd41f7d6660980f416e937f1e\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_ec4bcf44e96761cbbf6d30eca7c37614\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_8e8a5b9b54869b6b4e52cdc125ec029d\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_6e4620fd76878931d8a7c9a146c2e894\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_cffac111d362bd1ac4dd61090dcfdfec\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_91ddb14ee9415b2f59fdfdf5cdf1ec3a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0a789a2e706301eaa99e6179405f0660\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_789caea1a94d8c2ce6ec6d5e6b1e6f07\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6272,1245,'_wp_attached_file','2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg'),
(6273,1245,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:56:\"2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\";s:8:\"filesize\";i:223618;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7199;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24208;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"square_1024_e0956ddd96f55ba5ffa082f965929472-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150445;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26477;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41670;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49816;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170133;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"square_1024_e0956ddd96f55ba5ffa082f965929472-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49410;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6321,559,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6322,559,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6323,559,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6324,559,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:72:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d64e550f20524066c90c15b4fbaadadc\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_69198804e25e523e165378b8fcc2c670\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_193fa7fc1c5730c7a34d7af98765008c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e8131198edfcfb2d90f4c236e4175268\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_aa5a37fa6213f4175cdf25f9dd6f2839\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7be53e913a8d845477419a5e0793def9\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_113e1c03778124e58639b296016d98b9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_496f9f49219a3f43c0d1b57d52ab78c9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_d030fc590bec4317e8c216e5dbc5467a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_8fffed0e6ae92faf622e9fe26f64e1ff\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ea2bf7be0d8e7634216d3d99946a04db\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_396ddbe8dadd2c013947e076d2251517\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901a8432c5e9f4bfcde3f383c071cf46\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8f1db2a2d283bc48448a36cadcb54baf\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_922d31782f7b55b126e42d5e520ff1f3\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_41a57dcd040a7ad7eca731bbb7353763\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_589fd501c329106cabcc63ab4dd32c1c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2562d5ea94d1e62567a778a1646cfd58\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_c4ec3cda74c751b39e172e5c65b14bb8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7e8ec8a97836b739ee8bd20b41082f51\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_588d7251f0e47440feb102c7d28d28aa\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_fe8d31d6f584816ce1c901057091a0e9\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fa240e2af7d4663a136923c10de229df\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c22a6e9000e85f5f1a1817f3863f1970\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ea5e528146fc97af433e1ac4efd7cf52\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_b6b535a4fef5ce86b59fd1c91b2730cf\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_df0c8e812d297ba00e7e378571d81209\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_497b22d482b3ebdc3aba7d3f8c395e5d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f315cf86fb60508f6efe685631064a1c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5ef0d58b2cdea14fed4e8560966bd8ba\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_8cd9ffe2dd458256cb7298a2cae8bd85\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c4b9f86412c11878cf2fb78d7c1d0e56\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_82b9230b47df22beda69adda66d078da\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a6e75dc0e63f460432d02b502ee06fbd\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_592632bc3aafd1f1d5476ed2ed85abfd\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5e76143da07bbd3d172e7ff278e0e996\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1e5143476aee929e1981123c25b4c71f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_faa5ec42d955229830ec93faa22f8753\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_e36f51fa6a78a05196e9cd081c2c5739\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3bf076b7591c95b986a00f006d7092a1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_40fc75a551d67b232d9bc82af018c732\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2f6f5a2af49cb2591396edd089805d0a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e723a1668d4bc888a032d8ab2ae4c7ad\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_34e89c3722f96e90aaaed324d0033c68\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6281,1241,'original-file','2025/02/da4fbfdd357c8cd7bc839e98cb43bd57-updraft-pre-smush-original.jpg'),
(6282,1241,'smush-complete','1'),
(6283,1241,'smush-info','The file was compressed from 263.74 KB to 263.74 KB, saving 0 percent, using WP-Optimize'),
(6284,1241,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:270066;s:12:\"smushed-size\";i:270066;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:270066;s:10:\"compressed\";i:270066;}s:6:\"medium\";a:2:{s:8:\"original\";i:22081;s:10:\"compressed\";i:21031;}s:5:\"large\";a:2:{s:8:\"original\";i:133754;s:10:\"compressed\";i:130010;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7881;s:10:\"compressed\";i:7503;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:87757;s:10:\"compressed\";i:85095;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:240483;s:10:\"compressed\";i:234566;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21588;s:10:\"compressed\";i:20695;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:93203;s:10:\"compressed\";i:90540;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24430;s:10:\"compressed\";i:23400;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:36807;s:10:\"compressed\";i:35372;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:144928;s:10:\"compressed\";i:141048;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:39635;s:10:\"compressed\";i:38015;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:338060;s:10:\"compressed\";i:328257;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:184953;s:10:\"compressed\";i:180402;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:126722;s:10:\"compressed\";i:123045;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:43962;s:10:\"compressed\";i:42270;}}}'),
(6285,1242,'original-file','2025/02/Pilot-and-f_18-1030x1030-1920w-updraft-pre-smush-original.jpg'),
(6286,1242,'smush-complete','1'),
(6287,1242,'smush-info','The file was compressed from 144.27 KB to 138.10 KB, saving 4.28 percent, using WP-Optimize'),
(6288,1242,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:147733;s:12:\"smushed-size\";i:141416;s:15:\"savings-percent\";d:4.28000000000000024868995751603506505489349365234375;s:10:\"sizes-info\";a:12:{s:4:\"full\";a:2:{s:8:\"original\";i:147733;s:10:\"compressed\";i:141416;}s:6:\"medium\";a:2:{s:8:\"original\";i:15008;s:10:\"compressed\";i:14596;}s:5:\"large\";a:2:{s:8:\"original\";i:138080;s:10:\"compressed\";i:129039;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5539;s:10:\"compressed\";i:5245;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:78841;s:10:\"compressed\";i:73935;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:14960;s:10:\"compressed\";i:14470;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:108420;s:10:\"compressed\";i:100665;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:16988;s:10:\"compressed\";i:16474;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:26950;s:10:\"compressed\";i:25934;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28962;s:10:\"compressed\";i:27747;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:128837;s:10:\"compressed\";i:120126;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:31865;s:10:\"compressed\";i:30656;}}}'),
(6289,1240,'original-file','2025/02/pilot-cockpit-airplane-takeoff-1024x949-1-updraft-pre-smush-original.jpg'),
(6290,1240,'smush-complete','1'),
(6291,1240,'smush-info','The file was compressed from 170.04 KB to 163.27 KB, saving 3.98 percent, using WP-Optimize'),
(6292,1240,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:174120;s:12:\"smushed-size\";i:167186;s:15:\"savings-percent\";d:3.979999999999999982236431605997495353221893310546875;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:174120;s:10:\"compressed\";i:167186;}s:6:\"medium\";a:2:{s:8:\"original\";i:24028;s:10:\"compressed\";i:22746;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:8298;s:10:\"compressed\";i:7974;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:104668;s:10:\"compressed\";i:100517;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:27915;s:10:\"compressed\";i:26494;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:136135;s:10:\"compressed\";i:130268;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:30309;s:10:\"compressed\";i:28832;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:46681;s:10:\"compressed\";i:44528;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:47439;s:10:\"compressed\";i:45359;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:151013;s:10:\"compressed\";i:145522;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:50308;s:10:\"compressed\";i:48057;}}}'),
(6293,1245,'original-file','2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472-updraft-pre-smush-original.jpg'),
(6294,1245,'smush-complete','1'),
(6295,1245,'smush-info','The file was compressed from 218.38 KB to 218.38 KB, saving 0 percent, using WP-Optimize'),
(6296,1245,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:223618;s:12:\"smushed-size\";i:223618;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:223618;s:10:\"compressed\";i:223618;}s:6:\"medium\";a:2:{s:8:\"original\";i:22210;s:10:\"compressed\";i:21203;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7199;s:10:\"compressed\";i:6893;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:112585;s:10:\"compressed\";i:106963;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:24208;s:10:\"compressed\";i:23145;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:150445;s:10:\"compressed\";i:142487;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:26477;s:10:\"compressed\";i:25373;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:41670;s:10:\"compressed\";i:39860;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:49816;s:10:\"compressed\";i:47480;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:170133;s:10:\"compressed\";i:161626;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:49410;s:10:\"compressed\";i:47105;}}}'),
(6301,1249,'_wp_attached_file','2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp'),
(6302,1249,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2010;s:6:\"height\";i:2010;s:4:\"file\";s:47:\"2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\";s:8:\"filesize\";i:453048;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22376;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"H31d9f9b944484587b7fcef1bbfeb825cE-1024x1024.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:141858;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:7852;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:92656;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"H31d9f9b944484587b7fcef1bbfeb825cE-1536x1536.webp\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:242922;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:25474;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"H31d9f9b944484587b7fcef1bbfeb825cE-1080x675.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:110494;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:27378;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:41106;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"H31d9f9b944484587b7fcef1bbfeb825cE-1080x1080.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148998;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:43206;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:49:\"H31d9f9b944484587b7fcef1bbfeb825cE-2010x1800.webp\";s:5:\"width\";i:2010;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:363070;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:49:\"H31d9f9b944484587b7fcef1bbfeb825cE-1280x1280.webp\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:188164;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-980x980.webp\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:133148;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"H31d9f9b944484587b7fcef1bbfeb825cE-480x480.webp\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:45180;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6303,1250,'_wp_attached_file','2025/02/GettyImages-477218066-56ae948b5f9b58b7d011262e-scaled.jpg'),
(6304,1250,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:65:\"2025/02/GettyImages-477218066-56ae948b5f9b58b7d011262e-scaled.jpg\";s:8:\"filesize\";i:599856;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13149;}s:5:\"large\";a:5:{s:4:\"file\";s:60:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97660;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58857;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:60:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208262;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:60:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:374312;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15007;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69773;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16349;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24117;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:60:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107901;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24672;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:60:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:494626;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:60:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146983;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91500;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"GettyImages-477218066-56ae948b5f9b58b7d011262e-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27112;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:50:\"GettyImages-477218066-56ae948b5f9b58b7d011262e.jpg\";}'),
(6305,1251,'_wp_attached_file','2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg'),
(6306,1251,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:4:\"file\";s:84:\"2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\";s:8:\"filesize\";i:149215;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8113;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3170;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32865;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10764;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:85:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47923;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11088;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15927;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14957;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48836;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:84:\"E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15869;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6307,1252,'_wp_attached_file','2025/02/dataset-card.jpg'),
(6308,1252,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:24:\"2025/02/dataset-card.jpg\";s:8:\"filesize\";i:471428;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"dataset-card-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13758;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"dataset-card-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122702;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"dataset-card-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5095;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"dataset-card-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67585;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"dataset-card-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16511;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"dataset-card-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98773;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"dataset-card-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17689;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"dataset-card-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26484;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"dataset-card-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138325;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"dataset-card-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25636;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"dataset-card-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112677;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"dataset-card-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28640;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6309,1251,'original-file','2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9-updraft-pre-smush-original.jpg'),
(6310,1251,'smush-complete','1'),
(6311,1251,'smush-info','The file was compressed from 145.72 KB to 78.49 KB, saving 46.13 percent, using WP-Optimize'),
(6312,1251,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:149215;s:12:\"smushed-size\";i:80378;s:15:\"savings-percent\";d:46.13000000000000255795384873636066913604736328125;s:10:\"sizes-info\";a:11:{s:4:\"full\";a:2:{s:8:\"original\";i:149215;s:10:\"compressed\";i:80378;}s:6:\"medium\";a:2:{s:8:\"original\";i:8113;s:10:\"compressed\";i:7460;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:3170;s:10:\"compressed\";i:2818;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:32865;s:10:\"compressed\";i:29117;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:10764;s:10:\"compressed\";i:10193;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:47923;s:10:\"compressed\";i:43975;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:11088;s:10:\"compressed\";i:10385;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:15927;s:10:\"compressed\";i:14729;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:14957;s:10:\"compressed\";i:13579;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:48836;s:10:\"compressed\";i:42614;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:15869;s:10:\"compressed\";i:14350;}}}'),
(6313,1250,'original-file','2025/02/GettyImages-477218066-56ae948b5f9b58b7d011262e-scaled-updraft-pre-smush-original.jpg'),
(6314,1250,'smush-complete','1'),
(6315,1250,'smush-info','The file was compressed from 585.80 KB to 542.99 KB, saving 7.31 percent, using WP-Optimize'),
(6316,1250,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:599856;s:12:\"smushed-size\";i:556022;s:15:\"savings-percent\";d:7.30999999999999960920149533194489777088165283203125;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:599856;s:10:\"compressed\";i:556022;}s:6:\"medium\";a:2:{s:8:\"original\";i:13149;s:10:\"compressed\";i:12691;}s:5:\"large\";a:2:{s:8:\"original\";i:97660;s:10:\"compressed\";i:92932;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4934;s:10:\"compressed\";i:4549;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:58857;s:10:\"compressed\";i:56223;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:208262;s:10:\"compressed\";i:196896;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:374312;s:10:\"compressed\";i:350006;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:15007;s:10:\"compressed\";i:14488;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:69773;s:10:\"compressed\";i:67064;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:16349;s:10:\"compressed\";i:15788;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:24117;s:10:\"compressed\";i:23361;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:107901;s:10:\"compressed\";i:102429;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:24672;s:10:\"compressed\";i:23587;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:494626;s:10:\"compressed\";i:454285;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:146983;s:10:\"compressed\";i:139398;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:91500;s:10:\"compressed\";i:87049;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:27112;s:10:\"compressed\";i:25959;}}}'),
(6317,1252,'original-file','2025/02/dataset-card-updraft-pre-smush-original.jpg'),
(6318,1252,'smush-complete','1'),
(6319,1252,'smush-info','The file was compressed from 460.38 KB to 331.73 KB, saving 27.94 percent, using WP-Optimize'),
(6320,1252,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:471428;s:12:\"smushed-size\";i:339693;s:15:\"savings-percent\";d:27.940000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:13:{s:4:\"full\";a:2:{s:8:\"original\";i:471428;s:10:\"compressed\";i:339693;}s:6:\"medium\";a:2:{s:8:\"original\";i:13758;s:10:\"compressed\";i:13275;}s:5:\"large\";a:2:{s:8:\"original\";i:122702;s:10:\"compressed\";i:114744;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5095;s:10:\"compressed\";i:4711;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:67585;s:10:\"compressed\";i:64090;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:16511;s:10:\"compressed\";i:15900;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:98773;s:10:\"compressed\";i:92985;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:17689;s:10:\"compressed\";i:17048;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:26484;s:10:\"compressed\";i:25550;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:138325;s:10:\"compressed\";i:129008;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:25636;s:10:\"compressed\";i:24658;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:112677;s:10:\"compressed\";i:105648;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:28640;s:10:\"compressed\";i:27567;}}}'),
(6342,560,'_et_dynamic_cached_shortcodes','a:11:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:12:\"et_pb_button\";i:7;s:13:\"et_pb_heading\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:10:\"et_pb_text\";}'),
(6343,560,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6344,560,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6345,560,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:75:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ddbaf43ad624257d724773c76ab9115f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5343ecbf2531b47e88d37fe5e2e33298\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_bcf05abfde17d4a558d1b1c86ffba6f4\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_525b0d57272d796ac7573f6e666d7362\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_3e01764f1c1a479a978912a24d7b49b1\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_03e2c0f2e1811c66b37e735abda9fca1\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ce38e8444dcd8e711647518bec348e60\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5c7fb6c1ae112def607fb960de043127\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8ef9cc0f4612a34962e2172fa341c7d7\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1b1c361d4e06f18ddbda8d94cc7b6943\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5bb0260ae87570a04a86ac233e65a99a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_73b70cb610ebc3bb584b6f2dc120069e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ade9ee6ec6f6234c46deff2271df718b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_59a2df9be82d6af5fafb781fbb4bb89f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b8e955d56282e2a2d5dd15c3e4c36663\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_cc69733b94f04affb5e9f2022ba3f40f\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_67a22455f2c8f4a0c65a075eda16de98\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_3982e9feb9000b2e3eb7ae457679ef3c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_f01e9b879f4036d7392403ffa2b86efe\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_386adcd74c9b0cc5102de358be4ffef2\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c8fce09f32c5788b5128e63664d45c4b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_98c480ae36c8fc8fa2b4e4fb2cc8273b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e3406cda4c2d85367c686ab75878eb18\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c22a6e9000e85f5f1a1817f3863f1970\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a530783f6e28e5a5625783eef24381ad\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b9699ec0c92bc527690f349ca16c3c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a7aee22d5dee1b06885336ceea62ebf0\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_965edd9ceaf7df5f33bd35374567d761\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0cddc4fcbbfd6f0d61a6abdb0825a74f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2b64ac11828802a0c6f35dfc6b924228\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9555375c6a5350102ec4d216e7900f5c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d28fea1cb57ddc30294024a6519c09a9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_704dadcb54921d0cd8c6c81a3999a9a0\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e2675145366cfff42a9ad7a3342b2158\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_fc7031c458885422babfa651030dfc34\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6fbc2eec5da8a14d6cf598461f908a71\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7eba58508be21afff9a3e4fdfc508431\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5c55e6720473375197a17b052e38e645\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_8998debe2f6bbb26e547b461b6f5d072\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_ad3c0b4365ce938977b5149a1aa46342\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_1c880f3ea38a135b52c0411ab3f66241\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_4a7fe5d107095e9ef3ad79f28de92833\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_86ab9aaa03f7252dfbcef432e4efe88c\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_fd024dfb0bf4504742513db2be376cfd\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_a9fb0d690198a2bed3306a809b7db7e8\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_0ba3b4669caacba5af1c9cc9420c62f9\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ff0a44818e17bfa31721414370aa259c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_d8999ab6a59b4b076e961861790d98fb\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_dab3283034f42e6e611a081a1a665307\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_072b2b1eaad61015372a70c08b2b100d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6328,1255,'_wp_attached_file','2025/02/708e7dbb3be9b2cf6ad0afbcc3f43b8a-scaled.jpg'),
(6329,1255,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2535;s:4:\"file\";s:51:\"2025/02/708e7dbb3be9b2cf6ad0afbcc3f43b8a-scaled.jpg\";s:8:\"filesize\";i:370992;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-300x297.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:297;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12341;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-1024x1014.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1014;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75207;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4497;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-768x761.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:761;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48221;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-1536x1521.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150740;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-2048x2028.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2028;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252204;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13554;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58077;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14644;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21811;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-1080x1070.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1070;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82329;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21215;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:46:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:314142;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-1280x1268.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1268;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109321;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-980x970.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:970;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70805;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a-480x475.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24297;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:36:\"708e7dbb3be9b2cf6ad0afbcc3f43b8a.jpg\";}'),
(6330,1256,'_wp_attached_file','2025/02/2560x1600_1120093_www.ArtFile.ru_.jpg'),
(6331,1256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2560;s:6:\"height\";i:1600;s:4:\"file\";s:45:\"2025/02/2560x1600_1120093_www.ArtFile.ru_.jpg\";s:8:\"filesize\";i:511029;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-300x188.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7619;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"2560x1600_1120093_www.ArtFile.ru_-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5233;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28797;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"2560x1600_1120093_www.ArtFile.ru_-1536x960.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91776;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:47:\"2560x1600_1120093_www.ArtFile.ru_-2048x1280.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157274;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11408;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"2560x1600_1120093_www.ArtFile.ru_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49955;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13113;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19716;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"2560x1600_1120093_www.ArtFile.ru_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49955;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26199;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"2560x1600_1120093_www.ArtFile.ru_-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67676;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-980x613.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:613;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42834;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"2560x1600_1120093_www.ArtFile.ru_-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14492;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6332,1255,'original-file','2025/02/708e7dbb3be9b2cf6ad0afbcc3f43b8a-scaled-updraft-pre-smush-original.jpg'),
(6333,1255,'smush-complete','1'),
(6334,1255,'smush-info','The file was compressed from 362.30 KB to 330.79 KB, saving 8.7 percent, using WP-Optimize'),
(6335,1255,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:370992;s:12:\"smushed-size\";i:338728;s:15:\"savings-percent\";d:8.699999999999999289457264239899814128875732421875;s:10:\"sizes-info\";a:17:{s:4:\"full\";a:2:{s:8:\"original\";i:370992;s:10:\"compressed\";i:338728;}s:6:\"medium\";a:2:{s:8:\"original\";i:12341;s:10:\"compressed\";i:12149;}s:5:\"large\";a:2:{s:8:\"original\";i:75207;s:10:\"compressed\";i:72851;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:4497;s:10:\"compressed\";i:4171;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:48221;s:10:\"compressed\";i:47299;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:150740;s:10:\"compressed\";i:141957;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:252204;s:10:\"compressed\";i:232990;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:13554;s:10:\"compressed\";i:13333;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:58077;s:10:\"compressed\";i:56435;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:14644;s:10:\"compressed\";i:14425;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:21811;s:10:\"compressed\";i:21499;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:82329;s:10:\"compressed\";i:79534;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:21215;s:10:\"compressed\";i:20966;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:2:{s:8:\"original\";i:314142;s:10:\"compressed\";i:289184;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:109321;s:10:\"compressed\";i:104393;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:70805;s:10:\"compressed\";i:68595;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:24297;s:10:\"compressed\";i:23928;}}}'),
(6336,1256,'original-file','2025/02/2560x1600_1120093_www.ArtFile.ru_-updraft-pre-smush-original.jpg'),
(6337,1256,'smush-complete','1'),
(6338,1256,'smush-info','The file was compressed from 499.05 KB to 415.03 KB, saving 16.84 percent, using WP-Optimize'),
(6339,1256,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:511029;s:12:\"smushed-size\";i:424990;s:15:\"savings-percent\";d:16.839999999999999857891452847979962825775146484375;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:511029;s:10:\"compressed\";i:424990;}s:6:\"medium\";a:2:{s:8:\"original\";i:7619;s:10:\"compressed\";i:7190;}s:5:\"large\";a:2:{s:8:\"original\";i:45399;s:10:\"compressed\";i:41165;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:5233;s:10:\"compressed\";i:4909;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:28797;s:10:\"compressed\";i:26391;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:91776;s:10:\"compressed\";i:81694;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:157274;s:10:\"compressed\";i:139406;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:11408;s:10:\"compressed\";i:10699;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:49955;s:10:\"compressed\";i:44976;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:13113;s:10:\"compressed\";i:12358;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:19716;s:10:\"compressed\";i:18579;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:26199;s:10:\"compressed\";i:25150;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:67676;s:10:\"compressed\";i:60962;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:42834;s:10:\"compressed\";i:38720;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:14492;s:10:\"compressed\";i:13575;}}}'),
(6340,1257,'_wp_attached_file','2025/02/aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione.webp'),
(6341,1257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:1080;s:4:\"file\";s:84:\"2025/02/aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione.webp\";s:8:\"filesize\";i:209170;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-300x225.webp\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:22322;}s:5:\"large\";a:5:{s:4:\"file\";s:85:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-1024x768.webp\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:115354;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8948;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-768x576.webp\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:81176;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:28994;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:85:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-1080x675.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:105768;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:32208;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:47978;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:85:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-1080x810.webp\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:129526;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:42004;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:85:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-1280x960.webp\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:148558;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-980x735.webp\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:108860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:84:\"aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione-480x360.webp\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:44760;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6353,554,'_et_dynamic_cached_shortcodes','a:11:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:16;s:9:\"et_pb_cta\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6354,554,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6368,555,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:13:\"et_pb_heading\";i:9;s:11:\"et_pb_image\";i:10;s:10:\"et_pb_menu\";i:11;s:10:\"et_pb_text\";}'),
(6369,555,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6370,555,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6371,555,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:91:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_968f5bfbe3b809cee5666f41ca1519e1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f27dc46b56a6257b70c03e4861e54912\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_eff915c627dea22af96dd24d5c8a442a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_211eb898859efe910197c01558157186\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_763c14312ab9af0a13e8f9eb3705c013\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e0d7a4a5645410e92dbc3ee1809e7937\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_de9b3c0b7efdc8d5f39add1d7010b19d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_73cfa590657ae24d5987211a98c5cc2d\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_979505fa85dcd0c25396c6c4afc8dc44\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9cb74c5cffa5b3ab218de5dc6c777c7b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9a88f61cda9009a38b895585737bf0d9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_7b05c22f1ce665a03dbe69d7b02ea8ce\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ce9323efbec1b37ca61c349660672127\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_50b5996d060bf3e7376f2cf4ddff6fa4\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_87b06336039ae2d61a42c6c41a40227a\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8f68b66ce7179b0dfe0e7205b7b2269f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2d074926d2a01fcd5505c25cc8a8a711\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_dd619b5fb5badb8b7faa47456ac4b0d0\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c536f659da46252059a455ca24c7a665\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b35b9fd7e25126c1842bcec77040f685\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a1d1fa9108dc3a5a7d01c105431de479\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_40fcb0a39eaac15d21edeed8f78ea3c4\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8d5cc8b6e41944a30de2fbce4f502693\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4304abee0585f9f10645ad565eae5704\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_20a9bcc384b2b6b6a84922ca3dfbb87e\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ebb4412236f2938305a07b9cf0e2c43d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_85866b83013a1ec65d5931a7d979a56c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6331600772ef04936d1a7e4c235ba6ea\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a0f16b56d62147eb9264de9879bfa4ed\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_9c9a29533f3bbb69a95528cbe63458b0\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_0ea1f15955483d48a5b513f711936a89\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_fc0c8beecc5e5aa70bf0991fabbe41dd\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ef207f54f15d5fe026ddcdcd2f803e06\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8ee1f2fef7c53a49db1ceea4742ba62f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_849ecbc0fb1ed35676104d1ec99f93e7\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_45a0b72e637fa772eeb15ff93d3d55f8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_61949e65fb74e87a1050fd0b02755a03\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6a168c13d2e35174ad164898a2f4749e\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_5b89faa91135d3497b36f60093148663\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9bc5d7e10c1076158dc6d448a0bf5384\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1e7100c64a6d04f5a9c81e2236fc76fc\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_fd268c25422a111005acfde2ffe1fcf8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_704dadcb54921d0cd8c6c81a3999a9a0\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_d7dd285690f9108858274a37c3148c13\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_da2f40867b470b120e0dadd68bb60af3\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8c2fd10f358d3cd8edbf36f7172aa4e0\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0cddc4fcbbfd6f0d61a6abdb0825a74f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8f3929746724900b344676afee829465\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_70e644ae3e24623c68cd5f69ed192bae\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5200383405b911b073f4015f2be9dd38\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6ddb1dec84cc4e66216249f4324a900b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_294ad489148702405ca7aff50995cd16\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_2d0d0dc323fa67014faceab27d3e2204\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_2f8d40022620dbf692951618a9a5b4fb\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_cb5ca0c0e85a75a80af38c9f35b6f9ee\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_b96ee6be75931c0344981d24f198d261\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_20953a4ea335a8807f23a226eca311b7\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ee465b497e7f0483e7a649acd941e794\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3ef6c82f425417ad69cbe5ca7e49225f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6590f1e119efb5636fdabff3d21ce6c1\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_15fa7ad827761bf9a786b49676ad3c3a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_ce21e02f938db4e61680e4e85dc5f545\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6360,1265,'_wp_attached_file','2025/02/63419489eedeac467d226b5f8ae1583d.jpg'),
(6361,1265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2216;s:6:\"height\";i:1485;s:4:\"file\";s:44:\"2025/02/63419489eedeac467d226b5f8ae1583d.jpg\";s:8:\"filesize\";i:306940;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14978;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"63419489eedeac467d226b5f8ae1583d-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-768x515.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:515;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58418;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"63419489eedeac467d226b5f8ae1583d-1536x1029.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1029;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173118;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:46:\"63419489eedeac467d226b5f8ae1583d-2048x1372.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1372;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:279974;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21281;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"63419489eedeac467d226b5f8ae1583d-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90555;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23420;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33710;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"63419489eedeac467d226b5f8ae1583d-1080x724.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:724;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97721;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30081;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"63419489eedeac467d226b5f8ae1583d-1280x858.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:858;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127880;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-980x657.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84635;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"63419489eedeac467d226b5f8ae1583d-480x322.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:322;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29502;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6362,1266,'_wp_attached_file','2025/02/flug-checkliste.jpeg'),
(6363,1266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1280;s:4:\"file\";s:28:\"2025/02/flug-checkliste.jpeg\";s:8:\"filesize\";i:123361;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14259;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"flug-checkliste-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81158;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6667;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53006;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:30:\"flug-checkliste-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143797;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20783;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"flug-checkliste-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85514;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21854;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31639;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"flug-checkliste-1080x720.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87788;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28578;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"flug-checkliste-1280x853.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110304;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-980x653.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76506;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"flug-checkliste-480x320.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27585;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6364,1267,'_wp_attached_file','2025/02/11111.jpeg'),
(6365,1267,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1266;s:4:\"file\";s:18:\"2025/02/11111.jpeg\";s:8:\"filesize\";i:691378;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"11111-300x198.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14698;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"11111-1024x675.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102434;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"11111-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7068;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"11111-768x506.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64708;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"11111-1536x1013.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1013;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196142;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"11111-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22055;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"11111-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108039;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"11111-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24949;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"11111-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38668;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"11111-1080x712.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:712;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111625;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"11111-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43192;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"11111-1280x844.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:844;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147299;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"11111-980x646.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:646;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95475;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"11111-480x317.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30396;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6366,1268,'_wp_attached_file','2025/02/Downloaderla-65ab64c.jpg'),
(6367,1268,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1680;s:6:\"height\";i:1114;s:4:\"file\";s:32:\"2025/02/Downloaderla-65ab64c.jpg\";s:8:\"filesize\";i:240982;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15486;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"Downloaderla-65ab64c-1024x679.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:679;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90621;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-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:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59436;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"Downloaderla-65ab64c-1536x1019.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1019;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164021;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22572;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"Downloaderla-65ab64c-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93767;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24429;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35939;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"Downloaderla-65ab64c-1080x716.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:716;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97753;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34056;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"Downloaderla-65ab64c-1280x849.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125633;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-980x650.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85236;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"Downloaderla-65ab64c-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30290;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6393,557,'_et_dynamic_cached_shortcodes','a:13:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:11:\"et_pb_blurb\";i:6;s:10:\"et_pb_icon\";i:7;s:12:\"et_pb_button\";i:8;s:9:\"et_pb_cta\";i:9;s:13:\"et_pb_heading\";i:10;s:11:\"et_pb_image\";i:11;s:10:\"et_pb_menu\";i:12;s:10:\"et_pb_text\";}'),
(6394,557,'_et_dynamic_cached_attributes','a:801:{s:15:\"animation_style\";s:4:\"none\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6395,557,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6396,557,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:72:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_d463f7c7b16b2589de1477e3c8f72861\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d014419251c8b1d2e10c1415e5b14ff5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_033151dcbfc24cc189bede1aebb07ae9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_86bb58d2bacf9f9800cd3156ec43a4d4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_0fc6ed246a5e1505c17eeba894f9f84b\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8f4e25dc6d654b4bfd80b08aea21d202\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_cd5277fe0c6497110792213cc7d7a0f5\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_c8aee46774a1a2aac2f9ff2201223d55\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_816eff1431338c91d613019e46f63bf9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c38c086b1aeecb414da5304177b243f1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_04aa55a6f5c11db07aa43502f7991857\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_897f012c60b5ffd1a9a771a7afbea758\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f80c5f427b5a47e1968563efb3f0b1ad\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6101c38354b9d94a2b0463673b23ec9f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b3b8a98545b6db17adfdfac32a22f849\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_059a2a4a3a46950ba1fcfaa2dac1d243\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3aeee85aaa7540d13644f374ca16e744\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e0689cfa3e2fe98217a74d130871de7e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_b217fa982f5a557a3b889b5f61360930\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_e73a545572b30061098f332c1b774707\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_bd744f5d49f3c2549999bc7de6f0bb48\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1ea31b80ed275ae653c64d56daac3d69\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b63860f7f145e49f81597c4144820ff6\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_3101273262add3ac3a8a9227eec2a7dd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d7b778204a8767a954868c6933e06658\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_bf23b3f57e3a906a5e054296dceb0ff2\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c1e24e43bcfd2e3bb4a46a560297bc8c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ef207f54f15d5fe026ddcdcd2f803e06\";a:4:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8ee1f2fef7c53a49db1ceea4742ba62f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_58ebe15e54ce388ecf16e4966be43f0b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_45a0b72e637fa772eeb15ff93d3d55f8\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6f690bce95c5958cbe4b3b5bf8d01a93\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_14f1e4d3019c2e0a40d4795eab260492\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_435e6674c74122ce593f5430b3c95b6b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_80a01865c296d9f98c78cc62b5e5aeae\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_6af6210f2c3eb2320a8fac3c768bf9c9\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ce02474dc6f6657496fedc66e7f94a9d\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a7181e68966bfc8d63bf316a54d7b871\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_af6370907b6e269325fd985cb551a60a\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4ef343e113d98673ad0b7f3661dbd272\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1f9d14844b68b906626f1d7434127c7f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8b9699ec0c92bc527690f349ca16c3c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8dabf7b6f6ff9cbd408999f1a8ff3192\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_91ddb14ee9415b2f59fdfdf5cdf1ec3a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_0a789a2e706301eaa99e6179405f0660\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_552772871f91dfc61a14f3550255feea\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6375,1265,'original-file','2025/02/63419489eedeac467d226b5f8ae1583d-updraft-pre-smush-original.jpg'),
(6376,1265,'smush-complete','1'),
(6377,1265,'smush-info','The file was compressed from 299.75 KB to 299.75 KB, saving 0 percent, using WP-Optimize'),
(6378,1265,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:306940;s:12:\"smushed-size\";i:306940;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:16:{s:4:\"full\";a:2:{s:8:\"original\";i:306940;s:10:\"compressed\";i:306940;}s:6:\"medium\";a:2:{s:8:\"original\";i:14978;s:10:\"compressed\";i:14413;}s:5:\"large\";a:2:{s:8:\"original\";i:89466;s:10:\"compressed\";i:87953;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6877;s:10:\"compressed\";i:6504;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:58418;s:10:\"compressed\";i:57388;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:173118;s:10:\"compressed\";i:168152;}s:9:\"2048x2048\";a:2:{s:8:\"original\";i:279974;s:10:\"compressed\";i:269481;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:21281;s:10:\"compressed\";i:20531;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:90555;s:10:\"compressed\";i:88933;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:23420;s:10:\"compressed\";i:22615;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:33710;s:10:\"compressed\";i:32829;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:97721;s:10:\"compressed\";i:95929;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:30081;s:10:\"compressed\";i:29553;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:127880;s:10:\"compressed\";i:125273;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:84635;s:10:\"compressed\";i:83090;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:29502;s:10:\"compressed\";i:28630;}}}'),
(6379,1266,'original-file','2025/02/flug-checkliste-updraft-pre-smush-original.jpeg'),
(6380,1266,'smush-complete','1'),
(6381,1266,'smush-info','The file was compressed from 120.47 KB to 120.47 KB, saving 0 percent, using WP-Optimize'),
(6382,1266,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:123361;s:12:\"smushed-size\";i:123361;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:123361;s:10:\"compressed\";i:123361;}s:6:\"medium\";a:2:{s:8:\"original\";i:14259;s:10:\"compressed\";i:13752;}s:5:\"large\";a:2:{s:8:\"original\";i:81158;s:10:\"compressed\";i:79340;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6667;s:10:\"compressed\";i:6341;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:53006;s:10:\"compressed\";i:51656;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:143797;s:10:\"compressed\";i:140849;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:20783;s:10:\"compressed\";i:20111;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:85514;s:10:\"compressed\";i:83688;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:21854;s:10:\"compressed\";i:21177;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:31639;s:10:\"compressed\";i:30835;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:87788;s:10:\"compressed\";i:85749;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:28578;s:10:\"compressed\";i:27859;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:110304;s:10:\"compressed\";i:108164;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:76506;s:10:\"compressed\";i:74728;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:27585;s:10:\"compressed\";i:26741;}}}'),
(6383,1267,'original-file','2025/02/11111-updraft-pre-smush-original.jpeg'),
(6384,1267,'smush-complete','1'),
(6385,1267,'smush-info','The file was compressed from 675.17 KB to 505.10 KB, saving 25.19 percent, using WP-Optimize'),
(6386,1267,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:691378;s:12:\"smushed-size\";i:517226;s:15:\"savings-percent\";d:25.190000000000001278976924368180334568023681640625;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:691378;s:10:\"compressed\";i:517226;}s:6:\"medium\";a:2:{s:8:\"original\";i:14698;s:10:\"compressed\";i:14095;}s:5:\"large\";a:2:{s:8:\"original\";i:102434;s:10:\"compressed\";i:99205;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7068;s:10:\"compressed\";i:6727;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:64708;s:10:\"compressed\";i:62786;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:196142;s:10:\"compressed\";i:189013;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22055;s:10:\"compressed\";i:21232;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:108039;s:10:\"compressed\";i:104425;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24949;s:10:\"compressed\";i:23950;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38668;s:10:\"compressed\";i:37254;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:111625;s:10:\"compressed\";i:108010;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:43192;s:10:\"compressed\";i:41252;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:147299;s:10:\"compressed\";i:142291;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:95475;s:10:\"compressed\";i:92450;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30396;s:10:\"compressed\";i:29323;}}}'),
(6387,1268,'original-file','2025/02/Downloaderla-65ab64c-updraft-pre-smush-original.jpg'),
(6388,1268,'smush-complete','1'),
(6389,1268,'smush-info','The file was compressed from 235.33 KB to 231.98 KB, saving 1.42 percent, using WP-Optimize'),
(6390,1268,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:240982;s:12:\"smushed-size\";i:237552;s:15:\"savings-percent\";d:1.4199999999999999289457264239899814128875732421875;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:240982;s:10:\"compressed\";i:237552;}s:6:\"medium\";a:2:{s:8:\"original\";i:15486;s:10:\"compressed\";i:14723;}s:5:\"large\";a:2:{s:8:\"original\";i:90621;s:10:\"compressed\";i:87947;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:7428;s:10:\"compressed\";i:7036;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:59436;s:10:\"compressed\";i:57564;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:164021;s:10:\"compressed\";i:159253;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22572;s:10:\"compressed\";i:21552;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:93767;s:10:\"compressed\";i:90894;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24429;s:10:\"compressed\";i:23254;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:35939;s:10:\"compressed\";i:34567;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:97753;s:10:\"compressed\";i:94875;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:34056;s:10:\"compressed\";i:32826;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:125633;s:10:\"compressed\";i:122033;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:85236;s:10:\"compressed\";i:82593;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:30290;s:10:\"compressed\";i:29021;}}}'),
(6391,1271,'_wp_attached_file','2025/02/Ucak-Tasarimi-Nasil-Yapilir-1.jpeg'),
(6392,1271,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:888;s:4:\"file\";s:42:\"2025/02/Ucak-Tasarimi-Nasil-Yapilir-1.jpeg\";s:8:\"filesize\";i:217116;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-300x167.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Ucak-Tasarimi-Nasil-Yapilir-1-1024x568.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:568;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-768x426.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:426;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58687;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"Ucak-Tasarimi-Nasil-Yapilir-1-1536x852.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:852;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160217;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22280;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"Ucak-Tasarimi-Nasil-Yapilir-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103800;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24946;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38635;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"Ucak-Tasarimi-Nasil-Yapilir-1-1080x599.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96842;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37082;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"Ucak-Tasarimi-Nasil-Yapilir-1-1280x710.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:710;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123620;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-980x544.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:544;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84221;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"Ucak-Tasarimi-Nasil-Yapilir-1-480x266.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27253;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6402,556,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6403,556,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6404,556,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6405,556,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:66:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c3f0978133c5608a3330205f445ff928\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5343ecbf2531b47e88d37fe5e2e33298\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_b692d5217999ff4580ce427de53b8dbb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_af772fa5cc5cc66978c27b45a12e6fc5\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3d44b71bdd407d79b6f24c0e27c481b7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_113e1c03778124e58639b296016d98b9\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ce38e8444dcd8e711647518bec348e60\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_885ae46d8c336e61539453ecea2eea4e\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6e32e2ac309d728778056251e0319e8d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_125595f3fe815f3ff27dde22db452467\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b3b8a98545b6db17adfdfac32a22f849\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_17e911347adfa84243a0061f051a1fb8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f25612a3475105ab0394106cdef9f813\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_049b8e37a38cb0b58c407229b21ec11f\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_29e3b532fc97c4bc090e0d890be4b095\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_21e86afec8ec7680b8e2df84f7a247c4\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_1d2167b94b7277f2c3b0bd1fb7aa0409\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f276a345b0b4f04f4a73489b48e9c483\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_50a5812a5fba7fe1c9d0aa1504f44079\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_337f8313343902bb64ca19bc675f8eb2\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_11b05e83a3ca0ceebcddf1be939614b1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f598b77683c1a0462056cc0454e70ce7\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_6d4b1e36a6fa28fc1c135e54ab4ab8dc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_80a01865c296d9f98c78cc62b5e5aeae\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_3e450363bb78672331ba26e560e89cfa\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f3196827dd32bf1567e6a10a674b4acf\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_788f76bddf85f4d95592aa1308b236d5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f3d2d1f79fb388b353868203ad07304b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_dea06a52434af138b08c01a9f03b4426\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_575e36e6065a311dcecc16c41a715f7e\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_932059cb1ccf8833216c5f43067b7c08\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_df0c8e812d297ba00e7e378571d81209\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2c45070f7c96eac7b69ef19d2248adf0\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d5f18cc481932c0f0dc525de478bca97\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_c2398070560183d50a4f55d751057b2c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_8d671bb82b6a80a3a010a3a4e2f147fa\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2e5ee1cb39aea1e147ec2dccbd8b4b57\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_24e3ff432b8aa9d30119dfcdc1f8013c\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a79e063ce5f1918990534e25da9e02c2\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_592632bc3aafd1f1d5476ed2ed85abfd\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ff0a44818e17bfa31721414370aa259c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f797cc8248a9116728091234d8bbff42\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2d7f380dccf4e3b9289db4f41aaf0ea2\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1c524aac708b1c21137f5e76e786c3d6\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6400,1274,'_wp_attached_file','2025/02/Human_fatigue_study.jpg'),
(6401,1274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1516;s:6:\"height\";i:1004;s:4:\"file\";s:31:\"2025/02/Human_fatigue_study.jpg\";s:8:\"filesize\";i:467194;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19380;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"Human_fatigue_study-1024x678.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173561;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9493;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-768x509.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99273;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29623;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"Human_fatigue_study-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182181;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33960;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54627;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"Human_fatigue_study-1080x715.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193652;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61410;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"Human_fatigue_study-1280x848.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:848;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269713;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-980x649.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:649;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159798;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"Human_fatigue_study-480x318.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42458;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(6465,642,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:18:\"et_pb_column_inner\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_row_inner\";i:5;s:11:\"et_pb_blurb\";i:6;s:12:\"et_pb_button\";i:7;s:13:\"et_pb_heading\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:17:\"et_pb_testimonial\";i:11;s:10:\"et_pb_text\";}'),
(6466,642,'_et_dynamic_cached_attributes','a:802:{s:15:\"animation_style\";s:4:\"none\";s:9:\"specialty\";a:1:{i:0;s:2:\"on\";}s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";s:16:\"show_in_lightbox\";a:1:{i:0;s:2:\"on\";}s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";}'),
(6467,642,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6468,642,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:70:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_54bbd5e5908eb37af36ac04278e704cf\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_18ef2676591d9af8bf0018efb446e4c4\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4e560a033adec1d0f01ff2477cc42c17\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e961f18f62fd0148e8cf349e6feb9182\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_63548108dba55d51a5b2b32b74d8a0df\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0cf19c0fce86cd37135e3eaa044ace92\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f8c4bf7f9edf9fd0d1c594fc941389e9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_480746f836eeaaa2812df5b1e12e1afd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e6664a0ae9657671af4fb9093fd28ebe\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0e837cac9d33ad248640994f700a676b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e8012c394dcf62fd8b6d36dbab52ba27\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3aeee85aaa7540d13644f374ca16e744\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d014419251c8b1d2e10c1415e5b14ff5\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_033151dcbfc24cc189bede1aebb07ae9\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_86bb58d2bacf9f9800cd3156ec43a4d4\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_faededac0fa19479d492f5fade836066\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_c8aee46774a1a2aac2f9ff2201223d55\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_b217fa982f5a557a3b889b5f61360930\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4f624c45d6de64ae1da4ea2fb85a848c\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_column_inner_816eff1431338c91d613019e46f63bf9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_0b5315e680ad27b505f2a7cc3f76bac1\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a93f7325fefcb38301e594facd33a372\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_0fb631d0ce8b42dc0657ea261885b37d\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_row_inner_3101273262add3ac3a8a9227eec2a7dd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_45ef887e2b790973180fe82c5d6261fc\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_897f012c60b5ffd1a9a771a7afbea758\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24624abbf3624450d31cf0e5d1b5429c\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_38c5ae03f46725e20a78f4e0121943bf\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_07dbcaa02984b2d7d1652ab5a133ac98\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b70e15d08d9adc05cccc31b248492d05\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a5aec3ef7a87f66377bff3bf2229abca\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_e373f99c6bccc84cca3a0ebb1f5821ff\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_43b3075b4c4dadbb6f9065aff842fd5b\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_750ff290ca8f792c8b28de2a403a1435\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_99309202c13b558cb91e083f68986997\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_de65b0062d05b7fe0dfe9d167b5fc774\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_2842bfd6cff5b81ba06906fd145d2a3d\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_d8e8867d548ced7f1c6e3f676a7f43d2\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_d46f6a798833e405b2d06b3b00ee818f\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_635687e41fdb17cdf2347a26f9d40b45\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ff0a44818e17bfa31721414370aa259c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_64d7fbb87487d9073f74770597fd741e\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e50abb170a69e92decf462e305478fe1\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_714b2700799ac943f66f424da1cd4f1a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f0905d90f6ff777a0dd9b0ab3544af20\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b24acb65e1066f5124d92eb34ffa3037\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_53e0f3c6f5c4badbefff28192eeaf8bb\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_f7550652ca37614596333250870b826c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6469,550,'_wp_trash_meta_status','publish'),
(6470,550,'_wp_trash_meta_time','1740201411'),
(6471,550,'_wp_desired_post_slug','corporate'),
(6409,1274,'original-file','2025/02/Human_fatigue_study-updraft-pre-smush-original.jpg'),
(6410,1274,'smush-complete','1'),
(6411,1274,'smush-info','The file was compressed from 456.24 KB to 423.60 KB, saving 7.15 percent, using WP-Optimize'),
(6412,1274,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:467194;s:12:\"smushed-size\";i:433767;s:15:\"savings-percent\";d:7.1500000000000003552713678800500929355621337890625;s:10:\"sizes-info\";a:14:{s:4:\"full\";a:2:{s:8:\"original\";i:467194;s:10:\"compressed\";i:433767;}s:6:\"medium\";a:2:{s:8:\"original\";i:19380;s:10:\"compressed\";i:18224;}s:5:\"large\";a:2:{s:8:\"original\";i:173561;s:10:\"compressed\";i:162749;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:9493;s:10:\"compressed\";i:9106;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:99273;s:10:\"compressed\";i:93784;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:29623;s:10:\"compressed\";i:27996;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:182181;s:10:\"compressed\";i:170871;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:33960;s:10:\"compressed\";i:32103;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:54627;s:10:\"compressed\";i:51693;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:193652;s:10:\"compressed\";i:181484;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:61410;s:10:\"compressed\";i:57918;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:269713;s:10:\"compressed\";i:252822;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:159798;s:10:\"compressed\";i:150120;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:42458;s:10:\"compressed\";i:40150;}}}'),
(6413,1271,'original-file','2025/02/Ucak-Tasarimi-Nasil-Yapilir-1-updraft-pre-smush-original.jpeg'),
(6414,1271,'smush-complete','1'),
(6415,1271,'smush-info','The file was compressed from 212.03 KB to 212.03 KB, saving 0 percent, using WP-Optimize'),
(6416,1271,'smush-stats','a:5:{s:12:\"smushed-with\";s:11:\"re-smush-it\";s:13:\"original-size\";i:217116;s:12:\"smushed-size\";i:217116;s:15:\"savings-percent\";d:0;s:10:\"sizes-info\";a:15:{s:4:\"full\";a:2:{s:8:\"original\";i:217116;s:10:\"compressed\";i:217116;}s:6:\"medium\";a:2:{s:8:\"original\";i:12279;s:10:\"compressed\";i:11906;}s:5:\"large\";a:2:{s:8:\"original\";i:89191;s:10:\"compressed\";i:86135;}s:9:\"thumbnail\";a:2:{s:8:\"original\";i:6401;s:10:\"compressed\";i:6046;}s:12:\"medium_large\";a:2:{s:8:\"original\";i:58687;s:10:\"compressed\";i:56442;}s:9:\"1536x1536\";a:2:{s:8:\"original\";i:160217;s:10:\"compressed\";i:155113;}s:21:\"et-pb-post-main-image\";a:2:{s:8:\"original\";i:22280;s:10:\"compressed\";i:21428;}s:31:\"et-pb-post-main-image-fullwidth\";a:2:{s:8:\"original\";i:103800;s:10:\"compressed\";i:100508;}s:21:\"et-pb-portfolio-image\";a:2:{s:8:\"original\";i:24946;s:10:\"compressed\";i:23970;}s:28:\"et-pb-portfolio-module-image\";a:2:{s:8:\"original\";i:38635;s:10:\"compressed\";i:37133;}s:28:\"et-pb-portfolio-image-single\";a:2:{s:8:\"original\";i:96842;s:10:\"compressed\";i:93515;}s:35:\"et-pb-gallery-module-image-portrait\";a:2:{s:8:\"original\";i:37082;s:10:\"compressed\";i:35729;}s:32:\"et-pb-image--responsive--desktop\";a:2:{s:8:\"original\";i:123620;s:10:\"compressed\";i:119437;}s:31:\"et-pb-image--responsive--tablet\";a:2:{s:8:\"original\";i:84221;s:10:\"compressed\";i:81202;}s:30:\"et-pb-image--responsive--phone\";a:2:{s:8:\"original\";i:27253;s:10:\"compressed\";i:26276;}}}'),
(6428,644,'_et_pb_ab_subjects',''),
(6429,644,'_et_pb_enable_shortcode_tracking',''),
(6430,644,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"644\" /]'),
(6431,644,'_et_pb_custom_css',''),
(6432,644,'_et_pb_gutter_width','3'),
(6433,644,'_thumbnail_id','0'),
(6434,644,'_global_colors_info','{}'),
(6435,644,'_et_pb_first_image',''),
(6436,644,'_et_pb_truncate_post',''),
(6437,644,'_et_pb_truncate_post_date',''),
(6438,644,'_et_builder_version','VB|Divi|4.27.4'),
(6439,644,'_et_pb_show_page_creation','off'),
(6440,644,'_et_dynamic_cached_shortcodes','a:11:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:16;s:9:\"et_pb_cta\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6441,644,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6442,644,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6443,644,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:50:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_8936b43b8a9f5f8fc2b630ecd281ddb0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ee465b497e7f0483e7a649acd941e794\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_60f28aa0db3beaed5aaf9b3abbc41353\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c48daaa94aedbd8dd6b6cae476338e7f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2e2b04706ccdb63c76060f25ff3464b0\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_eaa5612527497a7276cb542f782aaaa1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_9823c7d933743a7f99ce82889e23a291\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_659bf3a00b840393436a13320859400f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_99c4deccd65535a4bdaed62b389db310\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_52910b3882d93b59d0cc19330ea0ef98\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_5aa7fc585de50478e372ece860604eda\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0e837cac9d33ad248640994f700a676b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_71ed77b2cc25e46a117b51aa0887b104\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_6966111a0fab7143b291ba8fcfe7f566\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c11e1b410ca93d6036dc3785a751b9a5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3d5d7932843b53c3a788538dce79d21f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_e4a07d6c175b6aa5f08164ed75591411\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_26e448af0344e737cbedbdd2d2e18d66\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_99309202c13b558cb91e083f68986997\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_807da852076500e1c4876c99715ed6fd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_26c597629487f04cc2ae4c849806f095\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_de4dbbcac7d2e22f6e5b2532a2238906\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_583735b1f53a32d97d53f7b0566305a0\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f3a4648dad94339aa15421fb0b62b62b\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_33ae080ed9cbc0e00845e3ffab01c22e\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_b5c05ba8039a2e5acb96abad8d3024b3\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fcf0149e5c6fa995510ea901a47e7473\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_91ddb14ee9415b2f59fdfdf5cdf1ec3a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e7358489d9335c492840404f8437e8f5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f0871d4d67999dcec207053c486fbfac\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_cta_e8e4cccfde7d795258b2bd1ad901db15\";a:11:{s:4:\"glde\";a:12:{s:17:\"header_text_color\";s:7:\"#333333\";s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"40\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6473,552,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6474,552,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:76:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_148bbc38be4027aab46a11a2da9a8fea\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d9ef7eec66b2b2ae09d633da8ea821bf\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_91401c1ab5cbd2fb688d6b7f0dd9d734\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8c1b8e3b513ab371c63ee249119c0cac\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_17590660f4aa978c4b8f2af01164a589\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d0dc150faeb3c4e330535a4df5b7b4ce\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b32815cef9e0e35df3a9c5cd98fc57a7\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4e5e7ddb4daf3f7dc192e8583425939f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c2bec3a477e76ef9e491e969755f98c3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_261fb010fc3a53823de17296236ffa54\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_429153cf98b74baf15455d86bc7f015b\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_931ac675a3054e15575cacaf9e64311b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_10312352409565088488d7d9305ed5fd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_edbf0474bb765bf104f35cd34e7e81a0\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_e5f94e18b0f0b638e7e748208f31a91e\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_1be04a9959f745a2200da7003e0d130a\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_51ef87db5cde95fc67f6e8cf53916ac4\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_6aebbce3cf8960c14a5f767be270ca79\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4fcca93177baeb9d8c0a9bb04e8db91d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_2b80db42ac81f150bedb2375c5044096\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_312eba8a871cee3603dfade8dfd23695\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_8961a9290243065cd2bfeb2145f3f0fe\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_f1060720dc9bfc81c4663906bd51f12d\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5484cd55dfbdb186cc7082a2637a8716\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_caf251b0f0032949572d3ba5cb6291aa\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_92afbf89f9227d26908b4f651dcac91b\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_b492d8e0c52f61de6238420b08505964\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_7c904c3ae44def5811dfeca538638623\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_3351cde6d88383aeecbb1a273f46787c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_effcecac4cbd9b17cd4af4ea2b2cb50a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_16c912e7b2d903ff446b585839a2301a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_965d773e10a48b23cfc9ba283533b526\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_97d8bd1ca9fcb3c8d827ab50a94720c4\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6891fff193c7d34aa8709412c35db8eb\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f161c94506317f1195a2554d9ef7e6f4\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_426ff1e11d2948982b9d555f3a1b9b1a\";a:7:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ed83999b1fd9d31ff51c7b7fdbe13d0f\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_e8d5b35d53903aad7a51e41db5c3eb25\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7809bcf761df6741392565f1504dc34d\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_3064d5ed9d7a0222fe31f08e6f1940af\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3fb613a68e94ce835d2bb63e9b5ee2b3\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5c94e6ac6953a6d5657f5388e0b9bc7c\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_a189e48cdfd0b252d44156ffb053780e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_4d88cb4c7fe2f68004edd00891c925d8\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6862e20d700b6b7f22ee53f15b66f868\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3ba774b261895155bdaab1a0f74c56cf\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_38943ef5e701fccf73c8659084c2893a\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5f0f994304ac4195445661c8561bb6c1\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_44a2236820b8c4a6d4462aebf2cc4f5e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8d1d174928700278e33efdff56854f68\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_5df093a9e129bbf795a4569a1a94e082\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_50ce55dcd6c3923ae86688aaac4a9f73\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_d5cc80724367ea86d309d93de14c7136\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_5cf42c155e79cd4bab8c46fb240728e3\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_bbb0a4985e0e03f35819d83231b3066f\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_180290eb8f97c2228a0cfafae77ae85c\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c7ac9ed5a97169105cfce2a0e232c8dd\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55ecc05a38839268e7df9fd20e76018f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_30a51193e32570892a6748c6826d97ff\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_3ff3915dfcb86305c4e36090e85d7586\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4305cb7ea2bee3420e1f72799384fdfd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_6a3d59d0201e35ef4330c658445fb92d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6446,550,'_et_pb_use_builder','on'),
(6447,550,'_et_pb_show_page_creation','on'),
(6448,550,'_et_pb_old_content',''),
(6455,516,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:2:{s:29:\"et-gf-ibm-plex-sans-condensed\";s:122:\"IBM+Plex+Sans+Condensed:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";s:19:\"et-gf-ibm-plex-sans\";s:112:\"IBM+Plex+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:75:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"enable_all_character_sets\":\"false\"}\";}'),
(6456,516,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:8;s:11:\"et_pb_blurb\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:30;s:13:\"et_pb_heading\";i:31;s:11:\"et_pb_image\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(6457,516,'_et_dynamic_cached_attributes','a:800:{s:15:\"animation_style\";s:4:\"none\";s:9:\"font_icon\";s:17:\"&#xf10d;||fa||900\";s:27:\"form_field_background_color\";s:19:\"RGBA(255,255,255,0)\";s:21:\"form_field_text_color\";s:7:\"#FFFFFF\";s:27:\"form_field_focus_text_color\";s:7:\"#FFFFFF\";s:10:\"title_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"title_line_height\";s:5:\"1.3em\";s:15:\"form_field_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:16:\"background_color\";s:7:\"#FFFFFF\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"12px\";s:17:\"button_text_color\";s:18:\"gcid-primary-color\";s:15:\"button_bg_color\";s:7:\"#FFFFFF\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:5:\"100px\";s:11:\"button_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"button_custom_margin\";s:15:\"||||false|false\";s:21:\"button_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:27:\"border_width_all_form_field\";s:3:\"2px\";s:27:\"border_color_all_form_field\";s:16:\"rgba(0,0,0,0.08)\";s:17:\"border_radii_form\";s:18:\"on|6px|6px|6px|6px\";s:21:\"border_width_all_form\";s:3:\"2px\";s:21:\"border_color_all_form\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"global_colors_info\";s:44:\"{\"gcid-primary-color\":[\"button_text_color\"]}\";s:12:\"border_radii\";s:6:\"on||||\";s:20:\"form_field_font_size\";s:4:\"16px\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:3:\"1em\";s:28:\"form_field_text_shadow_style\";s:4:\"none\";s:19:\"border_radii_fields\";s:18:\"on|6px|6px|6px|6px\";s:22:\"use_focus_border_color\";s:3:\"off\";s:23:\"box_shadow_style_fields\";s:4:\"none\";s:23:\"border_width_all_fields\";s:3:\"2px\";s:23:\"border_color_all_fields\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"quote_border_color\";s:20:\"gcid-secondary-color\";s:9:\"body_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"body_text_color\";s:7:\"#FFFFFF\";s:14:\"body_font_size\";s:4:\"16px\";s:21:\"body_font_size_tablet\";s:4:\"15px\";s:20:\"body_font_size_phone\";s:4:\"14px\";s:26:\"body_font_size_last_edited\";s:10:\"on|desktop\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:6:\"1.75em\";s:22:\"body_text_shadow_style\";s:4:\"none\";s:12:\"ul_font_size\";s:4:\"14px\";s:17:\"ul_letter_spacing\";s:3:\"0px\";s:14:\"ul_line_height\";s:3:\"1em\";s:20:\"ul_text_shadow_style\";s:4:\"none\";s:12:\"ol_font_size\";s:4:\"14px\";s:17:\"ol_letter_spacing\";s:3:\"0px\";s:14:\"ol_line_height\";s:3:\"1em\";s:20:\"ol_text_shadow_style\";s:4:\"none\";s:10:\"quote_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"quote_text_color\";s:18:\"gcid-heading-color\";s:15:\"quote_font_size\";s:4:\"14px\";s:20:\"quote_letter_spacing\";s:3:\"0px\";s:17:\"quote_line_height\";s:3:\"1em\";s:23:\"quote_text_shadow_style\";s:4:\"none\";s:16:\"body_orientation\";s:4:\"left\";s:9:\"link_font\";s:36:\"|--et_global_body_font_weight|||||||\";s:15:\"link_text_color\";s:18:\"gcid-primary-color\";s:14:\"link_font_size\";s:4:\"14px\";s:19:\"link_letter_spacing\";s:3:\"0px\";s:16:\"link_line_height\";s:5:\"1.5em\";s:22:\"link_text_shadow_style\";s:4:\"none\";s:12:\"content_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:17:\"content_font_size\";s:4:\"16px\";s:29:\"content_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"content_font_size_tablet\";s:4:\"15px\";s:23:\"content_font_size_phone\";s:4:\"14px\";s:19:\"content_line_height\";s:6:\"1.75em\";s:18:\"content_text_color\";s:16:\"rgba(0,0,0,0.64)\";s:21:\"field_label_font_size\";s:4:\"14px\";s:22:\"field_label_text_color\";s:18:\"gcid-heading-color\";s:28:\"button_bg_use_color_gradient\";s:3:\"off\";s:31:\"button_bg_color_gradient_repeat\";s:3:\"off\";s:29:\"button_bg_color_gradient_type\";s:6:\"linear\";s:34:\"button_bg_color_gradient_direction\";s:6:\"180deg\";s:41:\"button_bg_color_gradient_direction_radial\";s:6:\"center\";s:30:\"button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:29:\"button_bg_color_gradient_unit\";s:1:\"%\";s:39:\"button_bg_color_gradient_overlays_image\";s:3:\"off\";s:30:\"button_bg_color_gradient_start\";s:7:\"#2b87da\";s:39:\"button_bg_color_gradient_start_position\";s:2:\"0%\";s:28:\"button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:37:\"button_bg_color_gradient_end_position\";s:4:\"100%\";s:22:\"button_bg_enable_image\";s:2:\"on\";s:18:\"button_bg_parallax\";s:3:\"off\";s:25:\"button_bg_parallax_method\";s:2:\"on\";s:14:\"button_bg_size\";s:5:\"cover\";s:18:\"button_bg_position\";s:6:\"center\";s:16:\"button_bg_repeat\";s:9:\"no-repeat\";s:15:\"button_bg_blend\";s:6:\"normal\";s:26:\"button_bg_enable_video_mp4\";s:2:\"on\";s:27:\"button_bg_enable_video_webm\";s:2:\"on\";s:28:\"button_bg_allow_player_pause\";s:3:\"off\";s:38:\"button_bg_video_pause_outside_viewport\";s:2:\"on\";s:15:\"button_use_icon\";s:2:\"on\";s:21:\"button_icon_placement\";s:5:\"right\";s:15:\"button_on_hover\";s:2:\"on\";s:24:\"button_text_shadow_style\";s:4:\"none\";s:23:\"box_shadow_style_button\";s:4:\"none\";s:16:\"title_text_color\";s:7:\"#FFFFFF\";s:15:\"title_font_size\";s:4:\"14px\";s:22:\"title_font_size_tablet\";s:4:\"13px\";s:21:\"title_font_size_phone\";s:4:\"12px\";s:27:\"title_font_size_last_edited\";s:9:\"on|tablet\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:23:\"title_text_shadow_style\";s:4:\"none\";s:21:\"title_link_text_color\";s:7:\"#3776ff\";s:23:\"border_radii_form_field\";s:18:\"on|6px|6px|6px|6px\";s:22:\"button_bg_enable_color\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";s:29:\"use_background_color_gradient\";s:3:\"off\";s:35:\"background_color_gradient_direction\";s:6:\"180deg\";s:30:\"background_color_gradient_unit\";s:1:\"%\";s:31:\"background_color_gradient_start\";s:7:\"#2b87da\";s:40:\"background_color_gradient_start_position\";s:2:\"0%\";s:29:\"background_color_gradient_end\";s:7:\"#29c4a9\";s:38:\"background_color_gradient_end_position\";s:4:\"100%\";s:23:\"background_enable_image\";s:2:\"on\";s:8:\"parallax\";s:3:\"off\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:27:\"background_enable_video_mp4\";s:2:\"on\";s:28:\"background_enable_video_webm\";s:2:\"on\";s:18:\"allow_player_pause\";s:3:\"off\";s:39:\"background_video_pause_outside_viewport\";s:2:\"on\";s:31:\"background_enable_pattern_style\";s:3:\"off\";s:24:\"background_pattern_style\";s:10:\"polka-dots\";s:32:\"background_pattern_repeat_origin\";s:8:\"top_left\";s:36:\"background_pattern_horizontal_offset\";s:1:\"0\";s:34:\"background_pattern_vertical_offset\";s:1:\"0\";s:25:\"background_pattern_repeat\";s:6:\"repeat\";s:28:\"background_enable_mask_style\";s:3:\"off\";s:21:\"background_mask_style\";s:10:\"layer-blob\";s:30:\"required_field_indicator_color\";s:7:\"#E02B20\";s:12:\"fields_width\";s:7:\"default\";s:25:\"form_field_custom_padding\";s:22:\"18px||18px||true|false\";s:20:\"title_link_font_size\";s:4:\"18px\";s:25:\"title_link_letter_spacing\";s:3:\"0px\";s:22:\"title_link_line_height\";s:5:\"1.7em\";s:28:\"title_link_text_shadow_style\";s:4:\"none\";s:15:\"error_font_size\";s:4:\"18px\";s:20:\"error_letter_spacing\";s:3:\"0px\";s:17:\"error_line_height\";s:5:\"1.7em\";s:23:\"error_text_shadow_style\";s:4:\"none\";s:22:\"content_letter_spacing\";s:3:\"0px\";s:25:\"content_text_shadow_style\";s:4:\"none\";s:26:\"field_label_letter_spacing\";s:3:\"0px\";s:23:\"field_label_line_height\";s:3:\"2em\";s:29:\"field_label_text_shadow_style\";s:4:\"none\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:27:\"box_shadow_style_form_field\";s:4:\"none\";s:21:\"box_shadow_style_form\";s:4:\"none\";s:5:\"width\";s:4:\"auto\";s:9:\"max_width\";s:4:\"none\";s:10:\"min_height\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";s:10:\"max_height\";s:4:\"none\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:22:\"|30px||30px|false|true\";s:17:\"filter_hue_rotate\";s:4:\"0deg\";s:15:\"filter_saturate\";s:4:\"100%\";s:17:\"filter_brightness\";s:4:\"100%\";s:15:\"filter_contrast\";s:4:\"100%\";s:13:\"filter_invert\";s:2:\"0%\";s:12:\"filter_sepia\";s:2:\"0%\";s:14:\"filter_opacity\";s:4:\"100%\";s:11:\"filter_blur\";s:3:\"0px\";s:14:\"mix_blend_mode\";s:6:\"normal\";s:17:\"text_shadow_style\";s:4:\"none\";s:11:\"positioning\";s:4:\"none\";s:17:\"position_origin_a\";s:8:\"top_left\";s:17:\"position_origin_f\";s:8:\"top_left\";s:17:\"position_origin_r\";s:8:\"top_left\";s:25:\"hover_transition_duration\";s:5:\"300ms\";s:22:\"hover_transition_delay\";s:3:\"0ms\";s:28:\"hover_transition_speed_curve\";s:4:\"ease\";s:15:\"sticky_position\";s:4:\"none\";s:16:\"sticky_limit_top\";s:4:\"none\";s:19:\"sticky_limit_bottom\";s:4:\"none\";s:25:\"sticky_offset_surrounding\";s:2:\"on\";s:17:\"sticky_transition\";s:2:\"on\";s:16:\"sale_badge_color\";s:20:\"gcid-secondary-color\";s:15:\"sale_badge_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:21:\"sale_badge_text_color\";s:7:\"#FFFFFF\";s:20:\"sale_badge_font_size\";s:4:\"14px\";s:23:\"border_radii_sale_badge\";s:18:\"on|6px|6px|6px|6px\";s:27:\"sale_badge_font_size_tablet\";s:4:\"13px\";s:26:\"sale_badge_font_size_phone\";s:4:\"13px\";s:32:\"sale_badge_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"sale_badge_letter_spacing\";s:3:\"1px\";s:22:\"sale_badge_line_height\";s:5:\"1.4em\";s:18:\"border_radii_image\";s:26:\"on|100px|100px|100px|100px\";s:11:\"header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:17:\"header_text_color\";s:7:\"#FFFFFF\";s:16:\"header_font_size\";s:4:\"18px\";s:23:\"header_font_size_tablet\";s:4:\"15px\";s:22:\"header_font_size_phone\";s:4:\"14px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:18:\"header_line_height\";s:5:\"1.4em\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:24:\"header_text_shadow_style\";s:4:\"none\";s:17:\"rating_text_color\";s:18:\"gcid-primary-color\";s:16:\"rating_font_size\";s:2:\"14\";s:21:\"rating_letter_spacing\";s:3:\"2px\";s:23:\"fields_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"fields_text_color\";s:21:\"rgba(255,255,255,0.4)\";s:23:\"fields_focus_text_color\";s:16:\"rgba(0,0,0,0.08)\";s:31:\"dropdown_menus_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"dropdown_menus_text_color\";s:7:\"#000000\";s:31:\"dropdown_menus_focus_text_color\";s:7:\"#FFFFFF\";s:16:\"field_label_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:11:\"fields_font\";s:20:\"Open Sans|500|||||||\";s:16:\"fields_font_size\";s:4:\"14px\";s:19:\"dropdown_menus_font\";s:20:\"Open Sans|500|||||||\";s:31:\"border_width_all_dropdown_menus\";s:3:\"2px\";s:31:\"border_color_all_dropdown_menus\";s:21:\"rgba(255,255,255,0.4)\";s:33:\"field_label_font_size_last_edited\";s:10:\"on|desktop\";s:28:\"field_label_font_size_tablet\";s:4:\"15px\";s:21:\"fields_letter_spacing\";s:3:\"0px\";s:18:\"fields_line_height\";s:3:\"1em\";s:24:\"fields_text_shadow_style\";s:4:\"none\";s:24:\"dropdown_menus_font_size\";s:4:\"12px\";s:33:\"border_radii_dropdown_menus_focus\";s:18:\"on|6px|6px|6px|6px\";s:27:\"field_label_font_size_phone\";s:4:\"14px\";s:10:\"show_stock\";s:3:\"off\";s:20:\"field_label_position\";s:7:\"default\";s:29:\"dropdown_menus_letter_spacing\";s:3:\"0px\";s:32:\"dropdown_menus_text_shadow_style\";s:4:\"none\";s:31:\"box_shadow_style_dropdown_menus\";s:4:\"none\";s:16:\"text_orientation\";s:4:\"left\";s:12:\"instock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:18:\"instock_text_color\";s:18:\"gcid-primary-color\";s:17:\"instock_font_size\";s:4:\"14px\";s:19:\"instock_line_height\";s:5:\"1.4em\";s:21:\"outofstock_text_color\";s:20:\"gcid-secondary-color\";s:22:\"onbackorder_text_color\";s:7:\"#FF5500\";s:22:\"instock_letter_spacing\";s:3:\"1px\";s:15:\"outofstock_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:20:\"outofstock_font_size\";s:4:\"14px\";s:25:\"outofstock_letter_spacing\";s:3:\"1px\";s:22:\"outofstock_line_height\";s:5:\"1.4em\";s:32:\"outofstock_font_size_last_edited\";s:9:\"on|tablet\";s:27:\"outofstock_font_size_tablet\";s:4:\"13px\";s:29:\"instock_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"instock_font_size_tablet\";s:4:\"13px\";s:16:\"border_color_all\";s:19:\"RGBA(255,255,255,0)\";s:16:\"border_width_top\";s:3:\"2px\";s:9:\"fullwidth\";s:3:\"off\";s:15:\"zoom_icon_color\";s:20:\"gcid-secondary-color\";s:12:\"caption_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"caption_text_color\";s:7:\"#FFFFFF\";s:15:\"pagination_font\";s:32:\"--et_global_body_font|700|||||||\";s:21:\"pagination_text_color\";s:20:\"gcid-secondary-color\";s:20:\"pagination_font_size\";s:4:\"18px\";s:22:\"pagination_line_height\";s:6:\"1.75em\";s:16:\"price_text_color\";s:18:\"gcid-primary-color\";s:22:\"show_title_and_caption\";s:2:\"on\";s:15:\"show_pagination\";s:2:\"on\";s:11:\"orientation\";s:9:\"landscape\";s:11:\"title_level\";s:2:\"h2\";s:17:\"caption_font_size\";s:4:\"16px\";s:22:\"caption_letter_spacing\";s:3:\"0px\";s:19:\"caption_line_height\";s:6:\"1.75em\";s:25:\"caption_text_shadow_style\";s:4:\"none\";s:25:\"pagination_letter_spacing\";s:3:\"0px\";s:28:\"pagination_text_shadow_style\";s:4:\"none\";s:22:\"box_shadow_style_image\";s:4:\"none\";s:17:\"background_layout\";s:5:\"light\";s:23:\"child_filter_hue_rotate\";s:4:\"0deg\";s:21:\"child_filter_saturate\";s:4:\"100%\";s:23:\"child_filter_brightness\";s:4:\"100%\";s:21:\"child_filter_contrast\";s:4:\"100%\";s:19:\"child_filter_invert\";s:2:\"0%\";s:18:\"child_filter_sepia\";s:2:\"0%\";s:20:\"child_filter_opacity\";s:4:\"100%\";s:17:\"child_filter_blur\";s:3:\"0px\";s:20:\"child_mix_blend_mode\";s:6:\"normal\";s:21:\"active_tab_text_color\";s:18:\"gcid-primary-color\";s:8:\"tab_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"body_link_text_color\";s:7:\"#FFFFFF\";s:15:\"tab_line_height\";s:5:\"1.4em\";s:13:\"tab_font_size\";s:4:\"18px\";s:25:\"tab_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"tab_font_size_tablet\";s:4:\"15px\";s:19:\"tab_font_size_phone\";s:4:\"14px\";s:14:\"attribute_font\";s:34:\"--et_global_body_font|700||on|||||\";s:20:\"attribute_text_color\";s:7:\"#000000\";s:19:\"attribute_font_size\";s:4:\"14px\";s:21:\"attribute_line_height\";s:5:\"1.4em\";s:24:\"attribute_letter_spacing\";s:3:\"1px\";s:31:\"attribute_font_size_last_edited\";s:10:\"on|desktop\";s:26:\"attribute_font_size_tablet\";s:4:\"13px\";s:9:\"text_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"16px\";s:21:\"text_font_size_tablet\";s:4:\"15px\";s:20:\"text_font_size_phone\";s:4:\"14px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:6:\"1.75em\";s:22:\"text_text_shadow_style\";s:4:\"none\";s:22:\"border_color_all_table\";s:16:\"rgba(0,0,0,0.08)\";s:27:\"border_width_all_table_cell\";s:3:\"2px\";s:10:\"show_title\";s:3:\"off\";s:22:\"border_style_all_table\";s:5:\"solid\";s:22:\"border_width_top_table\";s:3:\"2px\";s:26:\"border_width_all_table_row\";s:3:\"0px\";s:26:\"border_style_all_table_row\";s:5:\"solid\";s:27:\"border_color_all_table_cell\";s:16:\"rgba(0,0,0,0.08)\";s:30:\"border_width_bottom_table_cell\";s:3:\"1px\";s:16:\"icon_hover_color\";s:20:\"gcid-secondary-color\";s:10:\"price_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"sale_price_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:15:\"price_font_size\";s:4:\"60px\";s:27:\"price_font_size_last_edited\";s:10:\"on|desktop\";s:21:\"price_font_size_phone\";s:4:\"28px\";s:18:\"product_title_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:24:\"product_title_text_color\";s:18:\"gcid-heading-color\";s:23:\"product_title_font_size\";s:4:\"18px\";s:30:\"product_title_font_size_tablet\";s:4:\"15px\";s:29:\"product_title_font_size_phone\";s:4:\"14px\";s:35:\"product_title_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"product_title_line_height\";s:5:\"1.4em\";s:22:\"price_font_size_tablet\";s:4:\"18px\";s:17:\"price_line_height\";s:5:\"1.4em\";s:28:\"product_title_letter_spacing\";s:3:\"0px\";s:31:\"product_title_text_shadow_style\";s:4:\"none\";s:23:\"column_label_text_color\";s:18:\"gcid-heading-color\";s:23:\"table_header_text_color\";s:18:\"gcid-heading-color\";s:31:\"disabled_button_bg_color__hover\";s:7:\"#000000\";s:17:\"placeholder_color\";s:21:\"rgba(255,255,255,0.8)\";s:15:\"meta_text_color\";s:18:\"gcid-primary-color\";s:29:\"table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:26:\"disabled_button_text_color\";s:7:\"#FFFFFF\";s:28:\"disabled_button_border_color\";s:21:\"rgba(124,218,36,0.64)\";s:15:\"icon_text_color\";s:16:\"rgba(0,0,0,0.36)\";s:9:\"meta_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"header_level\";s:2:\"h4\";s:22:\"table_background_color\";s:7:\"#FFFFFF\";s:27:\"table_custom_padding_tablet\";s:29:\"30px|30px|30px|30px|true|true\";s:26:\"table_custom_padding_phone\";s:29:\"20px|20px|20px|20px|true|true\";s:32:\"table_custom_padding_last_edited\";s:10:\"on|desktop\";s:17:\"table_header_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"custom_disabled_button\";s:2:\"on\";s:25:\"disabled_button_text_size\";s:4:\"14px\";s:24:\"disabled_button_bg_color\";s:18:\"gcid-primary-color\";s:28:\"disabled_button_border_width\";s:3:\"0px\";s:29:\"disabled_button_border_radius\";s:5:\"100px\";s:20:\"disabled_button_font\";s:32:\"--et_global_body_font|700|||||||\";s:29:\"disabled_button_custom_margin\";s:15:\"||||false|false\";s:30:\"disabled_button_custom_padding\";s:29:\"18px|24px|18px|24px|true|true\";s:18:\"border_radii_table\";s:18:\"on|6px|6px|6px|6px\";s:22:\"border_width_all_table\";s:3:\"0px\";s:22:\"box_shadow_style_table\";s:7:\"preset3\";s:25:\"box_shadow_vertical_table\";s:4:\"24px\";s:21:\"box_shadow_blur_table\";s:4:\"72px\";s:23:\"box_shadow_spread_table\";s:5:\"-12px\";s:22:\"box_shadow_color_table\";s:16:\"rgba(0,0,0,0.08)\";s:29:\"table_header_font_size_tablet\";s:4:\"13px\";s:28:\"table_header_font_size_phone\";s:4:\"14px\";s:34:\"table_header_font_size_last_edited\";s:8:\"on|phone\";s:10:\"row_layout\";s:7:\"default\";s:30:\"collapse_table_gutters_borders\";s:3:\"off\";s:21:\"vertical_gutter_width\";s:3:\"0px\";s:23:\"horizontal_gutter_width\";s:3:\"0px\";s:22:\"table_header_font_size\";s:4:\"14px\";s:27:\"table_header_letter_spacing\";s:3:\"1px\";s:24:\"table_header_line_height\";s:5:\"1.4em\";s:30:\"table_header_text_shadow_style\";s:4:\"none\";s:14:\"icon_font_size\";s:4:\"16px\";s:23:\"border_radii_table_cell\";s:18:\"on|0px|0px|0px|0px\";s:37:\"disabled_button_bg_use_color_gradient\";s:3:\"off\";s:40:\"disabled_button_bg_color_gradient_repeat\";s:3:\"off\";s:38:\"disabled_button_bg_color_gradient_type\";s:6:\"linear\";s:43:\"disabled_button_bg_color_gradient_direction\";s:6:\"180deg\";s:50:\"disabled_button_bg_color_gradient_direction_radial\";s:6:\"center\";s:39:\"disabled_button_bg_color_gradient_stops\";s:23:\"#2b87da 0%|#29c4a9 100%\";s:38:\"disabled_button_bg_color_gradient_unit\";s:1:\"%\";s:48:\"disabled_button_bg_color_gradient_overlays_image\";s:3:\"off\";s:39:\"disabled_button_bg_color_gradient_start\";s:7:\"#2b87da\";s:48:\"disabled_button_bg_color_gradient_start_position\";s:2:\"0%\";s:37:\"disabled_button_bg_color_gradient_end\";s:7:\"#29c4a9\";s:46:\"disabled_button_bg_color_gradient_end_position\";s:4:\"100%\";s:31:\"disabled_button_bg_enable_image\";s:2:\"on\";s:27:\"disabled_button_bg_parallax\";s:3:\"off\";s:34:\"disabled_button_bg_parallax_method\";s:2:\"on\";s:23:\"disabled_button_bg_size\";s:5:\"cover\";s:27:\"disabled_button_bg_position\";s:6:\"center\";s:25:\"disabled_button_bg_repeat\";s:9:\"no-repeat\";s:24:\"disabled_button_bg_blend\";s:6:\"normal\";s:35:\"disabled_button_bg_enable_video_mp4\";s:2:\"on\";s:36:\"disabled_button_bg_enable_video_webm\";s:2:\"on\";s:37:\"disabled_button_bg_allow_player_pause\";s:3:\"off\";s:47:\"disabled_button_bg_video_pause_outside_viewport\";s:2:\"on\";s:24:\"disabled_button_use_icon\";s:2:\"on\";s:30:\"disabled_button_icon_placement\";s:5:\"right\";s:24:\"disabled_button_on_hover\";s:2:\"on\";s:33:\"disabled_button_text_shadow_style\";s:4:\"none\";s:26:\"box_shadow_style_table_row\";s:4:\"none\";s:27:\"box_shadow_style_table_cell\";s:4:\"none\";s:32:\"box_shadow_style_disabled_button\";s:4:\"none\";s:27:\"table_cell_background_color\";s:19:\"RGBA(255,255,255,0)\";s:31:\"disabled_button_bg_enable_color\";s:2:\"on\";s:20:\"table_custom_padding\";s:29:\"40px|40px|40px|40px|true|true\";s:17:\"column_label_font\";s:62:\"--et_global_body_font|--et_global_heading_font_weight||on|||||\";s:22:\"column_label_font_size\";s:4:\"14px\";s:29:\"column_label_font_size_tablet\";s:4:\"13px\";s:28:\"column_label_font_size_phone\";s:4:\"13px\";s:34:\"column_label_font_size_last_edited\";s:8:\"on|phone\";s:24:\"column_label_line_height\";s:5:\"1.4em\";s:27:\"column_label_letter_spacing\";s:3:\"1px\";s:28:\"form_notice_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:16:\"form_notice_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"form_notice_text_color\";s:7:\"#FFFFFF\";s:21:\"form_notice_font_size\";s:4:\"14px\";s:23:\"form_notice_line_height\";s:6:\"1.75em\";s:24:\"border_radii_form_notice\";s:18:\"on|6px|6px|6px|6px\";s:26:\"table_row_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"box_shadow_position_table\";s:5:\"outer\";s:16:\"border_width_all\";s:3:\"0px\";s:21:\"custom_css_title_text\";s:14:\"padding: 20px;\";s:25:\"table_cell_custom_padding\";s:18:\"|||0px|false|false\";s:27:\"box_shadow_horizontal_table\";s:3:\"0px\";s:23:\"radio_button_text_color\";s:7:\"#FFFFFF\";s:24:\"tooltip_background_color\";s:16:\"rgba(0,0,0,0.08)\";s:22:\"tooltip_custom_padding\";s:29:\"15px|15px|15px|15px|true|true\";s:17:\"radio_button_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"radio_button_font_size\";s:4:\"16px\";s:24:\"radio_button_line_height\";s:6:\"1.75em\";s:12:\"tooltip_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:18:\"tooltip_text_color\";s:7:\"#FFFFFF\";s:17:\"tooltip_font_size\";s:4:\"14px\";s:19:\"tooltip_line_height\";s:6:\"1.75em\";s:20:\"border_radii_tooltip\";s:18:\"on|6px|6px|6px|6px\";s:34:\"radio_button_font_size_last_edited\";s:10:\"on|desktop\";s:29:\"radio_button_font_size_tablet\";s:4:\"15px\";s:28:\"radio_button_font_size_phone\";s:4:\"14px\";s:21:\"custom_padding_tablet\";s:14:\"||||false|true\";s:20:\"custom_padding_phone\";s:22:\"|20px||20px|false|true\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:25:\"button_one_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_one_font\";s:32:\"--et_global_body_font|700|||||||\";s:23:\"button_one_border_width\";s:3:\"0px\";s:19:\"button_one_bg_color\";s:7:\"#FFFFFF\";s:26:\"button_one_bg_enable_color\";s:2:\"on\";s:17:\"custom_button_one\";s:2:\"on\";s:20:\"button_one_text_size\";s:4:\"14px\";s:21:\"button_one_text_color\";s:18:\"gcid-primary-color\";s:24:\"button_one_border_radius\";s:5:\"100px\";s:17:\"custom_button_two\";s:2:\"on\";s:20:\"button_two_text_size\";s:4:\"14px\";s:25:\"button_two_custom_padding\";s:29:\"12px|24px|12px|24px|true|true\";s:15:\"button_two_font\";s:32:\"--et_global_body_font|700|||||||\";s:24:\"button_two_border_radius\";s:5:\"100px\";s:23:\"button_two_border_width\";s:3:\"0px\";s:19:\"button_two_bg_color\";s:7:\"#000000\";s:26:\"button_two_bg_enable_color\";s:2:\"on\";s:15:\"logo_max_height\";s:4:\"32px\";s:9:\"menu_font\";s:32:\"--et_global_body_font|700|||||||\";s:15:\"menu_text_color\";s:7:\"#FFFFFF\";s:22:\"menu_text_color__hover\";s:21:\"rgba(124,218,36,0.64)\";s:30:\"menu_text_color__hover_enabled\";s:8:\"on|hover\";s:14:\"show_cart_icon\";s:2:\"on\";s:18:\"show_cart_quantity\";s:2:\"on\";s:16:\"show_search_icon\";s:2:\"on\";s:15:\"cart_icon_color\";s:7:\"#FFFFFF\";s:17:\"search_icon_color\";s:7:\"#FFFFFF\";s:15:\"menu_icon_color\";s:7:\"#FFFFFF\";s:21:\"portfolio_header_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:27:\"portfolio_header_text_color\";s:7:\"#333333\";s:26:\"portfolio_header_font_size\";s:4:\"50px\";s:33:\"portfolio_header_font_size_tablet\";s:4:\"28px\";s:32:\"portfolio_header_font_size_phone\";s:4:\"20px\";s:38:\"portfolio_header_font_size_last_edited\";s:8:\"on|phone\";s:28:\"portfolio_header_line_height\";s:5:\"1.2em\";s:14:\"meta_font_size\";s:4:\"14px\";s:20:\"meta_font_size_phone\";s:4:\"14px\";s:26:\"meta_font_size_last_edited\";s:10:\"on|desktop\";s:16:\"bg_overlay_color\";s:16:\"rgba(0,0,0,0.75)\";s:21:\"meta_font_size_tablet\";s:4:\"15px\";s:16:\"meta_line_height\";s:3:\"1em\";s:17:\"text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:19:\"arrows_custom_color\";s:7:\"#FFFFFF\";s:20:\"dot_nav_custom_color\";s:7:\"#FFFFFF\";s:11:\"show_border\";s:3:\"off\";s:29:\"text_shadow_horizontal_length\";s:3:\"0em\";s:27:\"text_shadow_vertical_length\";s:3:\"0em\";s:25:\"text_shadow_blur_strength\";s:5:\"0.3em\";s:31:\"background_color_gradient_stops\";s:37:\"rgba(255,255,255,0.85) 0%|#f9f9f9 87%\";s:40:\"background_color_gradient_overlays_image\";s:2:\"on\";s:14:\"tab_text_color\";s:18:\"gcid-heading-color\";s:10:\"icon_color\";s:7:\"#FFFFFF\";s:16:\"quote_icon_color\";s:21:\"rgba(124,218,36,0.64)\";s:27:\"quote_icon_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"author_text_color\";s:7:\"#FFFFFF\";s:10:\"overflow-x\";s:7:\"visible\";s:10:\"overflow-y\";s:7:\"visible\";s:21:\"border_radii_portrait\";s:26:\"on|100px|100px|100px|100px\";s:11:\"author_font\";s:32:\"--et_global_body_font|700|||||||\";s:13:\"position_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:12:\"company_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:23:\"custom_css_main_element\";s:29:\"overflow: visible !important;\";s:19:\"box_shadow_vertical\";s:4:\"24px\";s:15:\"box_shadow_blur\";s:4:\"72px\";s:17:\"box_shadow_spread\";s:5:\"-12px\";s:16:\"box_shadow_color\";s:16:\"RGBA(0,0,0,0.12)\";s:20:\"use_background_color\";s:3:\"off\";s:18:\"use_icon_font_size\";s:2:\"on\";s:16:\"author_font_size\";s:4:\"14px\";s:21:\"author_letter_spacing\";s:3:\"0px\";s:18:\"author_line_height\";s:5:\"1.5em\";s:24:\"author_text_shadow_style\";s:4:\"none\";s:18:\"position_font_size\";s:4:\"14px\";s:23:\"position_letter_spacing\";s:3:\"0px\";s:20:\"position_line_height\";s:5:\"1.7em\";s:26:\"position_text_shadow_style\";s:4:\"none\";s:17:\"company_font_size\";s:4:\"14px\";s:22:\"company_letter_spacing\";s:3:\"0px\";s:19:\"company_line_height\";s:5:\"1.5em\";s:25:\"company_text_shadow_style\";s:4:\"none\";s:19:\"body_link_font_size\";s:4:\"14px\";s:24:\"body_link_letter_spacing\";s:3:\"0px\";s:21:\"body_link_line_height\";s:3:\"1em\";s:27:\"body_link_text_shadow_style\";s:4:\"none\";s:17:\"body_ul_font_size\";s:4:\"14px\";s:22:\"body_ul_letter_spacing\";s:3:\"0px\";s:19:\"body_ul_line_height\";s:3:\"1em\";s:25:\"body_ul_text_shadow_style\";s:4:\"none\";s:17:\"body_ol_font_size\";s:4:\"14px\";s:22:\"body_ol_letter_spacing\";s:3:\"0px\";s:19:\"body_ol_line_height\";s:3:\"1em\";s:25:\"body_ol_text_shadow_style\";s:4:\"none\";s:20:\"body_quote_font_size\";s:4:\"14px\";s:25:\"body_quote_letter_spacing\";s:3:\"0px\";s:22:\"body_quote_line_height\";s:3:\"1em\";s:28:\"body_quote_text_shadow_style\";s:4:\"none\";s:14:\"body_link_font\";s:10:\"||||on||||\";s:19:\"position_text_color\";s:7:\"#FFFFFF\";s:18:\"company_text_color\";s:7:\"#FFFFFF\";s:13:\"header_2_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_3_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_4_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_5_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:13:\"header_6_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:18:\"header_2_font_size\";s:4:\"50px\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_2_font_size_tablet\";s:4:\"28px\";s:24:\"header_2_font_size_phone\";s:4:\"20px\";s:20:\"header_2_line_height\";s:5:\"1.2em\";s:18:\"header_3_font_size\";s:4:\"32px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:25:\"header_3_font_size_tablet\";s:4:\"22px\";s:24:\"header_3_font_size_phone\";s:4:\"17px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:19:\"header_4_text_color\";s:7:\"#FFFFFF\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:19:\"header_2_text_color\";s:7:\"#FFFFFF\";s:18:\"header_4_font_size\";s:4:\"24px\";s:30:\"header_4_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"header_4_font_size_phone\";s:4:\"15px\";s:25:\"header_4_font_size_tablet\";s:4:\"18px\";s:20:\"header_4_line_height\";s:5:\"1.4em\";s:19:\"header_5_text_color\";s:7:\"#FFFFFF\";s:18:\"header_5_font_size\";s:4:\"18px\";s:30:\"header_5_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_5_font_size_tablet\";s:4:\"15px\";s:24:\"header_5_font_size_phone\";s:4:\"14px\";s:20:\"header_5_line_height\";s:5:\"1.4em\";s:19:\"header_6_text_color\";s:7:\"#FFFFFF\";s:18:\"header_6_font_size\";s:4:\"14px\";s:30:\"header_6_font_size_last_edited\";s:10:\"on|desktop\";s:25:\"header_6_font_size_tablet\";s:4:\"13px\";s:24:\"header_6_font_size_phone\";s:4:\"13px\";s:20:\"header_6_line_height\";s:5:\"1.5em\";s:19:\"box_shadow_position\";s:5:\"outer\";s:21:\"custom_css_slide_meta\";s:20:\"margin-bottom: .8em;\";s:18:\"text_border_radius\";s:3:\"6px\";s:16:\"use_text_overlay\";s:2:\"on\";s:18:\"text_overlay_color\";s:7:\"#FFFFFF\";s:14:\"featured_image\";s:3:\"off\";s:32:\"featured_table_header_text_color\";s:7:\"#FFFFFF\";s:11:\"show_bullet\";s:3:\"off\";s:26:\"featured_table_price_color\";s:7:\"#FFFFFF\";s:15:\"body_text_align\";s:6:\"center\";s:23:\"currency_frequency_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:22:\"custom_css_pricing_top\";s:13:\"border: none;\";s:12:\"bullet_color\";s:18:\"gcid-primary-color\";s:25:\"show_featured_drop_shadow\";s:2:\"on\";s:14:\"subheader_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:29:\"currency_frequency_text_color\";s:15:\"gcid-body-color\";s:44:\"featured_table_currency_frequency_text_color\";s:7:\"#FFFFFF\";s:31:\"subheader_font_size_last_edited\";s:9:\"on|tablet\";s:19:\"subheader_font_size\";s:4:\"16px\";s:26:\"subheader_font_size_tablet\";s:4:\"15px\";s:25:\"subheader_font_size_phone\";s:4:\"14px\";s:20:\"subheader_text_color\";s:15:\"gcid-body-color\";s:21:\"subheader_line_height\";s:6:\"1.75em\";s:23:\"header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:36:\"price_letter_spacing__sticky_enabled\";s:10:\"on|desktop\";s:23:\"custom_css_pricing_item\";s:23:\"padding-bottom: 1.25em;\";s:32:\"background_color_gradient_repeat\";s:3:\"off\";s:30:\"background_color_gradient_type\";s:6:\"linear\";s:42:\"background_color_gradient_direction_radial\";s:6:\"center\";s:15:\"parallax_method\";s:2:\"on\";s:22:\"background_image_width\";s:4:\"auto\";s:23:\"background_image_height\";s:4:\"auto\";s:28:\"background_horizontal_offset\";s:1:\"0\";s:26:\"background_vertical_offset\";s:1:\"0\";s:24:\"background_pattern_color\";s:22:\"rgba(255,255,255,0.23)\";s:23:\"background_pattern_size\";s:6:\"custom\";s:24:\"background_pattern_width\";s:3:\"4px\";s:25:\"background_pattern_height\";s:4:\"auto\";s:29:\"background_pattern_blend_mode\";s:6:\"normal\";s:21:\"background_mask_color\";s:7:\"#ffffff\";s:28:\"background_mask_aspect_ratio\";s:9:\"landscape\";s:20:\"background_mask_size\";s:7:\"stretch\";s:21:\"background_mask_width\";s:4:\"auto\";s:22:\"background_mask_height\";s:4:\"auto\";s:24:\"background_mask_position\";s:6:\"center\";s:33:\"background_mask_horizontal_offset\";s:1:\"0\";s:31:\"background_mask_vertical_offset\";s:1:\"0\";s:26:\"background_mask_blend_mode\";s:6:\"normal\";s:21:\"button_bg_image_width\";s:4:\"auto\";s:22:\"button_bg_image_height\";s:4:\"auto\";s:27:\"button_bg_horizontal_offset\";s:1:\"0\";s:25:\"button_bg_vertical_offset\";s:1:\"0\";s:24:\"header_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:22:\"body_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:24:\"subheader_letter_spacing\";s:3:\"0px\";s:27:\"subheader_text_shadow_style\";s:4:\"none\";s:27:\"subheader_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:20:\"price_letter_spacing\";s:3:\"0px\";s:23:\"price_text_shadow_style\";s:4:\"none\";s:23:\"price_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:33:\"currency_frequency_letter_spacing\";s:3:\"0px\";s:36:\"currency_frequency_text_shadow_style\";s:4:\"none\";s:36:\"currency_frequency_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"excluded_font_size\";s:4:\"14px\";s:23:\"excluded_letter_spacing\";s:3:\"0px\";s:26:\"excluded_text_shadow_style\";s:4:\"none\";s:26:\"excluded_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:27:\"body_link_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ul_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:25:\"body_ol_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:28:\"body_quote_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:18:\"border_radii_price\";s:6:\"on||||\";s:24:\"button_text_shadow_color\";s:15:\"rgba(0,0,0,0.4)\";s:23:\"box_shadow_color_button\";s:15:\"rgba(0,0,0,0.3)\";s:19:\"animation_direction\";s:6:\"center\";s:18:\"animation_duration\";s:6:\"1000ms\";s:15:\"animation_delay\";s:3:\"0ms\";s:25:\"animation_intensity_slide\";s:3:\"50%\";s:24:\"animation_intensity_zoom\";s:3:\"50%\";s:24:\"animation_intensity_flip\";s:3:\"50%\";s:24:\"animation_intensity_fold\";s:3:\"50%\";s:24:\"animation_intensity_roll\";s:3:\"50%\";s:26:\"animation_starting_opacity\";s:2:\"0%\";s:21:\"animation_speed_curve\";s:11:\"ease-in-out\";s:16:\"animation_repeat\";s:4:\"once\";s:35:\"featured_table_subheader_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:13:\"excluded_font\";s:10:\"||||||on||\";s:38:\"featured_table_header_background_color\";s:19:\"RGBA(255,255,255,0)\";s:25:\"featured_table_text_color\";s:7:\"#FFFFFF\";s:31:\"featured_table_background_color\";s:18:\"gcid-primary-color\";s:11:\"show_button\";s:3:\"off\";s:16:\"module_alignment\";s:6:\"center\";s:16:\"button_font_size\";s:4:\"14px\";s:21:\"button_letter_spacing\";s:3:\"0px\";s:18:\"button_line_height\";s:3:\"1em\";s:12:\"button_color\";s:21:\"rgba(255,255,255,0.8)\";s:17:\"icon_color__hover\";s:7:\"#FFFFFF\";s:25:\"icon_color__hover_enabled\";s:11:\"off|desktop\";s:22:\"custom_css_social_icon\";s:17:\"background: #fff;\";s:17:\"active_link_color\";s:18:\"gcid-primary-color\";s:24:\"dropdown_menu_line_color\";s:18:\"gcid-primary-color\";s:22:\"dropdown_menu_bg_color\";s:7:\"#000000\";s:20:\"mobile_menu_bg_color\";s:7:\"#000000\";s:24:\"dropdown_menu_text_color\";s:7:\"#FFFFFF\";s:22:\"mobile_menu_text_color\";s:7:\"#FFFFFF\";s:4:\"logo\";s:80:\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\";s:19:\"_dynamic_attributes\";s:4:\"logo\";s:31:\"dropdown_menu_active_link_color\";s:18:\"gcid-primary-color\";s:10:\"menu_style\";s:12:\"left_aligned\";s:14:\"menu_font_size\";s:4:\"12px\";s:11:\"disabled_on\";s:11:\"off|off|off\";s:11:\"logo_height\";s:4:\"32px\";s:17:\"number_text_color\";s:7:\"#FFFFFF\";s:11:\"number_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:28:\"number_font_size_last_edited\";s:10:\"on|desktop\";s:22:\"number_font_size_phone\";s:4:\"40px\";s:12:\"module_class\";s:16:\"ai_ignore_number\";s:16:\"number_font_size\";s:4:\"32px\";s:18:\"number_line_height\";s:5:\"100px\";s:23:\"custom_css_member_image\";s:20:\"margin: 0 auto 20px;\";s:16:\"max_width_tablet\";s:5:\"300px\";s:21:\"max_width_last_edited\";s:9:\"on|tablet\";s:22:\"border_color_all_image\";s:7:\"#FFFFFF\";s:9:\"animation\";s:3:\"top\";s:21:\"box_shadow_horizontal\";s:3:\"0px\";s:6:\"layout\";s:10:\"top_bottom\";s:28:\"button_custom_padding__hover\";s:29:\"12px|25px|12px|5px|true|false\";s:36:\"button_custom_padding__hover_enabled\";s:11:\"off|desktop\";s:18:\"numbers_text_color\";s:7:\"#FFFFFF\";s:16:\"label_text_color\";s:7:\"#FFFFFF\";s:19:\"result_message_font\";s:13:\"Inter||||||||\";s:25:\"result_message_text_color\";s:7:\"#FFFFFF\";s:11:\"filter_font\";s:32:\"--et_global_body_font|700|||||||\";s:18:\"filter_line_height\";s:5:\"1.4em\";s:16:\"filter_font_size\";s:4:\"18px\";s:23:\"filter_font_size_tablet\";s:4:\"15px\";s:22:\"filter_font_size_phone\";s:4:\"14px\";s:28:\"filter_font_size_last_edited\";s:10:\"on|desktop\";s:27:\"pagination_font_size_tablet\";s:4:\"15px\";s:26:\"pagination_font_size_phone\";s:4:\"14px\";s:32:\"pagination_font_size_last_edited\";s:9:\"on|tablet\";s:24:\"caption_font_size_tablet\";s:4:\"15px\";s:23:\"caption_font_size_phone\";s:4:\"14px\";s:29:\"caption_font_size_last_edited\";s:8:\"on|phone\";s:10:\"icon_width\";s:4:\"32px\";s:5:\"align\";s:4:\"left\";s:19:\"button_border_color\";s:19:\"RGBA(255,255,255,0)\";s:12:\"circle_color\";s:21:\"rgba(255,255,255,0.4)\";s:18:\"circle_color_alpha\";s:1:\"1\";s:12:\"bar_bg_color\";s:7:\"#FFFFFF\";s:19:\"meta_letter_spacing\";s:3:\"0px\";s:22:\"meta_text_shadow_style\";s:4:\"none\";s:10:\"_unique_id\";s:36:\"653e01dd-6bd4-4e62-b530-40e83ea72455\";s:12:\"captcha_font\";s:57:\"--et_global_body_font|--et_global_body_font_weight|||||||\";s:24:\"form_field_custom_margin\";s:19:\"||20px||false|false\";s:18:\"captcha_text_color\";s:7:\"#FFFFFF\";s:29:\"numbers_font_size_last_edited\";s:8:\"on|phone\";s:23:\"numbers_font_size_phone\";s:4:\"24px\";s:17:\"label_line_height\";s:6:\"1.75em\";s:12:\"numbers_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:10:\"label_font\";s:32:\"--et_global_body_font|700|||||||\";s:17:\"numbers_font_size\";s:4:\"14px\";s:19:\"numbers_line_height\";s:4:\"24px\";s:15:\"label_font_size\";s:4:\"12px\";s:5:\"color\";s:21:\"rgba(255,255,255,0.4)\";s:14:\"divider_weight\";s:3:\"2px\";s:10:\"title_text\";s:9:\"1920x1080\";s:36:\"use_background_color_gradient_tablet\";s:2:\"on\";s:22:\"background_last_edited\";s:9:\"on|tablet\";s:42:\"background_color_gradient_direction_tablet\";s:6:\"180deg\";s:38:\"background_color_gradient_stops_tablet\";s:35:\"#ffffff 70%|rgba(255,255,255,0) 70%\";s:10:\"make_equal\";s:2:\"on\";s:23:\"border_color_all__hover\";s:7:\"#FFFFFF\";s:31:\"border_color_all__hover_enabled\";s:11:\"off|desktop\";s:23:\"box_shadow_color__hover\";s:16:\"rgba(0,0,0,0.12)\";s:31:\"box_shadow_color__hover_enabled\";s:8:\"on|hover\";s:25:\"background__hover_enabled\";s:11:\"off|desktop\";s:28:\"open_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:17:\"toggle_text_color\";s:7:\"#FFFFFF\";s:11:\"toggle_font\";s:63:\"--et_global_heading_font|--et_global_heading_font_weight|||||||\";s:16:\"toggle_font_size\";s:4:\"18px\";s:18:\"toggle_line_height\";s:5:\"1.3em\";s:22:\"open_toggle_text_color\";s:7:\"#FFFFFF\";s:30:\"closed_toggle_background_color\";s:19:\"RGBA(255,255,255,0)\";s:28:\"toggle_font_size_last_edited\";s:8:\"on|phone\";s:23:\"toggle_font_size_tablet\";s:4:\"15px\";s:22:\"toggle_font_size_phone\";s:4:\"14px\";s:11:\"toggle_icon\";s:17:\"&#xf067;||fa||900\";s:16:\"open_toggle_icon\";s:17:\"&#x42;||divi||400\";s:23:\"open_use_icon_font_size\";s:2:\"on\";s:19:\"open_icon_font_size\";s:4:\"32px\";s:15:\"open_icon_color\";s:7:\"#FFFFFF\";s:22:\"closed_title_font_size\";s:4:\"16px\";s:27:\"closed_title_letter_spacing\";s:3:\"0px\";s:24:\"closed_title_line_height\";s:5:\"1.7em\";s:30:\"closed_title_text_shadow_style\";s:4:\"none\";s:7:\"z_index\";s:1:\"1\";s:17:\"percent_font_size\";s:4:\"14px\";s:19:\"percent_line_height\";s:3:\"1em\";s:24:\"percent_font_size_tablet\";s:4:\"13px\";s:23:\"percent_font_size_phone\";s:4:\"12px\";s:29:\"percent_font_size_last_edited\";s:8:\"on|phone\";s:18:\"percent_text_color\";s:18:\"gcid-primary-color\";s:9:\"show_more\";s:2:\"on\";s:11:\"show_author\";s:3:\"off\";s:14:\"read_more_font\";s:32:\"--et_global_body_font|700|||||||\";s:20:\"read_more_text_color\";s:20:\"gcid-secondary-color\";s:11:\"use_overlay\";s:3:\"off\";s:14:\"show_thumbnail\";s:2:\"on\";s:17:\"content_max_width\";s:4:\"100%\";s:14:\"icon_alignment\";s:4:\"left\";s:24:\"image_icon_custom_margin\";s:9:\"||||false\";s:25:\"image_icon_custom_padding\";s:29:\"14px|14px|14px|14px|true|true\";s:16:\"image_icon_width\";s:4:\"24px\";s:27:\"image_icon_background_color\";s:7:\"#FFFFFF\";s:14:\"icon_placement\";s:4:\"left\";s:22:\"border_width_all_image\";s:3:\"2px\";s:29:\"custom_padding__hover_enabled\";s:11:\"off|desktop\";s:21:\"custom_padding__hover\";s:22:\"|28px||20px|true|false\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"2\";}'),
(6458,516,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-20 01:02:47\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:79:{s:46:\"et_pb_section_42ac3002eb465044729e753cb458a2ec\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cdce6232cce1f9ba360877af1b28eba4\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2951c660cbed9648380ed7cb055e16a9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_7479580256ff9269b19727de42dd9549\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e4e667f5ef52e76b7e1f9ec130bab7de\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_fd1f72ea8849ef7093b7a391c01eb87c\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_faa037606675a3b9616c179e777cb0c8\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_ff2d264fbb2f7b16d12e3f76f9d5253c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2b9963777eaa2ee3771a2b04eb80af86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_83c9bbf62ff9d449cc87f58eebfc8ddc\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3b655f628a83ba387430d364bf4a6a5b\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_eaa5612527497a7276cb542f782aaaa1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_9823c7d933743a7f99ce82889e23a291\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b7473965f72bce88973f2d9870bf0679\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b31f10da2690a1ac7175bc7d11c01359\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_ee8dc859440f4670bb6f646aa609ab9b\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b68f6dfede6345b9c3f401087ab84c24\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_26c8b95a0fa103b5dc13386ee489f33a\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_a3f05b64401e099933737b5bed42bda3\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_0d6b442137be086b4e351d617175993b\";a:6:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_fc7149f93948c984b7a4fc61e3c64cfa\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_097e9dac6637d0b1131e681407aa42b2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_500eab2fda2ca1ffd9ce3e38e51bbc47\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_94e85392c7604943e60ce1961a197916\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_697619ba9b38960a4386831a37a2a686\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cd6917b436d59b376b63a83a7398125\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_5e905cfacbc26ad6f13667c1dc07993c\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_1b31f0b32c1e52b516b685cb4be4f04c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d53fd1322237c393944f3c03522ef8d0\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5bbb8ec9a5f0c1910144063c8e4cc98a\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_b0a64558ab9af3399db46cee8d4f19d2\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_301012a10f495b62fb5fb091be772bd5\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_eb6be9c36af54351ff1e218c7ad1b6d0\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_20f52b260eb0aa127e5ee156bed44943\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_ec24de3c6914870a4143092ffb7f2b10\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a5c55efc918985f40c654545791b09b6\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_4fd03c210c10816b888d59e4d639492f\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_ce292af03b78dfa7fee46ae8297b1537\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_3e5b24008d3cd755224f0a086ea9a4b3\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_144df6df23e809fa27c059a2dbc7a993\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_383d6e5ef8ec2034820d3b4999ffa71e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bc14445071a32f7f751ce6daed5a49bb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_c02a18461d108132d3c82369e2a5eed8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d85b158d1696f5540bf12c20564e0bf5\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_facef90a2b295a4ff2b425444ec4a788\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_7b7358de5ddd8b674e8d607ef0258a31\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_497d96ef2590f98de4e7a61fea8185c1\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_9781ac0390fd5292e1ae26b6ebb7ff65\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8d5d0cdfc9e3c386c500790ee6608c8c\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_89d126bfa7c8f9985424b0400328fbe7\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_6bfa45e9fab31451768715f2f6eb24fc\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_9c3fc5d9f248039487ce0c1a0da26070\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3fceeb690d178f225600a1d1e7056a25\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_3e20d5c99bfb707ff462d7a6ab784858\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_74679411d0f745e17ccd5ef84fbdd5bf\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_583735b1f53a32d97d53f7b0566305a0\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_4979c7b20dfa786f905ba7126eb367ec\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4ef343e113d98673ad0b7f3661dbd272\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_1d2c7d7246f5954109a72ac35b6c4110\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b4e2fbf2c49d65f09f7160f3e7d5438c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_fc2271d0ce1f68e93172b221cd8e42b6\";a:10:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_387d8558ce937b173f8e99b5ba0b9ad4\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_40fc75a551d67b232d9bc82af018c732\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_e1fd215d14b6ffcf8afde7d0b8d5c895\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b402faa4ea2fc62943da27ab3406740c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_722bb591388dd2ff3c8cc7c7a6e125aa\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_e744ce24858b62b19c8b5d397535d86c\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(6459,551,'_wp_trash_meta_status','publish'),
(6460,551,'_wp_trash_meta_time','1740201290'),
(6461,551,'_wp_desired_post_slug','gallery'),
(6480,648,'_et_builder_module_features_cache','a:2:{i:0;s:111:\"{\"gph\":33,\"divi\":\"4.27.4\",\"wp\":\"6.7.2\",\"tb\":{\"662\":\"2025-02-23 21:40:59\",\"663\":\"2025-02-16 23:46:29\"},\"wpe\":[]}\";i:1;a:56:{s:46:\"et_pb_section_44879b3108ed3e42802ff635fcfc22ff\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_71d7e140450365d472f2d1d1cf67efd1\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2061fc123041358d5295f0e7e87dc05e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_4e7bdf0aeeef5e589b94efed43a8f256\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_75500c5a4e7622462605c9999139d0f9\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a02d63ee9227314e96bf71756fd232c1\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_070e0e7206845a591dda201fff6befe2\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_eefc6377f05038b986845d042d2e1c81\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_3e4d4c19c3ff7c391dfc3c1c349ef717\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_d758fac4d29732e1f73366ee568de882\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_1a1c48703330cc924d6f4fe4c0be0fb9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7c5e775a4c93d71b1291a92069711cba\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9c18c88633264a7c4710e2e3253a4342\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_0c4c08104915ddd8a13a366c9959d43a\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_552c0ff1a8352ac277dffb3f02f49bb5\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_993bb551710d14f1cf6b3c999d9d4902\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2a6351add800b7cbc0365e6f6504bc85\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a05ad14898dabe56d7aa88a3e3e8400\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e300230fdfb2d3a6ecd9f4dafcf33c25\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a55b22aeb42f0c2ed7184530653c831c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_2da41b5c72ccbc469a0c25a2cf353925\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_da9ef111a618de9bd293d9f796a80673\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_blurb_608831714947d22f757060d915047029\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_c11e1b410ca93d6036dc3785a751b9a5\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_bee10e89f475e3d173eaeae18cfe5b7c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a04d27b30c2529acf453991e5cf44ca7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_7c909e798f7bb1c1e2ca562da839be25\";a:5:{s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5758d230274e355c115cf2b3a1472962\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_901c4d382aeb2a830fab4d7c0b5a1c64\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_37bbd09ab97751375ff42788735cfff8\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_24335c3565482440903d2352e7ffde16\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8cfabcf7cb40b13d1ca2d683dc06d280\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c9ce1af33616b114a1604de11929db30\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_37ed84f8603469147e2282f84814056c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_99c6ad078305e5946ded870155653fc7\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f4a4d53137305c96e10d57eb5b380f6c\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"et_pb_contact_form_de5d045a4b4ecfc21b852864e64ea661\";a:11:{s:4:\"glde\";a:7:{s:15:\"title_font_size\";s:2:\"26\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:17:\"captcha_font_size\";s:2:\"14\";s:20:\"form_field_font_size\";s:2:\"14\";s:25:\"form_field_letter_spacing\";s:3:\"0px\";s:22:\"form_field_line_height\";s:5:\"1.7em\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_f2976694321656b37daa6b8f6c87e2ea\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_3e30ade3a5306ef4340eb5670d288e9f\";a:6:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:52:\"et_pb_contact_field_894121a7f03989a145fdc913f22e8ab5\";a:8:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_443996a362da71b891358f97498b5cfd\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_779723b3cdb656cba628bd4f845b1b86\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_8c6019f25ef43c2d7ae45814cc7c2ea0\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_fd37af4d7781e540ae286bd9ee2e7723\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2242fd0bc4cbd07d50de13e9e5d2c341\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_e965c3c1ea664a8b80680c19119310bd\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_3bf3d60374a92785a079d2930049b597\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5c9cb9e49c8f85a811b6b23f934765c0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_d7b3a85d1b9a13c6a97693ce687ef96b\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_2a6e8a7985199e753392aedc5b9872bc\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_5306e5271ec9ddad3dff0d4e28ea8b7e\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:50:\"et_pb_testimonial_f3ea513b2ce031d4ea00b4b70cc94b1e\";a:9:{s:4:\"glde\";a:10:{s:27:\"quote_icon_background_color\";s:7:\"#f5f5f5\";s:14:\"portrait_width\";s:2:\"90\";s:15:\"portrait_height\";s:2:\"90\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.5em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_69b14749c6bc4ca81aa5637148ed973a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de50492f55a5734f13fc67c7369fa13b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_db94c972dd7ebe8f0cac5b764487e4b7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_f8d91b1a5f8f82f115c2d3da09de717c\";a:7:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(840,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','840','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=840',24,'nav_menu_item','',0),
(4,0,'2025-02-12 11:44:12','2025-02-12 11:44:12','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2025-02-12 11:44:12','2025-02-12 11:44:12','',0,'https://asyahavacilik.com/index.php/2025/02/12/navigation/',0,'wp_navigation','',0),
(837,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','837','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=837',4,'nav_menu_item','',0),
(838,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','838','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=838',22,'nav_menu_item','',0),
(839,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','839','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=839',23,'nav_menu_item','',0),
(862,1,'2025-02-16 22:58:09','2025-02-16 22:58:09','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-16 22:58:09','2025-02-16 22:58:09','',642,'https://asyahavacilik.com/?p=862',0,'revision','',0),
(689,1,'2025-02-15 02:44:34','2025-02-15 02:44:34','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-15 02:44:34','2025-02-15 02:44:34','',642,'https://asyahavacilik.com/?p=689',0,'revision','',0),
(880,1,'2025-02-16 23:46:11','2025-02-16 23:46:11','[et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_text_align=\"center\" global_colors_info=\"{}\" template_type=\"module\"][/et_pb_heading]','asya','','publish','closed','closed','','asya','','','2025-02-16 23:46:11','2025-02-16 23:46:11','',0,'https://asyahavacilik.com/et_pb_layout/asya/',0,'et_pb_layout','',0),
(881,1,'2025-02-16 23:46:29','2025-02-16 23:46:29','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"et_footer_layout\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_text_align=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','663-revision-v1','','','2025-02-16 23:46:29','2025-02-16 23:46:29','',663,'https://asyahavacilik.com/?p=881',0,'revision','',0),
(883,1,'2025-02-16 23:48:22','2025-02-16 23:48:22','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Trainings','','inherit','closed','closed','','552-revision-v1','','','2025-02-16 23:48:22','2025-02-16 23:48:22','',552,'https://asyahavacilik.com/?p=883',0,'revision','',0),
(887,1,'2025-02-16 23:50:01','2025-02-16 23:50:01','','new-portrait-4-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-4-800x800-1-1-800x800','','','2025-02-16 23:50:01','2025-02-16 23:50:01','',0,'https://asyahavacilik.com/new-portrait-4-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(888,1,'2025-02-16 23:50:01','2025-02-16 23:50:01','','new-portrait-5-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-5-800x800-1-1-800x800','','','2025-02-16 23:50:01','2025-02-16 23:50:01','',0,'https://asyahavacilik.com/new-portrait-5-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(889,1,'2025-02-16 23:50:01','2025-02-16 23:50:01','','new-portrait-6-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-1-800x800','','','2025-02-16 23:50:01','2025-02-16 23:50:01','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(875,1,'2025-02-16 23:36:59','2025-02-16 23:36:59','','','','inherit','open','closed','','airport','','','2025-02-16 23:37:14','2025-02-16 23:37:14','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg',0,'attachment','image/jpeg',0),
(874,1,'2025-02-16 23:31:36','2025-02-16 23:31:36','','Aircrew member flying plane from cockpit with dashboard command','Aircrew member flying plane from cockpit with dashboard command and control panel, using steering wheel and control panel for windscreen navigation. Woman using lever to fly aircraft.','inherit','open','closed','','aircrew-member-flying-plane-from-cockpit-with-dashboard-command','','','2025-02-16 23:31:36','2025-02-16 23:31:36','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/cockpit.jpg',0,'attachment','image/jpeg',0),
(922,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-9-800x800-1-800x800','','inherit','open','closed','','new-portrait-9-800x800-1-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-9-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(920,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-4-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-4-800x800-1-2-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-4-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(921,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-12-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-12-800x800-1-1-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-12-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(913,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-3-800x800-1-800x800','','inherit','open','closed','','new-portrait-3-800x800-1-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-3-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(924,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-6-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-2-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(923,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-8-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-8-800x800-1-1-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-8-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(925,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-1-800x800-1-800x800','','inherit','open','closed','','new-portrait-1-800x800-1-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-1-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(926,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-2-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-2-800x800-1-1-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-2-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(927,1,'2025-02-17 00:12:19','2025-02-17 00:12:19','','new-portrait-5-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-5-800x800-1-2-800x800','','','2025-02-17 00:12:19','2025-02-17 00:12:19','',0,'https://asyahavacilik.com/new-portrait-5-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(928,1,'2025-02-17 00:12:20','2025-02-17 00:12:20','','new-portrait-7-800x800-1-800x800','','inherit','open','closed','','new-portrait-7-800x800-1-800x800','','','2025-02-17 00:12:20','2025-02-17 00:12:20','',0,'https://asyahavacilik.com/new-portrait-7-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(931,1,'2025-02-17 00:12:21','2025-02-17 00:12:21','','new-portrait-10-800x800-1-800x800','','inherit','open','closed','','new-portrait-10-800x800-1-800x800','','','2025-02-17 00:12:21','2025-02-17 00:12:21','',0,'https://asyahavacilik.com/new-portrait-10-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(932,1,'2025-02-17 00:12:21','2025-02-17 00:12:21','','new-portrait-11-800x800-1-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-800x800','','','2025-02-17 00:12:21','2025-02-17 00:12:21','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(960,1,'2025-02-17 02:23:22','2025-02-17 02:23:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color_gradient_stops=\"#03045e 80%|#ffffff 80%\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Our Premier ATPL Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on your journey to becoming a certified airline pilot with our comprehensive ATPL training courses, designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation by providing top-tier training programs for aspiring airline pilots. Our commitment to excellence is reflected in our rigorous ATPL courses, which are designed to meet the highest industry standards. With a team of experienced instructors and state-of-the-art facilities, we ensure that our students receive the best education and training to excel in their aviation careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our ATPL Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Integrated ATPL Course\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our Integrated ATPL course is a fast-track program that combines theoretical knowledge with practical flight training, allowing students to achieve their pilot licenses in a structured and efficient manner. Duration: 18 months.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Modular ATPL Course\" use_icon=\"on\" font_icon=\"&#xf812;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The Modular ATPL course offers flexibility for students who wish to complete their training in stages. This program is ideal for those who need to balance their studies with other commitments. Duration: Varies based on student pace.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Multi-Crew Cooperation (MCC) Course\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our MCC course focuses on developing the skills necessary for effective teamwork in a multi-crew cockpit environment, preparing students for real-world airline operations. Duration: 2 weeks.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Jet Orientation Course (JOC)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The JOC provides essential training for transitioning from propeller-driven aircraft to jet-powered airliners, emphasizing handling and performance differences. Duration: 1 week.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the ATPL training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-11-800x800-1-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The comprehensive curriculum and hands-on flight experience prepared me thoroughly for my aviation career. I highly recommend Asya Havacılık to aspiring pilots.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||31px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık\'s ATPL program exceeded my expectations. The state-of-the-art simulators and real-world training scenarios were invaluable.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||-3px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I am grateful for the mentorship and guidance I received during my training. The skills I developed here have been crucial in my career advancement.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"ATPL Open Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an informative session about our ATPL training programs, meet our instructors, and tour our facilities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Information Session\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Discover the benefits of training at Asya Havacılık. Our team will answer all your questions about the ATPL courses.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Pilot Career Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Explore career opportunities in aviation and hear from industry experts about the future of piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Simulator Experience Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Experience our flight simulators firsthand and see what it\'s like to train as a pilot at Asya Havacılık.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"ATPL Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Our ATPL training programs are designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#0077b6\" icon_color=\"#0077b6\" _builder_version=\"4.24.2\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22#0077b6%22:%91%22icon_color%22,%22open_toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The ATPL training program typically takes 18 to 24 months to complete, depending on the student\'s pace and schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the ATPL courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students. Please contact our admissions office for more details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you provide job placement assistance after graduation?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer career support services, including resume workshops and interview preparation, to help graduates secure positions in the aviation industry.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What kind of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a fleet of modern aircraft, including single-engine and multi-engine planes, as well as advanced flight simulators.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any opportunities for international students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we welcome international students and provide support with visa applications and accommodation arrangements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_link_font=\"||||||||\" background_enable_color=\"off\" use_background_color=\"off\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to take the next step in your aviation journey? Enroll in our comprehensive ATPL training programs at Asya Havacılık and soar to new heights. Contact us today for more information and start your path to becoming a skilled airline pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-17 02:23:22','2025-02-17 02:23:22','',553,'https://asyahavacilik.com/?p=960',0,'revision','',0),
(957,1,'2025-02-17 02:20:47','2025-02-17 02:20:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color_gradient_stops=\"#03045e 80%|#ffffff 80%\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Our Premier ATPL Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on your journey to becoming a certified airline pilot with our comprehensive ATPL training courses, designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Asya Havacılık is dedicated to shaping the future of aviation by providing top-tier training programs for aspiring airline pilots. Our commitment to excellence is reflected in our rigorous ATPL courses, which are designed to meet the highest industry standards. With a team of experienced instructors and state-of-the-art facilities, we ensure that our students receive the best education and training to excel in their aviation careers.</p>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600.jpg\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our ATPL Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Integrated ATPL Course\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our Integrated ATPL course is a fast-track program that combines theoretical knowledge with practical flight training, allowing students to achieve their pilot licenses in a structured and efficient manner. Duration: 18 months.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Modular ATPL Course\" use_icon=\"on\" font_icon=\"&#xf812;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The Modular ATPL course offers flexibility for students who wish to complete their training in stages. This program is ideal for those who need to balance their studies with other commitments. Duration: Varies based on student pace.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Multi-Crew Cooperation (MCC) Course\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our MCC course focuses on developing the skills necessary for effective teamwork in a multi-crew cockpit environment, preparing students for real-world airline operations. Duration: 2 weeks.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Jet Orientation Course (JOC)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The JOC provides essential training for transitioning from propeller-driven aircraft to jet-powered airliners, emphasizing handling and performance differences. Duration: 1 week.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Completing the ATPL training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-11-800x800-1-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The comprehensive curriculum and hands-on flight experience prepared me thoroughly for my aviation career. I highly recommend Asya Havacılık to aspiring pilots.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||31px||false|false\"]<p>\"Asya Havacılık\'s ATPL program exceeded my expectations. The state-of-the-art simulators and real-world training scenarios were invaluable.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||-3px||false|false\"]<p>\"I am grateful for the mentorship and guidance I received during my training. The skills I developed here have been crucial in my career advancement.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"ATPL Open Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join us for an informative session about our ATPL training programs, meet our instructors, and tour our facilities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Information Session\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Discover the benefits of training at Asya Havacılık. Our team will answer all your questions about the ATPL courses.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Pilot Career Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Explore career opportunities in aviation and hear from industry experts about the future of piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Simulator Experience Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Experience our flight simulators firsthand and see what it\'s like to train as a pilot at Asya Havacılık.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"ATPL Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our ATPL training programs are designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#0077b6\" icon_color=\"#0077b6\" _builder_version=\"4.24.2\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22#0077b6%22:%91%22icon_color%22,%22open_toggle_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What is the duration of the ATPL training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>The ATPL training program typically takes 18 to 24 months to complete, depending on the student\'s pace and schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the ATPL courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students. Please contact our admissions office for more details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you provide job placement assistance after graduation?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>We offer career support services, including resume workshops and interview preparation, to help graduates secure positions in the aviation industry.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What kind of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our students train on a fleet of modern aircraft, including single-engine and multi-engine planes, as well as advanced flight simulators.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any opportunities for international students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, we welcome international students and provide support with visa applications and accommodation arrangements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_link_font=\"||||||||\" background_enable_color=\"off\" use_background_color=\"off\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Ready to take the next step in your aviation journey? Enroll in our comprehensive ATPL training programs at Asya Havacılık and soar to new heights. Contact us today for more information and start your path to becoming a skilled airline pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-17 02:20:47','2025-02-17 02:20:47','',553,'https://asyahavacilik.com/?p=957',0,'revision','',0),
(897,1,'2025-02-16 23:51:55','2025-02-16 23:51:55','','new-portrait-8-800x800-1-800x800','','inherit','open','closed','','new-portrait-8-800x800-1-800x800','','','2025-02-16 23:51:55','2025-02-16 23:51:55','',0,'https://asyahavacilik.com/new-portrait-8-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(902,1,'2025-02-16 23:51:56','2025-02-16 23:51:56','','0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600','','inherit','open','closed','','0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600','','','2025-02-16 23:51:56','2025-02-16 23:51:56','',0,'https://asyahavacilik.com/0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600/',0,'attachment','image/jpeg',0),
(903,1,'2025-02-16 23:51:56','2025-02-16 23:51:56','','0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600','','inherit','open','closed','','0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600','','','2025-02-16 23:51:56','2025-02-16 23:51:56','',0,'https://asyahavacilik.com/0-165bb9d0-1562-4e0a-8adf-ae7bf6c7ac6d-800x600/',0,'attachment','image/jpeg',0),
(899,1,'2025-02-16 23:51:55','2025-02-16 23:51:55','','new-portrait-12-800x800-1-800x800','','inherit','open','closed','','new-portrait-12-800x800-1-800x800','','','2025-02-16 23:51:55','2025-02-16 23:51:55','',0,'https://asyahavacilik.com/new-portrait-12-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(901,1,'2025-02-16 23:51:55','2025-02-16 23:51:55','','0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600','','inherit','open','closed','','0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600','','','2025-02-16 23:51:55','2025-02-16 23:51:55','',0,'https://asyahavacilik.com/0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600/',0,'attachment','image/jpeg',0),
(905,1,'2025-02-16 23:52:00','2025-02-16 23:52:00','','0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080','','inherit','open','closed','','0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080','','','2025-02-16 23:52:00','2025-02-16 23:52:00','',0,'https://asyahavacilik.com/0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080/',0,'attachment','image/jpeg',0),
(904,1,'2025-02-16 23:51:56','2025-02-16 23:51:56','','0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600','','inherit','open','closed','','0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600','','','2025-02-16 23:51:56','2025-02-16 23:51:56','',0,'https://asyahavacilik.com/0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600/',0,'attachment','image/jpeg',0),
(906,1,'2025-02-16 23:59:52','2025-02-16 23:59:52','','','','inherit','open','closed','','224252','','','2025-02-16 23:59:58','2025-02-16 23:59:58','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg',0,'attachment','image/jpeg',0),
(907,1,'2025-02-17 00:10:33','2025-02-17 00:10:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Achieve Your Aviation Dreams\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Premier Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık to embark on a transformative journey in aviation. Our comprehensive training programs are designed to equip you with the skills needed to soar high in your aviation career.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact/\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Airline Transport Pilot License (ATPL)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our ATPL program offers in-depth training for aspiring airline pilots, covering everything from navigation to advanced flight operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Private Pilot License (PPL)\" use_icon=\"on\" font_icon=\"&#xf4fc;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Start your aviation journey with our PPL course, providing essential skills for personal flying and foundational pilot training.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Commercial Pilot License (CPL)\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Advance your career with our CPL training, focusing on the skills needed for commercial aviation and professional piloting.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Unmanned Aerial Vehicle (UAV) Training\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Explore the world of drones with our UAV training programs, including professional video and mapping courses.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert Instructors\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned pilots with years of experience in the aviation industry, ensuring you receive top-notch education and mentorship.</p>[/et_pb_blurb][et_pb_button button_text=\"Meet Our Team\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train in our modern facilities equipped with the latest technology to provide a realistic and effective learning environment.</p>[/et_pb_blurb][et_pb_button button_text=\"View Our Campus\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our curriculum is designed to cover all aspects of aviation, from theory to practical application, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_text=\"See Course Details\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Training Options\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>We offer a variety of training schedules and modular courses to fit your lifestyle and career goals.</p>[/et_pb_blurb][et_pb_button button_text=\"Find Your Path\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Training Sessions\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced ATPL Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||37px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"UAV Professional Video Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600.jpg\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Night VFR Training Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600.jpg\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Instrument Flight Rules\" _builder_version=\"4.27.4\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600.jpg\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact/\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" open=\"off\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does the UAV training course take?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>The UAV training course typically lasts 4 weeks, with flexible scheduling options available to accommodate different needs.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I take the PPL training if I have no prior flying experience?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, our PPL training is designed for beginners and provides all the necessary foundational skills for aspiring pilots.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is there financial aid available for students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>We offer various financing options and scholarships to help students manage the cost of their training programs.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing your programs?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"on\"]<p>Graduates can pursue careers as commercial pilots, flight instructors, or specialize in UAV operations, among other aviation roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" custom_padding=\"10px||10px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Elevate Your Aviation Career\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" _builder_version=\"4.24.3\" _module_preset=\"ca79a742-981f-479f-a8a2-3a0292efaff0\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"caret\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join our elite training programs at Asya Havacılık and take the first step towards becoming a certified pilot. Whether you\'re aspiring to fly commercial airlines or specialize in UAV operations, our comprehensive courses are designed to suit your needs. Contact us today to learn more about our offerings and how we can help you achieve your aviation dreams.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Get Started Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact/\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Trainings','','inherit','closed','closed','','552-revision-v1','','','2025-02-17 00:10:33','2025-02-17 00:10:33','',552,'https://asyahavacilik.com/?p=907',0,'revision','',0),
(662,1,'2025-02-13 10:12:23','2025-02-13 10:12:23','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" hover_enabled=\"0\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0C71C3\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||12px|184px|false|false\" custom_padding=\"||0px|0px|false|false\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" title_level=\"h1\" text_shadow_style=\"preset1\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" text_text_color=\"#0C71C3\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" active_link_color=\"#000000\" dropdown_menu_line_color=\"#000000\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#000000\" mobile_menu_text_color=\"#000000\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" button_bg_color=\"#0C71C3\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-5','','','2025-02-23 21:40:59','2025-02-23 21:40:59','',0,'https://asyahavacilik.com/index.php/et_header_layout/theme-builder-layout-5/',0,'et_header_layout','',0),
(680,1,'2025-02-13 10:27:07','2025-02-13 10:27:07','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" animation_style=\"fade\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" submenu_direction=\"downwards\" background_layout=\"dark\" menu_text_color=\"#5b81bf\" sticky_enabled=\"0\" menu_id=\"6\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-13 10:27:07','2025-02-13 10:27:07','',662,'https://asyahavacilik.com/?p=680',0,'revision','',0),
(698,1,'2025-02-16 00:45:30','2025-02-16 00:45:30','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" dropdown_menu_line_color=\"#5b81bf\" dropdown_menu_text_color=\"#5b81bf\" dropdown_menu_active_link_color=\"#5b81bf\" mobile_menu_text_color=\"#5b81bf\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_text_color=\"#5b81bf\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-16 00:45:30','2025-02-16 00:45:30','',662,'https://asyahavacilik.com/?p=698',0,'revision','',0),
(694,1,'2025-02-16 00:31:35','2025-02-16 00:31:35','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" dropdown_menu_line_color=\"#5b81bf\" dropdown_menu_text_color=\"#5b81bf\" dropdown_menu_active_link_color=\"#5b81bf\" mobile_menu_text_color=\"#5b81bf\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_text_color=\"#5b81bf\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_menu][et_pb_code _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][maxmegamenu location=primary-menu][/et_pb_code][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" box_shadow_style=\"preset1\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-16 00:31:35','2025-02-16 00:31:35','',662,'https://asyahavacilik.com/?p=694',0,'revision','',0),
(688,1,'2025-02-15 02:44:34','2025-02-15 02:44:34','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\" column_structure=\"1_2,1_2\" custom_padding=\"||0px|||\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"fade\"][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"et_header_layout\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{}\" title_text_color=\"#0c5ac9\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\"][/et_pb_heading][/et_pb_column][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\" link_option_url=\"mailto:info@asyahavacilik.com\" hover_enabled=\"0\" sticky_enabled=\"0\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" animation_style=\"fade\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" submenu_direction=\"downwards\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_text_color=\"#5b81bf\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" show_search_icon=\"off\" show_cart_icon=\"off\" menu_style=\"centered\" dropdown_menu_text_color=\"#5b81bf\" mobile_menu_text_color=\"#5b81bf\" custom_margin=\"13px||28px||false|false\" dropdown_menu_active_link_color=\"#5b81bf\" dropdown_menu_line_color=\"#5b81bf\" animation_style=\"fade\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" box_shadow_style=\"preset1\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-15 02:44:34','2025-02-15 02:44:34','',662,'https://asyahavacilik.com/?p=688',0,'revision','',0),
(663,1,'2025-02-13 10:12:24','2025-02-13 10:12:24','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"et_footer_layout\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_text_align=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-5','','','2025-02-16 23:46:29','2025-02-16 23:46:29','',0,'https://asyahavacilik.com/index.php/et_footer_layout/theme-builder-layout-5/',0,'et_footer_layout','',0),
(878,1,'2025-02-16 23:45:27','2025-02-16 23:45:27','[et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','663-revision-v1','','','2025-02-16 23:45:27','2025-02-16 23:45:27','',663,'https://asyahavacilik.com/?p=878',0,'revision','',0),
(664,1,'2025-02-13 10:12:25','2025-02-13 10:12:25','[et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"9\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Newsletter\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Stay Informed with Our Newsletter\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.24.3\" _module_preset=\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22background_color%22%93}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-21','','','2025-02-13 10:12:25','2025-02-13 10:12:25','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-21/',0,'et_body_layout','',0),
(665,1,'2025-02-13 10:12:26','2025-02-13 10:12:26','[et_pb_section fb_built=\"1\" admin_label=\"Featured Image\" _builder_version=\"4.23.4\" _dynamic_attributes=\"background_image\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.8) 99%\" background_color_gradient_overlays_image=\"on\" background_image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" parallax=\"on\" custom_padding=\"12vw||8vw||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_title featured_image=\"off\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_font_size=\"72px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"24px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.15em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" meta_text_color=\"#FFFFFF\" text_orientation=\"center\" title_text_color=\"#FFFFFF\" author=\"A captivating visual of a sleek aircraft soaring through a clear blue sky, symbolizing the boundless opportunities in aviation.\" _builder_version=\"4.23.4\" _module_preset=\"79a2adbb-3832-47d2-b346-83b9ce28868f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_post_title][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Post\" _builder_version=\"4.23.4\" _module_preset=\"default\" custom_padding=\"0px|||||\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" custom_padding=\"1px|||||\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb content_max_width=\"100%\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"13px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" border_radii_image=\"on|100px|100px|100px|100px\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22,%22icon_color%22,%22body_link_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\" animation=\"off\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" icon_alignment=\"center\" image_icon_custom_margin=\"||||false|false\" image_icon_custom_padding=\"||||false|false\" body_link_text_color=\"gcid-primary-color\" title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJXcml0dGVuIEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9sYXN0X25hbWUiLCJsaW5rIjoib24iLCJsaW5rX2Rlc3RpbmF0aW9uIjoiYXV0aG9yX2FyY2hpdmUifX0=@\" image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" image_icon_width=\"70px\" _builder_version=\"4.23.4\" _dynamic_attributes=\"image,title\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" text_orientation=\"center\" custom_margin=\"-30px||||false|false\" hover_enabled=\"0\" border_width_all_image=\"10px\" border_color_all_image=\"#FFFFFF\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_content quote_border_color=\"gcid-secondary-color\" text_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" text_font_size=\"16px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"1.75em\" link_text_color=\"gcid-primary-color\" quote_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" quote_text_color=\"gcid-secondary-color\" quote_font_size=\"24px\" quote_font_size_tablet=\"18px\" quote_font_size_phone=\"15px\" quote_font_size_last_edited=\"on|desktop\" quote_line_height=\"1.4em\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"72px\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.15em\" header_2_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_2_text_color=\"gcid-heading-color\" header_2_font_size=\"50px\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" header_2_line_height=\"1.2em\" header_3_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_3_text_color=\"gcid-heading-color\" header_3_font_size=\"32px\" header_3_font_size_tablet=\"22px\" header_3_font_size_phone=\"17px\" header_3_font_size_last_edited=\"on|desktop\" header_3_line_height=\"1.3em\" header_4_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_4_text_color=\"gcid-heading-color\" header_4_font_size=\"24px\" header_4_font_size_tablet=\"18px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|tablet\" header_4_line_height=\"1.4em\" header_5_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_5_text_color=\"gcid-heading-color\" header_5_font_size=\"18px\" header_5_font_size_tablet=\"15px\" header_5_font_size_phone=\"14px\" header_5_font_size_last_edited=\"on|desktop\" header_5_line_height=\"1.4em\" header_6_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_6_text_color=\"gcid-heading-color\" header_6_line_height=\"1.5em\" header_6_font_size_tablet=\"13px\" header_6_font_size_phone=\"13px\" header_6_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" border_radii_image=\"on|6px|6px|6px|6px\" _builder_version=\"4.23.4\" _module_preset=\"fe3d0146-672d-4ba4-9e5d-b0288477ec8d\" custom_margin_tablet=\"60px||||false|false\" custom_margin_phone=\"30px||||false|false\" custom_margin_last_edited=\"off|desktop\" hover_enabled=\"0\"][/et_pb_post_content][et_pb_post_nav title_font=\"--et_global_body_font|700|||||||\" title_text_color=\"gcid-primary-color\" title_font_size=\"18px\" global_colors_info=\"{}\" title_font_size_last_edited=\"on|desktop\" title_font_size_tablet=\"15px\" title_font_size_phone=\"14px\" title_line_height=\"1.4em\" _builder_version=\"4.23.1\" _module_preset=\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\" hover_enabled=\"0\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Post Author\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" global_colors_info=\"{}\" background_color=\"rgba(0,0,0,0.05)\" background_enable_color=\"on\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb content_max_width=\"100%\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"13px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" border_radii_image=\"on|100px|100px|100px|100px\" global_colors_info=\"{}\" animation=\"off\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" icon_alignment=\"center\" image_icon_custom_margin=\"||||false|false\" image_icon_custom_padding=\"||||false|false\" body_link_text_color=\"gcid-primary-color\" title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJXcml0dGVuIEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9sYXN0X25hbWUiLCJsaW5rIjoib2ZmIiwibGlua19kZXN0aW5hdGlvbiI6ImF1dGhvcl9hcmNoaXZlIn19@\" image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" image_icon_width=\"64px\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title,content,image\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" text_orientation=\"center\" hover_enabled=\"0\"]undefined[/et_pb_blurb][et_pb_button custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-secondary-color\" button_border_radius=\"100px\" custom_padding=\"12px|24px|12px|24px|true|true\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" custom_padding__hover_enabled=\"off|desktop\" custom_padding__hover=\"|28px||20px|true|false\" button_bg_enable_color=\"on\" button_border_width=\"0px\" button_font=\"--et_global_body_font|700|||||||\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfdXJsIiwic2V0dGluZ3MiOnt9fQ==@\" button_text=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJNb3JlIFBvc3RzIGJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" button_alignment=\"center\" _builder_version=\"4.24.2\" _dynamic_attributes=\"button_text,button_url\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Related Posts\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"50px\" title_font_size_tablet=\"28px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" global_colors_info=\"{}\" title_level=\"h2\" custom_margin=\"||10px||false|false\" title=\"Explore More Insights\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\"][/et_pb_heading][et_pb_blog fullwidth=\"off\" show_more=\"on\" show_author=\"off\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"14.5px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" meta_text_color=\"gcid-primary-color\" read_more_font=\"--et_global_body_font|700|||||||\" read_more_text_color=\"gcid-secondary-color\" pagination_text_color=\"gcid-secondary-color\" pagination_font_size=\"18px\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"0px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" body_line_height=\"1.75em\" box_shadow_style=\"preset3\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" pagination_font_size_last_edited=\"on|tablet\" pagination_font_size_tablet=\"15px\" pagination_font_size_phone=\"14px\" body_text_color=\"gcid-body-color\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" pagination_font=\"--et_global_body_font|700|||||||\" posts_number=\"3\" include_categories=\"current\" offset_number=\"0\" _builder_version=\"4.24.2\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" hover_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Post Comments\" _builder_version=\"4.23.4\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_comments form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"#FFFFFF\" form_field_focus_text_color=\"#FFFFFF\" form_field_custom_padding=\"18px||18px||true|false\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"50px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.2em\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"#FFFFFF\" title_font_size=\"32px\" title_font_size_tablet=\"22px\" title_font_size_phone=\"17px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.3em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" meta_text_color=\"rgba(255,255,255,0.7)\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" form_field_font=\"Open Sans|500|||||||\" form_field_font_size=\"14px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"gcid-primary-color\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"--et_global_body_font|700|||||||\" button_custom_margin=\"||||false|false\" button_custom_padding=\"12px|24px|12px|24px|true|true\" border_radii_fields=\"on|6px|6px|6px|6px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(255,255,255,0.4)\" global_colors_info=\"{}\" background_enable_color=\"on\" use_background_color_gradient=\"off\" background_color_gradient_direction=\"180deg\" background_color_gradient_unit=\"%\" background_color_gradient_start=\"#2b87da\" background_color_gradient_start_position=\"0%\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_end_position=\"100%\" background_enable_image=\"on\" parallax=\"off\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" background_enable_video_mp4=\"on\" background_enable_video_webm=\"on\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" background_enable_pattern_style=\"off\" background_pattern_style=\"polka-dots\" background_pattern_repeat_origin=\"top_left\" background_pattern_horizontal_offset=\"0\" background_pattern_vertical_offset=\"0\" background_pattern_repeat=\"repeat\" background_enable_mask_style=\"off\" background_mask_style=\"layer-blob\" header_level=\"h1\" header_letter_spacing=\"0px\" header_text_shadow_style=\"none\" title_level=\"h3\" title_letter_spacing=\"0px\" title_text_shadow_style=\"none\" meta_font_size=\"14px\" meta_letter_spacing=\"0px\" meta_line_height=\"1em\" meta_text_shadow_style=\"none\" body_letter_spacing=\"0px\" body_text_shadow_style=\"none\" form_field_letter_spacing=\"0px\" form_field_line_height=\"1em\" form_field_text_shadow_style=\"none\" border_radii=\"on||||\" border_radii_image=\"on|200px|200px|200px|200px\" use_focus_border_color=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_repeat=\"off\" button_bg_color_gradient_type=\"linear\" button_bg_color_gradient_direction=\"180deg\" button_bg_color_gradient_direction_radial=\"center\" button_bg_color_gradient_stops=\"#2b87da 0%|#29c4a9 100%\" button_bg_color_gradient_unit=\"%\" button_bg_color_gradient_overlays_image=\"off\" button_bg_color_gradient_start=\"#2b87da\" button_bg_color_gradient_start_position=\"0%\" button_bg_color_gradient_end=\"#29c4a9\" button_bg_color_gradient_end_position=\"100%\" button_bg_enable_image=\"on\" button_bg_parallax=\"off\" button_bg_parallax_method=\"on\" button_bg_size=\"cover\" button_bg_position=\"center\" button_bg_repeat=\"no-repeat\" button_bg_blend=\"normal\" button_bg_enable_video_mp4=\"on\" button_bg_enable_video_webm=\"on\" button_bg_allow_player_pause=\"off\" button_bg_video_pause_outside_viewport=\"on\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style=\"none\" box_shadow_style_image=\"none\" box_shadow_style_fields=\"none\" box_shadow_style_button=\"none\" background_layout=\"light\" width=\"auto\" max_width=\"none\" min_height=\"auto\" height=\"auto\" max_height=\"none\" filter_hue_rotate=\"0deg\" filter_saturate=\"100%\" filter_brightness=\"100%\" filter_contrast=\"100%\" filter_invert=\"0%\" filter_sepia=\"0%\" filter_opacity=\"100%\" filter_blur=\"0px\" mix_blend_mode=\"normal\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" animation_style=\"none\" text_shadow_style=\"none\" positioning=\"none\" position_origin_a=\"top_left\" position_origin_f=\"top_left\" position_origin_r=\"top_left\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" sticky_position=\"none\" sticky_limit_top=\"none\" sticky_limit_bottom=\"none\" sticky_offset_surrounding=\"on\" sticky_transition=\"on\" button_bg_enable_color=\"on\" _builder_version=\"4.24.3\" _module_preset=\"a9e9087d-c8ca-430d-80d7-09bc55f127eb\" hover_enabled=\"0\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-22','','','2025-02-13 10:12:26','2025-02-13 10:12:26','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-22/',0,'et_body_layout','',0),
(666,1,'2025-02-13 10:12:27','2025-02-13 10:12:27','[et_pb_section fb_built=\"1\" admin_label=\"Meet Our Team of Experts\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" align=\"center\" _builder_version=\"4.25.2\" _dynamic_attributes=\"src\" _module_preset=\"d0922e87-91bd-4a92-93b6-ba97284f635a\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZmlyc3RfbGFzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_level=\"h1\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]undefined[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJQb3N0IEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"3\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-23','','','2025-02-13 10:12:27','2025-02-13 10:12:27','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-23/',0,'et_body_layout','',0),
(667,1,'2025-02-13 10:12:28','2025-02-13 10:12:28','[et_pb_section fb_built=\"1\" admin_label=\"Explore Our Aviation Training Programs\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_search placeholder=\"Refine Your Search\" _builder_version=\"4.25.2\" _module_preset=\"d0411139-1926-43ca-9445-1b8529551c5f\" max_width=\"500px\" global_colors_info=\"{}\"][/et_pb_search][et_pb_blog use_current_loop=\"on\" show_thumbnail=\"off\" show_more=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.25.2\" _module_preset=\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-24','','','2025-02-13 10:12:28','2025-02-13 10:12:28','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-24/',0,'et_body_layout','',0),
(668,1,'2025-02-13 10:12:29','2025-02-13 10:12:29','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"404\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.17.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Oops! Page Not Found\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>We\'re sorry, but the page you\'re looking for doesn\'t exist. Please check the URL or return to the homepage.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back Home\" module_class=\"ai_ignore_all\" _builder_version=\"4.23.1\" _dynamic_attributes=\"button_url\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/01/fourzerofour-3.png\" title_text=\"fourzerofour-3\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-25','','','2025-02-13 10:12:29','2025-02-13 10:12:29','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-25/',0,'et_body_layout','',0),
(669,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','Theme Builder','','publish','closed','closed','','theme-builder','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),
(670,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','Default Website Template','','publish','closed','closed','','default-website-template-5','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_template/default-website-template-5/',0,'et_template','',0),
(671,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','All Category Pages','','publish','closed','closed','','all-category-pages-5','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_template/all-category-pages-5/',0,'et_template','',0),
(672,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','All Posts','','publish','closed','closed','','all-posts-5','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_template/all-posts-5/',0,'et_template','',0),
(673,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','All Author Pages','','publish','closed','closed','','all-author-pages-5','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_template/all-author-pages-5/',0,'et_template','',0),
(674,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','Search Results','','publish','closed','closed','','search-results-5','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_template/search-results-5/',0,'et_template','',0),
(675,1,'2025-02-13 10:12:31','2025-02-13 10:12:31','','404 Page','','publish','closed','closed','','404-page-5','','','2025-02-13 10:12:31','2025-02-13 10:12:31','',0,'https://asyahavacilik.com/index.php/et_template/404-page-5/',0,'et_template','',0),
(676,1,'2025-02-13 10:14:14','2025-02-13 10:14:14','{\n    \"Divi::nav_menu_locations[primary-menu]\": {\n        \"value\": 6,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:14:14\"\n    }\n}','','','trash','closed','closed','','f9d7f0a2-ecb4-4e01-8868-a255c00bcc21','','','2025-02-13 10:14:14','2025-02-13 10:14:14','',0,'https://asyahavacilik.com/index.php/2025/02/13/f9d7f0a2-ecb4-4e01-8868-a255c00bcc21/',0,'customize_changeset','',0),
(677,1,'2025-02-13 10:15:22','2025-02-13 10:15:22','{\n    \"nav_menu_item[515]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 514,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/home/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[519]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 518,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/about/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[517]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 516,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/services/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 30,\n            \"status\": \"publish\",\n            \"original_title\": \"Services\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[608]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 550,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/corporate/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 31,\n            \"status\": \"publish\",\n            \"original_title\": \"Corporate\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[521]\": {\n        \"value\": {\n            \"menu_item_parent\": 608,\n            \"object_id\": 520,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/fleet/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 32,\n            \"status\": \"publish\",\n            \"original_title\": \"Fleet\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[523]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 522,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 33,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[609]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 551,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/gallery/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 34,\n            \"status\": \"publish\",\n            \"original_title\": \"Gallery\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[610]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 552,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/trainings/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Trainings\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[611]\": {\n        \"value\": {\n            \"menu_item_parent\": 610,\n            \"object_id\": 553,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/airline-pilot-atpl-trainings/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"Airline Pilot ATPL Trainings\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[612]\": {\n        \"value\": {\n            \"menu_item_parent\": 611,\n            \"object_id\": 554,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/special-atpl-training-for-students/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Students\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[613]\": {\n        \"value\": {\n            \"menu_item_parent\": 611,\n            \"object_id\": 555,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/special-atpl-training-for-cabin-attendants/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Cabin Attendants\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[614]\": {\n        \"value\": {\n            \"menu_item_parent\": 611,\n            \"object_id\": 556,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/airline-transport-pilot-license-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Airline Transport Pilot License Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[615]\": {\n        \"value\": {\n            \"menu_item_parent\": 611,\n            \"object_id\": 557,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/special-atpl-training-for-employees/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Employees\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[616]\": {\n        \"value\": {\n            \"menu_item_parent\": 610,\n            \"object_id\": 558,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/other-pilot-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Other Pilot Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[617]\": {\n        \"value\": {\n            \"menu_item_parent\": 616,\n            \"object_id\": 559,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/flight-instructor/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"Flight Instructor\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[618]\": {\n        \"value\": {\n            \"menu_item_parent\": 616,\n            \"object_id\": 560,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/sep-renewal/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 11,\n            \"status\": \"publish\",\n            \"original_title\": \"SEP Renewal\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[619]\": {\n        \"value\": {\n            \"menu_item_parent\": 610,\n            \"object_id\": 561,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/modular-pilotage/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 12,\n            \"status\": \"publish\",\n            \"original_title\": \"Modular Pilotage\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[620]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 562,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/ppl-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 13,\n            \"status\": \"publish\",\n            \"original_title\": \"PPL Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[621]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 563,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/atpl-theory/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 14,\n            \"status\": \"publish\",\n            \"original_title\": \"ATPL Theory\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[622]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 564,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/pic/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 15,\n            \"status\": \"publish\",\n            \"original_title\": \"PIC\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[623]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 565,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/night-vfr/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 16,\n            \"status\": \"publish\",\n            \"original_title\": \"Night VFR\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[624]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 566,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/cpl-commercial-pilot/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 17,\n            \"status\": \"publish\",\n            \"original_title\": \"CPL Commercial Pilot\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[625]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 567,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/ir-instrument-flight/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 18,\n            \"status\": \"publish\",\n            \"original_title\": \"IR Instrument Flight\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[626]\": {\n        \"value\": {\n            \"menu_item_parent\": 619,\n            \"object_id\": 568,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/multi-motor-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 19,\n            \"status\": \"publish\",\n            \"original_title\": \"Multi-Motor Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[627]\": {\n        \"value\": {\n            \"menu_item_parent\": 610,\n            \"object_id\": 569,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 20,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV TRAINING\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[628]\": {\n        \"value\": {\n            \"menu_item_parent\": 627,\n            \"object_id\": 570,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-1-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 21,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV 1 Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[629]\": {\n        \"value\": {\n            \"menu_item_parent\": 627,\n            \"object_id\": 571,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-2-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 22,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV 2 Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[630]\": {\n        \"value\": {\n            \"menu_item_parent\": 627,\n            \"object_id\": 572,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-pesticide-spraying-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 23,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Pesticide Spraying Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[631]\": {\n        \"value\": {\n            \"menu_item_parent\": 627,\n            \"object_id\": 573,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/fpv-drone-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 24,\n            \"status\": \"publish\",\n            \"original_title\": \"FPV Drone Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[632]\": {\n        \"value\": {\n            \"menu_item_parent\": 627,\n            \"object_id\": 574,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-mapping-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 25,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Mapping Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[633]\": {\n        \"value\": {\n            \"menu_item_parent\": 627,\n            \"object_id\": 575,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-professional-video-traininig/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 26,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Professional Video Traininig\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[634]\": {\n        \"value\": {\n            \"menu_item_parent\": 610,\n            \"object_id\": 576,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/experience-flights/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 27,\n            \"status\": \"publish\",\n            \"original_title\": \"EXPERIENCE FLIGHTS\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[635]\": {\n        \"value\": {\n            \"menu_item_parent\": 634,\n            \"object_id\": 577,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/cockpit-experience/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 28,\n            \"status\": \"publish\",\n            \"original_title\": \"Cockpit Experience\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    },\n    \"nav_menu_item[636]\": {\n        \"value\": {\n            \"menu_item_parent\": 634,\n            \"object_id\": 578,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/simulator-flight/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 29,\n            \"status\": \"publish\",\n            \"original_title\": \"Simulator Flight\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:15:22\"\n    }\n}','','','trash','closed','closed','','86b31cea-a39b-4021-b3d4-fad3d11a62eb','','','2025-02-13 10:15:22','2025-02-13 10:15:22','',0,'https://asyahavacilik.com/index.php/2025/02/13/86b31cea-a39b-4021-b3d4-fad3d11a62eb/',0,'customize_changeset','',0),
(678,1,'2025-02-13 10:17:18','2025-02-13 10:17:18','{\n    \"Divi::nav_menu_locations[secondary-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:16:52\"\n    },\n    \"nav_menu_item[523]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 522,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 34,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:17:18\"\n    },\n    \"nav_menu_item[609]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 551,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Page\",\n            \"url\": \"https://asyahavacilik.com/index.php/gallery/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 33,\n            \"status\": \"publish\",\n            \"original_title\": \"Gallery\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 10:17:18\"\n    }\n}','','','trash','closed','closed','','c670b188-dd6b-4c4d-baf3-cceece2d1d07','','','2025-02-13 10:17:18','2025-02-13 10:17:18','',0,'https://asyahavacilik.com/?p=678',0,'customize_changeset','',0),
(684,1,'2025-02-13 10:29:23','2025-02-13 10:29:23','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-13 10:29:23','2025-02-13 10:29:23','',553,'https://asyahavacilik.com/?p=684',0,'revision','',0),
(933,1,'2025-02-17 00:23:39','2025-02-17 00:23:39','','','','inherit','open','closed','','pilot','','','2025-02-17 00:23:54','2025-02-17 00:23:54','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/pilot.jpg',0,'attachment','image/jpeg',0),
(1140,1,'2025-02-20 01:02:47','2025-02-20 01:02:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color=\"#0C71C3\" use_background_color_gradient=\"off\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Our Premier ATPL Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\"]<p>Embark on your journey to becoming a certified airline pilot with our comprehensive ATPL training courses, designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation by providing top-tier training programs for aspiring airline pilots. Our commitment to excellence is reflected in our rigorous ATPL courses, which are designed to meet the highest industry standards. With a team of experienced instructors and state-of-the-art facilities, we ensure that our students receive the best education and training to excel in their aviation careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our ATPL Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Integrated ATPL Course\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our Integrated ATPL course is a fast-track program that combines theoretical knowledge with practical flight training, allowing students to achieve their pilot licenses in a structured and efficient manner. Duration: 18 months.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Modular ATPL Course\" use_icon=\"on\" font_icon=\"&#xf812;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The Modular ATPL course offers flexibility for students who wish to complete their training in stages. This program is ideal for those who need to balance their studies with other commitments. Duration: Varies based on student pace.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Multi-Crew Cooperation (MCC) Course\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our MCC course focuses on developing the skills necessary for effective teamwork in a multi-crew cockpit environment, preparing students for real-world airline operations. Duration: 2 weeks.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Jet Orientation Course (JOC)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The JOC provides essential training for transitioning from propeller-driven aircraft to jet-powered airliners, emphasizing handling and performance differences. Duration: 1 week.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the ATPL training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-11-800x800-1-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The comprehensive curriculum and hands-on flight experience prepared me thoroughly for my aviation career. I highly recommend Asya Havacılık to aspiring pilots.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||31px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık\'s ATPL program exceeded my expectations. The state-of-the-art simulators and real-world training scenarios were invaluable.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||-3px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I am grateful for the mentorship and guidance I received during my training. The skills I developed here have been crucial in my career advancement.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"ATPL Open Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an informative session about our ATPL training programs, meet our instructors, and tour our facilities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Information Session\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Discover the benefits of training at Asya Havacılık. Our team will answer all your questions about the ATPL courses.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Pilot Career Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Explore career opportunities in aviation and hear from industry experts about the future of piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Simulator Experience Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Experience our flight simulators firsthand and see what it\'s like to train as a pilot at Asya Havacılık.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"ATPL Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Our ATPL training programs are designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#0077b6\" icon_color=\"#0077b6\" _builder_version=\"4.24.2\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22#0077b6%22:%91%22icon_color%22,%22open_toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The ATPL training program typically takes 18 to 24 months to complete, depending on the student\'s pace and schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the ATPL courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students. Please contact our admissions office for more details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you provide job placement assistance after graduation?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer career support services, including resume workshops and interview preparation, to help graduates secure positions in the aviation industry.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What kind of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a fleet of modern aircraft, including single-engine and multi-engine planes, as well as advanced flight simulators.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any opportunities for international students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we welcome international students and provide support with visa applications and accommodation arrangements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_link_font=\"||||||||\" background_enable_color=\"off\" use_background_color=\"off\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to take the next step in your aviation journey? Enroll in our comprehensive ATPL training programs at Asya Havacılık and soar to new heights. Contact us today for more information and start your path to becoming a skilled airline pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-20 01:02:47','2025-02-20 01:02:47','',553,'https://asyahavacilik.com/?p=1140',0,'revision','',0),
(962,1,'2025-02-17 02:26:34','2025-02-17 02:26:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\" sticky_enabled=\"0\" background_color=\"#0C71C3\" use_background_color_gradient=\"off\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Our Premier ATPL Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on your journey to becoming a certified airline pilot with our comprehensive ATPL training courses, designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation by providing top-tier training programs for aspiring airline pilots. Our commitment to excellence is reflected in our rigorous ATPL courses, which are designed to meet the highest industry standards. With a team of experienced instructors and state-of-the-art facilities, we ensure that our students receive the best education and training to excel in their aviation careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our ATPL Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Integrated ATPL Course\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our Integrated ATPL course is a fast-track program that combines theoretical knowledge with practical flight training, allowing students to achieve their pilot licenses in a structured and efficient manner. Duration: 18 months.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Modular ATPL Course\" use_icon=\"on\" font_icon=\"&#xf812;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The Modular ATPL course offers flexibility for students who wish to complete their training in stages. This program is ideal for those who need to balance their studies with other commitments. Duration: Varies based on student pace.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Multi-Crew Cooperation (MCC) Course\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our MCC course focuses on developing the skills necessary for effective teamwork in a multi-crew cockpit environment, preparing students for real-world airline operations. Duration: 2 weeks.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Jet Orientation Course (JOC)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The JOC provides essential training for transitioning from propeller-driven aircraft to jet-powered airliners, emphasizing handling and performance differences. Duration: 1 week.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the ATPL training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-11-800x800-1-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The comprehensive curriculum and hands-on flight experience prepared me thoroughly for my aviation career. I highly recommend Asya Havacılık to aspiring pilots.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||31px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık\'s ATPL program exceeded my expectations. The state-of-the-art simulators and real-world training scenarios were invaluable.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||-3px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I am grateful for the mentorship and guidance I received during my training. The skills I developed here have been crucial in my career advancement.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"ATPL Open Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an informative session about our ATPL training programs, meet our instructors, and tour our facilities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Information Session\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-5879d247-07b5-4184-a706-8e152c001b88-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Discover the benefits of training at Asya Havacılık. Our team will answer all your questions about the ATPL courses.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Pilot Career Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Explore career opportunities in aviation and hear from industry experts about the future of piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Simulator Experience Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Experience our flight simulators firsthand and see what it\'s like to train as a pilot at Asya Havacılık.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"ATPL Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Our ATPL training programs are designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#0077b6\" icon_color=\"#0077b6\" _builder_version=\"4.24.2\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22#0077b6%22:%91%22icon_color%22,%22open_toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The ATPL training program typically takes 18 to 24 months to complete, depending on the student\'s pace and schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the ATPL courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students. Please contact our admissions office for more details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you provide job placement assistance after graduation?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer career support services, including resume workshops and interview preparation, to help graduates secure positions in the aviation industry.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What kind of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a fleet of modern aircraft, including single-engine and multi-engine planes, as well as advanced flight simulators.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any opportunities for international students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we welcome international students and provide support with visa applications and accommodation arrangements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_link_font=\"||||||||\" background_enable_color=\"off\" use_background_color=\"off\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to take the next step in your aviation journey? Enroll in our comprehensive ATPL training programs at Asya Havacılık and soar to new heights. Contact us today for more information and start your path to becoming a skilled airline pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-17 02:26:34','2025-02-17 02:26:34','',553,'https://asyahavacilik.com/?p=962',0,'revision','',0),
(682,1,'2025-02-13 10:28:36','2025-02-13 10:28:36','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" submenu_direction=\"downwards\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_text_color=\"#5b81bf\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-13 10:28:36','2025-02-13 10:28:36','',662,'https://asyahavacilik.com/?p=682',0,'revision','',0),
(945,1,'2025-02-17 02:09:54','2025-02-17 02:09:54','','new-portrait-8-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-8-800x800-1-2-800x800','','','2025-02-17 02:09:54','2025-02-17 02:09:54','',0,'https://asyahavacilik.com/new-portrait-8-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(943,1,'2025-02-17 02:09:54','2025-02-17 02:09:54','','new-portrait-12-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-12-800x800-1-2-800x800','','','2025-02-17 02:09:54','2025-02-17 02:09:54','',0,'https://asyahavacilik.com/new-portrait-12-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(944,1,'2025-02-17 02:09:54','2025-02-17 02:09:54','','new-portrait-11-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-1-800x800','','','2025-02-17 02:09:54','2025-02-17 02:09:54','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(946,1,'2025-02-17 02:09:54','2025-02-17 02:09:54','','new-portrait-7-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-7-800x800-1-1-800x800','','','2025-02-17 02:09:54','2025-02-17 02:09:54','',0,'https://asyahavacilik.com/new-portrait-7-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(948,1,'2025-02-17 02:09:55','2025-02-17 02:09:55','','0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600','','inherit','open','closed','','0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600','','','2025-02-17 02:09:55','2025-02-17 02:09:55','',0,'https://asyahavacilik.com/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600/',0,'attachment','image/jpeg',0),
(952,1,'2025-02-17 02:09:56','2025-02-17 02:09:56','','0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600','','inherit','open','closed','','0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600','','','2025-02-17 02:09:56','2025-02-17 02:09:56','',0,'https://asyahavacilik.com/0-5cd0729a-e297-4bb1-9c18-4abf4b44b8bd-1080x600/',0,'attachment','image/jpeg',0),
(949,1,'2025-02-17 02:09:55','2025-02-17 02:09:55','','','','inherit','open','closed','','0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600','','','2025-02-17 02:11:39','2025-02-17 02:11:39','',0,'https://asyahavacilik.com/0-7472d688-9ebd-4673-b64a-c9cfb02bd735-800x600/',0,'attachment','image/jpeg',0),
(955,1,'2025-02-17 02:15:45','2025-02-17 02:15:45','','','','inherit','open','closed','','a1','','','2025-02-17 02:15:55','2025-02-17 02:15:55','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/a1.jpg',0,'attachment','image/jpeg',0),
(950,1,'2025-02-17 02:09:55','2025-02-17 02:09:55','','0-5879d247-07b5-4184-a706-8e152c001b88-800x600','','inherit','open','closed','','0-5879d247-07b5-4184-a706-8e152c001b88-800x600','','','2025-02-17 02:09:55','2025-02-17 02:09:55','',0,'https://asyahavacilik.com/0-5879d247-07b5-4184-a706-8e152c001b88-800x600/',0,'attachment','image/jpeg',0),
(951,1,'2025-02-17 02:09:55','2025-02-17 02:09:55','','0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600','','inherit','open','closed','','0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600','','','2025-02-17 02:09:55','2025-02-17 02:09:55','',0,'https://asyahavacilik.com/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600/',0,'attachment','image/jpeg',0),
(954,1,'2025-02-17 02:10:02','2025-02-17 02:10:02','','0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600','','inherit','open','closed','','0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600','','','2025-02-17 02:10:02','2025-02-17 02:10:02','',0,'https://asyahavacilik.com/0-03b23786-21b8-4470-aaaa-f687a0362b91-1080x600/',0,'attachment','image/jpeg',0),
(956,1,'2025-02-17 02:17:07','2025-02-17 02:17:07','','','','inherit','open','closed','','a2','','','2025-02-17 02:17:13','2025-02-17 02:17:13','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg',0,'attachment','image/jpeg',0),
(692,1,'2025-02-16 00:22:53','2025-02-16 00:22:53','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-divi','','','2025-02-16 00:22:53','2025-02-16 00:22:53','',0,'https://asyahavacilik.com/index.php/2025/02/16/wp-global-styles-divi/',0,'wp_global_styles','',0),
(699,1,'2025-02-16 00:47:02','2025-02-16 00:47:02','{\n    \"Divi::nav_menu_locations[primary-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:47:02\"\n    }\n}','','','trash','closed','closed','','74fc5cf9-f105-43c6-99a5-7d655d757966','','','2025-02-16 00:47:02','2025-02-16 00:47:02','',0,'https://asyahavacilik.com/index.php/2025/02/16/74fc5cf9-f105-43c6-99a5-7d655d757966/',0,'customize_changeset','',0),
(877,1,'2025-02-16 23:44:47','2025-02-16 23:44:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" custom_padding=\"||19px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>456 Aviation Lane, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" custom_margin=\"|auto|47px|auto||\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" locked=\"off\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_text_align=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-16 23:44:47','2025-02-16 23:44:47','',648,'https://asyahavacilik.com/?p=877',0,'revision','',0),
(871,1,'2025-02-16 23:06:45','2025-02-16 23:06:45','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Reach out to us for any inquiries or information about our aviation training programs. We\'re here to help you soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Contact Us Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1640622659613-26d7d08893e4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin_tablet=\"-9vw|||-3vw|false|false\" custom_margin_phone=\"-9vw|||-3vw|false|false\" custom_margin_last_edited=\"off|desktop\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>456 Aviation Lane, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1725715010946-ad09c8f8734e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxzY2hvb2wlMjBtYXB8ZW58MHwwfHx8MTczOTQ0MTUyMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Istanbul, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Social Media\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Follow Us on Social Media\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_social_media_follow _builder_version=\"4.24.3\" _module_preset=\"7be8c617-29e2-41c9-9434-040d91366c53\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.18.0\" _module_preset=\"f1dd5e12-c7bf-49b7-b6fd-e07d76a0a965\" hover_enabled=\"0\"]<a href=\"https://www.facebook.com/asyahavacilik\">Follow us on Facebook</a>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.18.0\" _module_preset=\"f1dd5e12-c7bf-49b7-b6fd-e07d76a0a965\" hover_enabled=\"0\"]<a href=\"https://www.twitter.com/asyahavacilik\">Join us on Twitter</a>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.18.0\" _module_preset=\"f1dd5e12-c7bf-49b7-b6fd-e07d76a0a965\" hover_enabled=\"0\"]<a href=\"https://www.instagram.com/asyahavacilik\">See our Instagram</a>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1611162616475-46b635cb6868?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxzb2NpYWwlMjBtZWRpYSUyMGljb25zfGVufDB8MHx8fDE3Mzk0NDE1MjB8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Stay Connected with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Get in Touch\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-16 23:06:45','2025-02-16 23:06:45','',648,'https://asyahavacilik.com/?p=871',0,'revision','',0),
(133,1,'2025-02-13 00:32:26','2025-02-13 00:32:26','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_enable_color=\"off\" custom_padding=\"0px||0px||true|\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-secondary-color\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px|10%|0px|10%|true|true\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\" background__hover_enabled=\"off|desktop\" background_color__hover=\"#000000\" background_enable_color__hover=\"on\" custom_padding__hover_enabled=\"off|desktop\" custom_padding__hover=\"5px||5px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_enable_color=\"off\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"15px||15px||true|false\" custom_padding_phone=\"15px||15px||true|false\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][et_pb_heading title=\"Explore Our Flight School and Maintenance Services\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_free_form=\"selector h4 {padding-bottom: 0;}\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_padding=\"10px||10px||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"20px|20px|20px|20px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV9sb2dvIiwic2V0dGluZ3MiOnt9fQ==@\" title_text=\"divi-logo-48\" url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" align=\"center\" _builder_version=\"4.25.2\" _dynamic_attributes=\"url,src\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" max_height=\"64px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-primary-color\" custom_padding=\"4px||4px||true|false\" border_radii=\"off|6px|6px||\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"13\" menu_style=\"centered\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.25.2\" _dynamic_attributes=\"logo_url\" _module_preset=\"e8be909b-185e-4d2d-8162-f83b48a4e099\" background_color=\"RGBA(0,0,0,0)\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout','','','2025-02-13 00:32:26','2025-02-13 00:32:26','',0,'https://asyahavacilik.com/index.php/et_header_layout/theme-builder-layout/',0,'et_header_layout','',0),
(134,1,'2025-02-13 00:32:27','2025-02-13 00:32:27','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Services\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Flight School Overview</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Aircraft Maintenance</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Training Programs</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Our Mission & Values</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Our Expertise</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Achievements</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Industry Experience</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Airline Transport Pilot License</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Special ATPL for Students</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Cabin Crew Training</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Employee Training Programs</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Pilot Training Courses\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Private Pilot License</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Commercial Pilot License</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Instrument Rating</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Multi-Engine Training</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Drone & Simulator\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">UAV Training</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">FPV Drone Courses</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Simulator Experience</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Professional Video Training</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"30px||||false|false\" custom_margin_tablet=\"20px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|phone\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"none\" menu_style=\"centered\" submenu_direction=\"upwards\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.23.1\" _dynamic_attributes=\"logo_url\" _module_preset=\"7dc25787-9019-4068-8db4-01d795c014df\" custom_margin=\"-18px||||false|false\" custom_margin_tablet=\"0px||||false|false\" custom_margin_phone=\"0px||||false|false\" custom_margin_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\" menu_text_color__hover=\"#161DF4\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout','','','2025-02-13 00:32:27','2025-02-13 00:32:27','',0,'https://asyahavacilik.com/index.php/et_footer_layout/theme-builder-layout/',0,'et_footer_layout','',0),
(135,1,'2025-02-13 00:32:28','2025-02-13 00:32:28','[et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"9\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Newsletter\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Our Skyward Journey\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.24.3\" _module_preset=\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22background_color%22%93}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout','','','2025-02-13 00:32:28','2025-02-13 00:32:28','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout/',0,'et_body_layout','',0),
(136,1,'2025-02-13 00:32:29','2025-02-13 00:32:29','[et_pb_section fb_built=\"1\" admin_label=\"Post\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_title featured_image=\"off\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_font_size=\"72px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"24px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.15em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" meta_text_color=\"gcid-primary-color\" text_orientation=\"center\" title_text_color=\"gcid-heading-color\" global_colors_info=\"{}\" _builder_version=\"4.24.3\" _module_preset=\"8759101f-6394-4d77-bea6-88627ad57e19\" hover_enabled=\"0\"][/et_pb_post_title][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.24.3\" _dynamic_attributes=\"src\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_content quote_border_color=\"gcid-secondary-color\" text_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" text_font_size=\"16px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"1.75em\" link_text_color=\"gcid-primary-color\" quote_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" quote_text_color=\"gcid-secondary-color\" quote_font_size=\"24px\" quote_font_size_tablet=\"18px\" quote_font_size_phone=\"15px\" quote_font_size_last_edited=\"on|desktop\" quote_line_height=\"1.4em\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"72px\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.15em\" header_2_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_2_text_color=\"gcid-heading-color\" header_2_font_size=\"50px\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" header_2_line_height=\"1.2em\" header_3_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_3_text_color=\"gcid-heading-color\" header_3_font_size=\"32px\" header_3_font_size_tablet=\"22px\" header_3_font_size_phone=\"17px\" header_3_font_size_last_edited=\"on|desktop\" header_3_line_height=\"1.3em\" header_4_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_4_text_color=\"gcid-heading-color\" header_4_font_size=\"24px\" header_4_font_size_tablet=\"18px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|tablet\" header_4_line_height=\"1.4em\" header_5_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_5_text_color=\"gcid-heading-color\" header_5_font_size=\"18px\" header_5_font_size_tablet=\"15px\" header_5_font_size_phone=\"14px\" header_5_font_size_last_edited=\"on|desktop\" header_5_line_height=\"1.4em\" header_6_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_6_text_color=\"gcid-heading-color\" header_6_line_height=\"1.5em\" header_6_font_size_tablet=\"13px\" header_6_font_size_phone=\"13px\" header_6_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_2_text_color%22,%22header_3_text_color%22,%22header_4_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22gcid-primary-color%22:%91%22link_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_text_color%22%93}\" border_radii_image=\"on|6px|6px|6px|6px\" _builder_version=\"4.24.3\" _module_preset=\"fe3d0146-672d-4ba4-9e5d-b0288477ec8d\" hover_enabled=\"0\"][/et_pb_post_content][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_nav title_font=\"--et_global_body_font|700|||||||\" title_text_color=\"gcid-primary-color\" title_font_size=\"18px\" global_colors_info=\"{}\" title_font_size_last_edited=\"on|desktop\" title_font_size_tablet=\"15px\" title_font_size_phone=\"14px\" title_line_height=\"1.4em\" _builder_version=\"4.24.3\" _module_preset=\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\" hover_enabled=\"0\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Post Author\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" global_colors_info=\"{}\" background_color=\"rgba(0,0,0,0.05)\" background_enable_color=\"on\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb content_max_width=\"100%\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"13px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" border_radii_image=\"on|100px|100px|100px|100px\" global_colors_info=\"{}\" animation=\"off\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" icon_alignment=\"center\" image_icon_custom_margin=\"||||false|false\" image_icon_custom_padding=\"||||false|false\" body_link_text_color=\"gcid-primary-color\" title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJXcml0dGVuIEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9sYXN0X25hbWUiLCJsaW5rIjoib2ZmIiwibGlua19kZXN0aW5hdGlvbiI6ImF1dGhvcl9hcmNoaXZlIn19@\" image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" image_icon_width=\"64px\" _builder_version=\"4.24.3\" _dynamic_attributes=\"title,content,image\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" text_orientation=\"center\" hover_enabled=\"0\"]Written by our team of experienced aviation professionals, dedicated to sharing their knowledge and passion for flying.[/et_pb_blurb][et_pb_button custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-secondary-color\" button_border_radius=\"100px\" custom_padding=\"12px|24px|12px|24px|true|true\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" custom_padding__hover_enabled=\"off|desktop\" custom_padding__hover=\"|28px||20px|true|false\" button_bg_enable_color=\"on\" button_border_width=\"0px\" button_font=\"--et_global_body_font|700|||||||\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfdXJsIiwic2V0dGluZ3MiOnt9fQ==@\" button_text=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJNb3JlIFBvc3RzIGJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" button_alignment=\"center\" _builder_version=\"4.24.3\" _dynamic_attributes=\"button_text,button_url\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Related Posts\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"50px\" title_font_size_tablet=\"28px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" global_colors_info=\"{}\" title_level=\"h2\" custom_margin=\"||10px||false|false\" title=\"Explore More Aviation Insights\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\"][/et_pb_heading][et_pb_blog fullwidth=\"off\" show_more=\"on\" show_author=\"off\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"14.5px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" meta_text_color=\"gcid-primary-color\" read_more_font=\"--et_global_body_font|700|||||||\" read_more_text_color=\"gcid-secondary-color\" pagination_text_color=\"gcid-secondary-color\" pagination_font_size=\"18px\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"0px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" body_line_height=\"1.75em\" box_shadow_style=\"preset3\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" pagination_font_size_last_edited=\"on|tablet\" pagination_font_size_tablet=\"15px\" pagination_font_size_phone=\"14px\" body_text_color=\"gcid-body-color\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" pagination_font=\"--et_global_body_font|700|||||||\" posts_number=\"3\" include_categories=\"current\" show_pagination=\"off\" offset_number=\"0\" _builder_version=\"4.24.3\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" hover_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"We value your feedback and invite you to share your thoughts and experiences with us. Your comments help us improve and continue providing exceptional service at Asya Havacılık. Please leave your comments below.\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_comments form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"gcid-body-color\" form_field_focus_text_color=\"gcid-body-color\" form_field_custom_padding=\"18px||18px||true|false\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"50px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.2em\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"32px\" title_font_size_tablet=\"22px\" title_font_size_phone=\"17px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.3em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" form_field_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" form_field_font_size=\"14px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-primary-color\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"--et_global_body_font|700|||||||\" button_custom_margin=\"||||false|false\" button_custom_padding=\"12px|24px|12px|24px|true|true\" border_radii_fields=\"on|6px|6px|6px|6px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(0,0,0,0.08)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" meta_text_color=\"#000000\" button_bg_enable_color=\"on\" border_radii_image=\"on|200px|200px|200px|200px\" _builder_version=\"4.24.3\" _module_preset=\"abb240a2-a953-4e48-8a6f-4661409a9742\" hover_enabled=\"0\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-2','','','2025-02-13 00:32:29','2025-02-13 00:32:29','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-2/',0,'et_body_layout','',0),
(137,1,'2025-02-13 00:32:30','2025-02-13 00:32:30','[et_pb_section fb_built=\"1\" admin_label=\"Our Team of Experts\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"src\" _module_preset=\"d0922e87-91bd-4a92-93b6-ba97284f635a\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZmlyc3RfbGFzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_level=\"h1\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]undefined[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJQb3N0IEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"3\" _builder_version=\"4.25.2\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-3','','','2025-02-13 00:32:30','2025-02-13 00:32:30','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-3/',0,'et_body_layout','',0),
(138,1,'2025-02-13 00:32:31','2025-02-13 00:32:31','[et_pb_section fb_built=\"1\" admin_label=\"Explore Our Comprehensive Training Programs\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_search placeholder=\"Refine Your Search\" _builder_version=\"4.25.2\" _module_preset=\"d0411139-1926-43ca-9445-1b8529551c5f\" max_width=\"500px\" global_colors_info=\"{}\"][/et_pb_search][et_pb_blog use_current_loop=\"on\" show_thumbnail=\"off\" show_more=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.25.2\" _module_preset=\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-4','','','2025-02-13 00:32:31','2025-02-13 00:32:31','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-4/',0,'et_body_layout','',0),
(139,1,'2025-02-13 00:32:32','2025-02-13 00:32:32','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"404\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.5) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2023/11/1920x1080.jpg\" min_height=\"100vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"404\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" title_font_size=\"10vw\" title_line_height=\"1em\" title_font_size_tablet=\"10vw\" title_font_size_phone=\"10vw\" title_font_size_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Page Not Found - Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Oops! The page you\'re looking for doesn\'t exist. Please return to the homepage or explore our flight training and maintenance services.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back Home\" button_alignment=\"center\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _dynamic_attributes=\"button_url\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-5','','','2025-02-13 00:32:32','2025-02-13 00:32:32','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-5/',0,'et_body_layout','',0),
(140,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','Theme Builder','','trash','closed','closed','','theme-builder__trashed','','','2025-02-13 00:45:14','2025-02-13 00:45:14','',0,'https://asyahavacilik.com/index.php/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),
(141,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','Default Website Template','','publish','closed','closed','','default-website-template','','','2025-02-13 00:32:35','2025-02-13 00:32:35','',0,'https://asyahavacilik.com/index.php/et_template/default-website-template/',0,'et_template','',0),
(142,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','All Category Pages','','publish','closed','closed','','all-category-pages','','','2025-02-13 00:32:35','2025-02-13 00:32:35','',0,'https://asyahavacilik.com/index.php/et_template/all-category-pages/',0,'et_template','',0),
(143,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','All Posts','','publish','closed','closed','','all-posts','','','2025-02-13 00:32:35','2025-02-13 00:32:35','',0,'https://asyahavacilik.com/index.php/et_template/all-posts/',0,'et_template','',0),
(144,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','All Author Pages','','publish','closed','closed','','all-author-pages','','','2025-02-13 00:32:35','2025-02-13 00:32:35','',0,'https://asyahavacilik.com/index.php/et_template/all-author-pages/',0,'et_template','',0),
(145,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','Search Results','','publish','closed','closed','','search-results','','','2025-02-13 00:32:35','2025-02-13 00:32:35','',0,'https://asyahavacilik.com/index.php/et_template/search-results/',0,'et_template','',0),
(146,1,'2025-02-13 00:32:35','2025-02-13 00:32:35','','404 Page','','publish','closed','closed','','404-page','','','2025-02-13 00:32:35','2025-02-13 00:32:35','',0,'https://asyahavacilik.com/index.php/et_template/404-page/',0,'et_template','',0),
(700,1,'2025-02-16 00:47:13','2025-02-16 00:47:13','{\n    \"Divi::nav_menu_locations[primary-menu]\": {\n        \"value\": 9,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:47:13\"\n    }\n}','','','trash','closed','closed','','0c3c3675-9827-47c2-a14b-177a856f8e2f','','','2025-02-16 00:47:13','2025-02-16 00:47:13','',0,'https://asyahavacilik.com/index.php/2025/02/16/0c3c3675-9827-47c2-a14b-177a856f8e2f/',0,'customize_changeset','',0),
(701,1,'2025-02-16 00:47:47','2025-02-16 00:47:47','{\n    \"Divi::nav_menu_locations[quadmenu_dev]\": {\n        \"value\": 9,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:47:47\"\n    },\n    \"Divi::nav_menu_locations[primary-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:47:47\"\n    }\n}','','','trash','closed','closed','','be77b3ef-b70c-4a40-ab30-c155a0cc7ab4','','','2025-02-16 00:47:47','2025-02-16 00:47:47','',0,'https://asyahavacilik.com/?p=701',0,'customize_changeset','',0),
(702,1,'2025-02-16 00:50:03','0000-00-00 00:00:00','','All Sayfalar','','draft','closed','closed','','','','','2025-02-16 00:50:03','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=702',1,'nav_menu_item','',0),
(703,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=703',1,'nav_menu_item','',0),
(704,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=704',1,'nav_menu_item','',0),
(705,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=705',1,'nav_menu_item','',0),
(706,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=706',1,'nav_menu_item','',0),
(707,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=707',1,'nav_menu_item','',0),
(708,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=708',1,'nav_menu_item','',0),
(709,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=709',1,'nav_menu_item','',0),
(710,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=710',1,'nav_menu_item','',0),
(711,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=711',1,'nav_menu_item','',0),
(712,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=712',1,'nav_menu_item','',0),
(713,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=713',1,'nav_menu_item','',0),
(714,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=714',1,'nav_menu_item','',0),
(715,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=715',1,'nav_menu_item','',0),
(716,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=716',1,'nav_menu_item','',0),
(717,1,'2025-02-16 00:50:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 00:50:24','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=717',1,'nav_menu_item','',0),
(836,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','836','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=836',6,'nav_menu_item','',0),
(823,1,'2025-02-16 03:22:50','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 03:22:50','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=823',1,'nav_menu_item','',0),
(824,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','824','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=824',13,'nav_menu_item','',0),
(783,1,'2025-02-16 03:01:54','2025-02-16 03:01:54','{\n    \"nav_menu_item[749]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 03:01:54\"\n    },\n    \"nav_menu_item[723]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 757,\n            \"object_id\": 563,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/atpl-theory/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"ATPL Theory\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 03:01:54\"\n    },\n    \"nav_menu_item[724]\": {\n        \"value\": false,\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 03:01:54\"\n    },\n    \"nav_menu_item[725]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 757,\n            \"object_id\": 648,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/contact-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 11,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 03:01:54\"\n    }\n}','','','trash','closed','closed','','31873460-a27c-426c-b00e-78ef7620a142','','','2025-02-16 03:01:54','2025-02-16 03:01:54','',0,'https://asyahavacilik.com/index.php/2025/02/16/31873460-a27c-426c-b00e-78ef7620a142/',0,'customize_changeset','',0),
(845,1,'2025-02-16 03:38:37','2025-02-16 03:38:37','','Mega Menu Layout Five','','publish','closed','closed','','mega-menu-layout-five','','','2025-02-16 03:38:37','2025-02-16 03:38:37','',0,'https://asyahavacilik.com/?elementor_library=mega-menu-layout-five',0,'elementor_library','',0),
(805,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','805','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=805',1,'nav_menu_item','',0),
(806,1,'2025-02-16 03:22:49','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 03:22:49','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=806',1,'nav_menu_item','',0),
(807,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','807','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=807',2,'nav_menu_item','',0),
(808,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','808','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=808',5,'nav_menu_item','',0),
(809,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','809','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=809',9,'nav_menu_item','',0),
(810,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','810','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=810',15,'nav_menu_item','',0),
(812,1,'2025-02-16 03:22:49','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 03:22:49','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=812',1,'nav_menu_item','',0),
(814,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','814','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=814',28,'nav_menu_item','',0),
(815,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','815','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=815',18,'nav_menu_item','',0),
(817,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','817','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=817',3,'nav_menu_item','',0),
(818,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','818','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=818',11,'nav_menu_item','',0),
(819,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','819','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=819',27,'nav_menu_item','',0),
(835,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','835','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=835',8,'nav_menu_item','',0),
(834,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','834','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=834',7,'nav_menu_item','',0),
(868,1,'2025-02-16 23:03:01','2025-02-16 23:03:01','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" active_link_color=\"#000000\" dropdown_menu_line_color=\"#000000\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#000000\" mobile_menu_text_color=\"#000000\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-16 23:03:01','2025-02-16 23:03:01','',662,'https://asyahavacilik.com/?p=868',0,'revision','',0),
(832,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','832','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=832',30,'nav_menu_item','',0),
(831,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','831','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=831',12,'nav_menu_item','',0),
(844,1,'2025-02-16 03:38:32','2025-02-16 03:38:32','','Mega Menu Layout Four','','publish','closed','closed','','mega-menu-layout-four','','','2025-02-16 03:38:32','2025-02-16 03:38:32','',0,'https://asyahavacilik.com/?elementor_library=mega-menu-layout-four',0,'elementor_library','',0),
(781,1,'2025-02-16 03:00:24','2025-02-16 03:00:24','','Mega','','trash','closed','closed','','mega__trashed','','','2025-02-16 22:30:19','2025-02-16 22:30:19','',0,'https://asyahavacilik.com/?page_id=781',0,'page','',0),
(782,1,'2025-02-16 03:00:24','2025-02-16 03:00:24','','Mega','','inherit','closed','closed','','781-revision-v1','','','2025-02-16 03:00:24','2025-02-16 03:00:24','',781,'https://asyahavacilik.com/?p=782',0,'revision','',0),
(829,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','829','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=829',14,'nav_menu_item','',0),
(828,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','828','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=828',16,'nav_menu_item','',0),
(827,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','827','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=827',10,'nav_menu_item','',0),
(826,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','826','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=826',17,'nav_menu_item','',0),
(825,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','825','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=825',20,'nav_menu_item','',0),
(756,1,'2025-02-16 00:52:43','2025-02-16 00:52:43','{\n    \"Divi::nav_menu_locations[primary-menu]\": {\n        \"value\": 0,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:52:43\"\n    },\n    \"nav_menu[7]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:52:43\"\n    },\n    \"nav_menu[6]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 00:52:43\"\n    }\n}','','','trash','closed','closed','','194d2f62-8047-415b-9234-081303b49e26','','','2025-02-16 00:52:43','2025-02-16 00:52:43','',0,'https://asyahavacilik.com/index.php/2025/02/16/194d2f62-8047-415b-9234-081303b49e26/',0,'customize_changeset','',0),
(778,1,'2025-02-16 01:14:45','2025-02-16 01:14:45','{\n    \"nav_menu_item[749]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 552,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/trainings/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"Trainings\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[723]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 563,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/atpl-theory/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 11,\n            \"status\": \"publish\",\n            \"original_title\": \"ATPL Theory\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[724]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 577,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/cockpit-experience/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 12,\n            \"status\": \"publish\",\n            \"original_title\": \"Cockpit Experience\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[725]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 648,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/contact-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 13,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[727]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 550,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/corporate/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 14,\n            \"status\": \"publish\",\n            \"original_title\": \"Corporate\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[728]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 566,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/cpl-commercial-pilot/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 15,\n            \"status\": \"publish\",\n            \"original_title\": \"CPL Commercial Pilot\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[729]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 576,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/experience-flights/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 16,\n            \"status\": \"publish\",\n            \"original_title\": \"EXPERIENCE FLIGHTS\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[730]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 520,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/fleet/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 17,\n            \"status\": \"publish\",\n            \"original_title\": \"Fleet\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[731]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 559,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/flight-instructor/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 18,\n            \"status\": \"publish\",\n            \"original_title\": \"Flight Instructor\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[732]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 573,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/fpv-drone-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 19,\n            \"status\": \"publish\",\n            \"original_title\": \"FPV Drone Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[733]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 551,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/gallery/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 20,\n            \"status\": \"publish\",\n            \"original_title\": \"Gallery\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[734]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 514,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/home/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 21,\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[735]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 567,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/ir-instrument-flight/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 22,\n            \"status\": \"publish\",\n            \"original_title\": \"IR Instrument Flight\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[736]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 561,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/modular-pilotage/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 23,\n            \"status\": \"publish\",\n            \"original_title\": \"Modular Pilotage\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[737]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 568,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/multi-motor-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 24,\n            \"status\": \"publish\",\n            \"original_title\": \"Multi-Motor Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[738]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 565,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/night-vfr/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 25,\n            \"status\": \"publish\",\n            \"original_title\": \"Night VFR\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    },\n    \"nav_menu_item[739]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 757,\n            \"object_id\": 558,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/other-pilot-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Other Pilot Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:14:45\"\n    }\n}','','','trash','closed','closed','','eeac1b9f-050c-407c-9f52-d8ecad7a1e26','','','2025-02-16 01:14:45','2025-02-16 01:14:45','',0,'https://asyahavacilik.com/index.php/2025/02/16/eeac1b9f-050c-407c-9f52-d8ecad7a1e26/',0,'customize_changeset','',0),
(779,1,'2025-02-16 02:51:25','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 02:51:25','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=779',1,'nav_menu_item','',0),
(846,1,'2025-02-16 03:45:08','2025-02-16 03:45:08','','Mega Menu Layout Two','','publish','closed','closed','','mega-menu-layout-two','','','2025-02-16 03:45:08','2025-02-16 03:45:08','',0,'https://asyahavacilik.com/?elementor_library=mega-menu-layout-two',0,'elementor_library','',0),
(803,1,'2025-02-16 03:16:35','2025-02-16 03:16:35','','Varsayılan Kit','','publish','closed','closed','','varsayilan-kit','','','2025-02-16 03:16:35','2025-02-16 03:16:35','',0,'https://asyahavacilik.com/?p=803',0,'elementor_library','',0),
(804,1,'2025-02-16 03:17:31','2025-02-16 03:17:31','','Mega Menu Layout Three','','publish','closed','closed','','mega-menu-layout-three','','','2025-02-16 03:17:31','2025-02-16 03:17:31','',0,'https://asyahavacilik.com/?elementor_library=mega-menu-layout-three',0,'elementor_library','',0),
(848,1,'2025-02-16 03:52:34','2025-02-16 03:52:34','','placeholder-722.png','','inherit','open','closed','','placeholder-722-png','','','2025-02-16 03:52:34','2025-02-16 03:52:34','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/placeholder-722.png',0,'attachment','image/png',0),
(849,1,'2025-02-16 03:52:35','2025-02-16 03:52:35','','placeholder-723.png','','inherit','open','closed','','placeholder-723-png','','','2025-02-16 03:52:35','2025-02-16 03:52:35','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/placeholder-723.png',0,'attachment','image/png',0),
(850,1,'2025-02-16 03:52:36','2025-02-16 03:52:36','','placeholder-724.png','','inherit','open','closed','','placeholder-724-png','','','2025-02-16 03:52:36','2025-02-16 03:52:36','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/placeholder-724.png',0,'attachment','image/png',0),
(851,1,'2025-02-16 03:52:37','2025-02-16 03:52:37','','placeholder-725.png','','inherit','open','closed','','placeholder-725-png','','','2025-02-16 03:52:37','2025-02-16 03:52:37','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/placeholder-725.png',0,'attachment','image/png',0),
(852,1,'2025-02-16 03:52:38','2025-02-16 03:52:38','','placeholder-726.png','','inherit','open','closed','','placeholder-726-png','','','2025-02-16 03:52:38','2025-02-16 03:52:38','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/placeholder-726.png',0,'attachment','image/png',0),
(853,1,'2025-02-16 03:52:39','2025-02-16 03:52:39','','placeholder-727.png','','inherit','open','closed','','placeholder-727-png','','','2025-02-16 03:52:39','2025-02-16 03:52:39','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/placeholder-727.png',0,'attachment','image/png',0),
(854,1,'2025-02-16 03:52:40','2025-02-16 03:52:40','','sofa.png','','inherit','open','closed','','sofa-png','','','2025-02-16 03:52:40','2025-02-16 03:52:40','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/sofa.png',0,'attachment','image/png',0),
(855,1,'2025-02-16 03:53:48','2025-02-16 03:53:48','<h2>\n						furniture\n					</h2>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Dining Chairs\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Counter &amp; Bar Stools\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Occasional Chairs\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Daybeds &amp; Chaises\n													</a>\n					<h2>\n						lightings\n					</h2>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Benches &amp; Ottomans\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Dining Tables\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Coffee &amp; Cocktail Tables\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Consoles &amp; Desks\n													</a>\n					<h2>\n						accessories\n					</h2>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Cabinets &amp; Bookcases\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Screens\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Outdoor Furniture\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Floor Samples\n													</a>\n					<h2>\n						Texture lab\n					</h2>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Side Tables\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Beside Tables\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Sideboards &amp; Drawers\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Lounge Chairs\n													</a>\n					<h2>\n						what’s new\n					</h2>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Benches &amp; Ottomans\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Cocktail Tables\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Dining Tables\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Consoles &amp; Desks\n													</a>\n					<h2>\n						Flash sales\n					</h2>				\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Easy to Customise\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Simple and intuitive\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Highly customisable\n													</a>\n						<a href=\"#\" target=\"_blank\" rel=\"nofollow\">\n									Coding skills\n													</a>\n															<img width=\"436\" height=\"318\" src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/sofa.png\" alt=\"\" srcset=\"https://asyahavacilik.com/wp-content/uploads/2025/02/sofa.png 436w, https://asyahavacilik.com/wp-content/uploads/2025/02/sofa-300x219.png 300w\" sizes=\"(max-width: 436px) 100vw, 436px\" />','dynamic-content-megamenu-menuitem837','','inherit','closed','closed','','847-autosave-v1','','','2025-02-16 03:53:48','2025-02-16 03:53:48','',847,'https://asyahavacilik.com/?p=855',0,'revision','',0),
(856,1,'2025-02-16 22:07:01','2025-02-16 22:07:01','a:192:{s:18:\"enable_sticky_menu\";s:4:\"true\";s:6:\"zindex\";s:4:\"9999\";s:19:\"dropdown_arrow_down\";s:13:\"fa-angle-down\";s:20:\"dropdown_arrow_right\";s:14:\"fa-angle-right\";s:17:\"enable_search_bar\";s:4:\"true\";s:10:\"brand_logo\";s:87:\"http://demo.themeum.com/wordpress/wp-megamenu/wp-content/uploads/2017/07/brand-logo.png\";s:16:\"brand_logo_width\";s:2:\"32\";s:17:\"brand_logo_height\";s:2:\"31\";s:15:\"logo_margin_top\";s:2:\"11\";s:17:\"logo_margin_right\";s:2:\"15\";s:18:\"logo_margin_bottom\";s:0:\"\";s:16:\"logo_margin_left\";s:0:\"\";s:10:\"menu_align\";s:4:\"left\";s:14:\"menubar_height\";s:0:\"\";s:10:\"menubar_bg\";s:7:\"#fbfbfb\";s:16:\"menu_padding_top\";s:0:\"\";s:18:\"menu_padding_right\";s:2:\"20\";s:19:\"menu_padding_bottom\";s:0:\"\";s:17:\"menu_padding_left\";s:2:\"20\";s:27:\"menu_border_radius_top_left\";s:0:\"\";s:21:\"menu_radius_top_right\";s:0:\"\";s:23:\"menu_radius_bottom_left\";s:0:\"\";s:24:\"menu_radius_bottom_right\";s:0:\"\";s:10:\"top_shadow\";s:0:\"\";s:12:\"right_shadow\";s:0:\"\";s:13:\"bottom_shadow\";s:0:\"\";s:11:\"left_shadow\";s:0:\"\";s:17:\"wpmm_theme_shadow\";s:0:\"\";s:24:\"menubar_top_border_width\";s:0:\"\";s:26:\"menubar_right_border_width\";s:0:\"\";s:27:\"menubar_bottom_border_width\";s:0:\"\";s:25:\"menubar_left_border_width\";s:0:\"\";s:16:\"menu_border_type\";s:4:\"none\";s:17:\"menu_border_color\";s:0:\"\";s:24:\"top_level_item_text_font\";s:7:\"Poppins\";s:25:\"top_level_item_text_color\";s:7:\"#000000\";s:31:\"top_level_item_text_hover_color\";s:7:\"#2964d8\";s:29:\"top_level_item_text_font_size\";s:4:\"14px\";s:31:\"top_level_item_text_font_weight\";s:3:\"500\";s:31:\"top_level_item_text_line_height\";s:2:\"24\";s:29:\"top_level_item_text_transform\";s:9:\"uppercase\";s:34:\"top_level_item_text_letter_spacing\";s:2:\".5\";s:23:\"top_level_item_bg_color\";s:0:\"\";s:29:\"top_level_item_bg_hover_color\";s:0:\"\";s:26:\"top_level_item_padding_top\";s:0:\"\";s:28:\"top_level_item_padding_right\";s:0:\"\";s:29:\"top_level_item_padding_bottom\";s:0:\"\";s:27:\"top_level_item_padding_left\";s:0:\"\";s:25:\"top_level_item_margin_top\";s:0:\"\";s:27:\"top_level_item_margin_right\";s:0:\"\";s:28:\"top_level_item_margin_bottom\";s:0:\"\";s:26:\"top_level_item_margin_left\";s:0:\"\";s:27:\"top_level_item_border_width\";s:0:\"\";s:26:\"top_level_item_border_type\";s:0:\"\";s:27:\"top_level_item_border_color\";s:0:\"\";s:33:\"top_level_item_hover_border_width\";s:0:\"\";s:32:\"top_level_item_hover_border_type\";s:4:\"none\";s:33:\"top_level_item_hover_border_color\";s:0:\"\";s:19:\"dropdown_menu_width\";s:3:\"220\";s:16:\"dropdown_menu_bg\";s:7:\"#ffffff\";s:25:\"dropdown_menu_padding_top\";s:0:\"\";s:27:\"dropdown_menu_padding_right\";s:0:\"\";s:28:\"dropdown_menu_padding_bottom\";s:0:\"\";s:26:\"dropdown_menu_padding_left\";s:0:\"\";s:36:\"dropdown_menu_border_radius_top_left\";s:0:\"\";s:30:\"dropdown_menu_radius_top_right\";s:0:\"\";s:32:\"dropdown_menu_radius_bottom_left\";s:0:\"\";s:33:\"dropwodn_menu_radius_bottom_right\";s:0:\"\";s:26:\"dropdown_menu_border_width\";s:0:\"\";s:25:\"dropdown_menu_border_type\";s:4:\"none\";s:26:\"dropdown_menu_border_color\";s:0:\"\";s:31:\"dropdown_submenu_item_text_font\";s:7:\"Poppins\";s:32:\"dropdown_submenu_item_text_color\";s:7:\"#282828\";s:38:\"dropdown_submenu_item_text_hover_color\";s:7:\"#2964d8\";s:36:\"dropdown_submenu_item_text_font_size\";s:4:\"13px\";s:38:\"dropdown_submenu_item_text_font_weight\";s:3:\"300\";s:38:\"dropdown_submenu_item_text_line_height\";s:2:\"24\";s:36:\"dropdown_submenu_item_text_transform\";s:10:\"capitalize\";s:41:\"dropdown_submenu_item_text_letter_spacing\";s:0:\"\";s:30:\"dropdown_submenu_item_bg_color\";s:7:\"inherit\";s:36:\"dropdown_submenu_item_bg_hover_color\";s:7:\"inherit\";s:33:\"dropdown_submenu_item_padding_top\";s:1:\"3\";s:35:\"dropdown_submenu_item_padding_right\";s:0:\"\";s:36:\"dropdown_submenu_item_padding_bottom\";s:1:\"3\";s:34:\"dropdown_submenu_item_padding_left\";s:0:\"\";s:32:\"dropdown_submenu_item_margin_top\";s:0:\"\";s:34:\"dropdown_submenu_item_margin_right\";s:0:\"\";s:35:\"dropdown_submenu_item_margin_bottom\";s:0:\"\";s:33:\"dropdown_submenu_item_margin_left\";s:0:\"\";s:34:\"dropdown_submenu_item_border_width\";s:0:\"\";s:33:\"dropdown_submenu_item_border_type\";s:4:\"none\";s:34:\"dropdown_submenu_item_border_color\";s:0:\"\";s:40:\"dropdown_submenu_item_hover_border_width\";s:0:\"\";s:39:\"dropdown_submenu_item_hover_border_type\";s:4:\"none\";s:40:\"dropdown_submenu_item_hover_border_color\";s:0:\"\";s:38:\"dropdown_submenu_first_item_text_color\";s:7:\"inherit\";s:44:\"dropdown_submenu_first_item_text_hover_color\";s:7:\"#2964d8\";s:42:\"dropdown_submenu_first_item_text_font_size\";s:4:\"13px\";s:44:\"dropdown_submenu_first_item_text_font_weight\";s:3:\"600\";s:44:\"dropdown_submenu_first_item_text_line_height\";s:2:\"25\";s:42:\"dropdown_submenu_first_item_text_transform\";s:9:\"uppercase\";s:47:\"dropdown_submenu_first_item_text_letter_spacing\";s:2:\".5\";s:29:\"widgets_first_item_margin_top\";s:0:\"\";s:31:\"widgets_first_item_margin_right\";s:0:\"\";s:32:\"widgets_first_item_margin_bottom\";s:1:\"5\";s:30:\"widgets_first_item_margin_left\";s:0:\"\";s:41:\"submenu_first_item_border_separator_width\";s:0:\"\";s:40:\"submenu_first_item_border_separator_type\";s:4:\"none\";s:41:\"submenu_first_item_border_separator_color\";s:0:\"\";s:17:\"megamenu_bg_color\";s:7:\"#ffffff\";s:15:\"mega_menu_width\";s:4:\"100%\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";s:31:\"megamenu_border_radius_top_left\";s:0:\"\";s:25:\"megamenu_radius_top_right\";s:0:\"\";s:27:\"megamenu_radius_bottom_left\";s:0:\"\";s:28:\"megamenu_radius_bottom_right\";s:0:\"\";s:26:\"megamenu_menu_border_width\";s:0:\"\";s:25:\"megamenu_menu_border_type\";s:4:\"none\";s:26:\"megamenu_menu_border_color\";s:0:\"\";s:36:\"megamenu_menu_border_separator_width\";s:0:\"\";s:35:\"megamenu_menu_border_separator_type\";s:5:\"solid\";s:36:\"megamenu_menu_border_separator_color\";s:0:\"\";s:22:\"megamenu_boxshadow_top\";s:0:\"\";s:24:\"megamenu_boxshadow_right\";s:0:\"\";s:25:\"megamenu_boxshadow_bottom\";s:0:\"\";s:23:\"megamenu_boxshadow_left\";s:0:\"\";s:24:\"megamenu_boxshadow_color\";s:0:\"\";s:26:\"widgets_heading_text_color\";s:7:\"#000000\";s:32:\"widgets_heading_text_hover_color\";s:0:\"\";s:30:\"widgets_heading_text_font_size\";s:4:\"13px\";s:32:\"widgets_heading_text_font_weight\";s:3:\"600\";s:32:\"widgets_heading_text_line_height\";s:2:\"25\";s:30:\"widgets_heading_text_transform\";s:9:\"uppercase\";s:35:\"widgets_heading_text_letter_spacing\";s:2:\".5\";s:40:\"widget_first_item_border_separator_width\";s:0:\"\";s:39:\"widget_first_item_border_separator_type\";s:4:\"none\";s:40:\"widget_first_item_border_separator_color\";s:0:\"\";s:19:\"widgets_padding_top\";s:0:\"\";s:21:\"widgets_padding_right\";s:0:\"\";s:22:\"widgets_padding_bottom\";s:0:\"\";s:20:\"widgets_padding_left\";s:0:\"\";s:18:\"widgets_margin_top\";s:0:\"\";s:20:\"widgets_margin_right\";s:0:\"\";s:21:\"widgets_margin_bottom\";s:0:\"\";s:19:\"widgets_margin_left\";s:0:\"\";s:20:\"widgets_border_width\";s:0:\"\";s:19:\"widgets_border_type\";s:4:\"none\";s:20:\"widgets_border_color\";s:0:\"\";s:26:\"widgets_hover_border_width\";s:0:\"\";s:25:\"widgets_hover_border_type\";s:4:\"none\";s:26:\"widgets_hover_border_color\";s:0:\"\";s:21:\"widgets_content_color\";s:7:\"#333333\";s:20:\"toggle_bar_alignment\";s:5:\"right\";s:20:\"toggle_btn_open_text\";s:4:\"Menu\";s:21:\"toggle_btn_text_color\";s:7:\"#ffffff\";s:27:\"toggle_btn_text_hover_color\";s:7:\"#ffffff\";s:20:\"toggle_bar_font_size\";s:4:\"14px\";s:20:\"togglebar_margin_top\";s:2:\"12\";s:22:\"togglebar_margin_right\";s:0:\"\";s:23:\"togglebar_margin_bottom\";s:2:\"12\";s:21:\"togglebar_margin_left\";s:0:\"\";s:13:\"toggle_bar_bg\";s:7:\"#2964d8\";s:19:\"toggle_bar_hover_bg\";s:7:\"#2844d3\";s:14:\"mobile_menu_bg\";s:0:\"\";s:10:\"wpmm_class\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:19:\"enable_social_links\";s:4:\"true\";s:19:\"social_links_target\";s:6:\"_blank\";s:21:\"social_links_facebook\";s:33:\"https://www.facebook.com/themeum/\";s:20:\"social_links_twitter\";s:28:\"https://twitter.com/themeum/\";s:18:\"social_links_gplus\";s:0:\"\";s:22:\"social_links_instagram\";s:0:\"\";s:21:\"social_links_linkedin\";s:0:\"\";s:22:\"social_links_pinterest\";s:0:\"\";s:20:\"social_links_youtube\";s:0:\"\";s:21:\"social_links_dribbble\";s:0:\"\";s:20:\"social_links_behance\";s:0:\"\";s:17:\"social_links_digg\";s:0:\"\";s:18:\"social_links_vimeo\";s:0:\"\";s:24:\"social_links_stumbleupon\";s:0:\"\";s:19:\"social_links_reddit\";s:0:\"\";s:22:\"social_links_delicious\";s:0:\"\";s:18:\"social_links_skype\";s:0:\"\";s:19:\"social_links_github\";s:0:\"\";s:19:\"social_links_amazon\";s:0:\"\";s:21:\"social_links_whatsapp\";s:0:\"\";s:23:\"social_links_soundcloud\";s:0:\"\";s:14:\"animation_type\";s:10:\"fadeindown\";}','classic-themes','','publish','closed','closed','','classic-themes','','','2025-02-16 22:07:01','2025-02-16 22:07:01','',0,'https://asyahavacilik.com/?p=856',0,'wpmm_theme','',0),
(857,1,'2025-02-16 22:07:01','2025-02-16 22:07:01','a:254:{s:6:\"zindex\";s:0:\"\";s:19:\"dropdown_arrow_down\";s:13:\"fa-angle-down\";s:19:\"dropdown_arrow_left\";s:13:\"fa-angle-left\";s:20:\"dropdown_arrow_right\";s:14:\"fa-angle-right\";s:17:\"enable_search_bar\";s:4:\"true\";s:24:\"search_field_placeholder\";s:0:\"\";s:12:\"cta_btn_text\";s:0:\"\";s:12:\"cta_btn_link\";s:0:\"\";s:13:\"cta_btn_color\";s:7:\"#ffffff\";s:19:\"cta_btn_hover_color\";s:7:\"#ffffff\";s:10:\"cta_btn_bg\";s:7:\"#009ceb\";s:16:\"cta_btn_hover_bg\";s:7:\"#009ae8\";s:12:\"cta_btn_font\";s:9:\"Open Sans\";s:17:\"cta_btn_font_size\";s:4:\"16px\";s:19:\"cta_btn_font_weight\";s:3:\"600\";s:19:\"cta_btn_line_height\";s:0:\"\";s:22:\"cta_btn_text_transform\";s:10:\"capitalize\";s:22:\"cta_btn_letter_spacing\";s:0:\"\";s:15:\"cta_padding_top\";s:0:\"\";s:17:\"cta_padding_right\";s:0:\"\";s:18:\"cta_padding_bottom\";s:0:\"\";s:16:\"cta_padding_left\";s:0:\"\";s:14:\"cta_margin_top\";s:4:\"13px\";s:16:\"cta_margin_right\";s:0:\"\";s:17:\"cta_margin_bottom\";s:0:\"\";s:15:\"cta_margin_left\";s:4:\"10px\";s:24:\"cta_btn_top_border_width\";s:0:\"\";s:26:\"cta_btn_right_border_width\";s:0:\"\";s:27:\"cta_btn_bottom_border_width\";s:0:\"\";s:25:\"cta_btn_left_border_width\";s:0:\"\";s:19:\"cta_btn_border_type\";s:4:\"none\";s:20:\"cta_btn_border_color\";s:0:\"\";s:26:\"cta_btn_border_hover_color\";s:0:\"\";s:30:\"cta_btn_border_radius_top_left\";s:0:\"\";s:24:\"cta_btn_radius_top_right\";s:0:\"\";s:22:\"cta_radius_bottom_left\";s:0:\"\";s:23:\"cta_radius_bottom_right\";s:0:\"\";s:36:\"cta_btn_border_radius_top_left_hover\";s:0:\"\";s:30:\"cta_btn_radius_top_right_hover\";s:0:\"\";s:28:\"cta_radius_bottom_left_hover\";s:0:\"\";s:29:\"cta_radius_bottom_right_hover\";s:0:\"\";s:16:\"wpmm_orientation\";s:15:\"wpmm_horizontal\";s:22:\"wpmm_orientation_align\";s:20:\"wpmm_horizontal_left\";s:24:\"wpmm_vertical_menu_width\";s:5:\"220px\";s:29:\"wpmm_vertical_container_width\";s:6:\"1140px\";s:10:\"brand_logo\";s:87:\"http://demo.themeum.com/wordpress/wp-megamenu/wp-content/uploads/2017/07/brand-logo.png\";s:16:\"brand_logo_width\";s:2:\"38\";s:17:\"brand_logo_height\";s:2:\"38\";s:15:\"logo_margin_top\";s:2:\"16\";s:17:\"logo_margin_right\";s:2:\"15\";s:18:\"logo_margin_bottom\";s:0:\"\";s:16:\"logo_margin_left\";s:0:\"\";s:10:\"menu_align\";s:5:\"right\";s:14:\"menubar_height\";s:4:\"70px\";s:10:\"menubar_bg\";s:7:\"#31313e\";s:12:\"menubar_bg_2\";s:0:\"\";s:25:\"menubar_bg_gradient_angle\";s:3:\"-90\";s:9:\"sticky_bg\";s:0:\"\";s:11:\"sticky_bg_2\";s:0:\"\";s:24:\"sticky_bg_gradient_angle\";s:3:\"-90\";s:16:\"menu_padding_top\";s:0:\"\";s:18:\"menu_padding_right\";s:2:\"20\";s:19:\"menu_padding_bottom\";s:0:\"\";s:17:\"menu_padding_left\";s:2:\"20\";s:27:\"menu_border_radius_top_left\";s:0:\"\";s:21:\"menu_radius_top_right\";s:0:\"\";s:23:\"menu_radius_bottom_left\";s:0:\"\";s:24:\"menu_radius_bottom_right\";s:0:\"\";s:10:\"top_shadow\";s:0:\"\";s:12:\"right_shadow\";s:0:\"\";s:13:\"bottom_shadow\";s:0:\"\";s:11:\"left_shadow\";s:0:\"\";s:17:\"wpmm_theme_shadow\";s:0:\"\";s:24:\"menubar_top_border_width\";s:1:\"0\";s:26:\"menubar_right_border_width\";s:1:\"0\";s:27:\"menubar_bottom_border_width\";s:0:\"\";s:25:\"menubar_left_border_width\";s:1:\"0\";s:16:\"menu_border_type\";s:4:\"none\";s:17:\"menu_border_color\";s:0:\"\";s:24:\"top_level_item_text_font\";s:9:\"Open Sans\";s:25:\"top_level_item_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:31:\"top_level_item_text_hover_color\";s:7:\"#ffffff\";s:29:\"top_level_item_text_font_size\";s:4:\"16px\";s:31:\"top_level_item_text_font_weight\";s:3:\"500\";s:31:\"top_level_item_text_line_height\";s:2:\"24\";s:29:\"top_level_item_text_transform\";s:10:\"capitalize\";s:34:\"top_level_item_text_letter_spacing\";s:2:\".5\";s:23:\"top_level_item_bg_color\";s:0:\"\";s:25:\"top_level_item_bg_color_2\";s:0:\"\";s:38:\"top_level_item_bg_color_gradient_angle\";s:3:\"-90\";s:29:\"top_level_item_bg_hover_color\";s:0:\"\";s:31:\"top_level_item_bg_hover_color_2\";s:0:\"\";s:44:\"top_level_item_bg_hover_color_gradient_angle\";s:3:\"-90\";s:26:\"top_level_item_padding_top\";s:4:\"23px\";s:28:\"top_level_item_padding_right\";s:4:\"14px\";s:29:\"top_level_item_padding_bottom\";s:4:\"23px\";s:27:\"top_level_item_padding_left\";s:4:\"14px\";s:25:\"top_level_item_margin_top\";s:0:\"\";s:27:\"top_level_item_margin_right\";s:0:\"\";s:28:\"top_level_item_margin_bottom\";s:0:\"\";s:26:\"top_level_item_margin_left\";s:0:\"\";s:27:\"top_level_item_border_width\";s:0:\"\";s:33:\"top_level_item_border_width_right\";s:0:\"\";s:34:\"top_level_item_border_width_bottom\";s:0:\"\";s:32:\"top_level_item_border_width_left\";s:0:\"\";s:26:\"top_level_item_border_type\";s:0:\"\";s:27:\"top_level_item_border_color\";s:0:\"\";s:33:\"top_level_item_hover_border_width\";s:0:\"\";s:39:\"top_level_item_hover_border_width_right\";s:0:\"\";s:40:\"top_level_item_hover_border_width_bottom\";s:0:\"\";s:38:\"top_level_item_hover_border_width_left\";s:0:\"\";s:32:\"top_level_item_hover_border_type\";s:4:\"none\";s:33:\"top_level_item_hover_border_color\";s:0:\"\";s:19:\"dropdown_menu_width\";s:3:\"220\";s:16:\"dropdown_menu_bg\";s:7:\"#3d3d4c\";s:18:\"dropdown_menu_bg_2\";s:0:\"\";s:31:\"dropdown_menu_bg_gradient_angle\";s:3:\"-90\";s:25:\"dropdown_menu_padding_top\";s:0:\"\";s:27:\"dropdown_menu_padding_right\";s:0:\"\";s:28:\"dropdown_menu_padding_bottom\";s:0:\"\";s:26:\"dropdown_menu_padding_left\";s:0:\"\";s:36:\"dropdown_menu_border_radius_top_left\";s:0:\"\";s:30:\"dropdown_menu_radius_top_right\";s:0:\"\";s:32:\"dropdown_menu_radius_bottom_left\";s:0:\"\";s:33:\"dropwodn_menu_radius_bottom_right\";s:0:\"\";s:26:\"dropdown_menu_border_width\";s:0:\"\";s:25:\"dropdown_menu_border_type\";s:4:\"none\";s:26:\"dropdown_menu_border_color\";s:7:\"#d3a538\";s:31:\"dropdown_submenu_item_text_font\";s:9:\"Open Sans\";s:32:\"dropdown_submenu_item_text_color\";s:21:\"rgba(255,255,255,0.7)\";s:38:\"dropdown_submenu_item_text_hover_color\";s:7:\"#ffffff\";s:36:\"dropdown_submenu_item_text_font_size\";s:4:\"14px\";s:38:\"dropdown_submenu_item_text_font_weight\";s:3:\"600\";s:38:\"dropdown_submenu_item_text_line_height\";s:2:\"24\";s:36:\"dropdown_submenu_item_text_transform\";s:10:\"capitalize\";s:41:\"dropdown_submenu_item_text_letter_spacing\";s:0:\"\";s:38:\"dropdown_submenu_first_item_text_color\";s:7:\"#e8e8e8\";s:44:\"dropdown_submenu_first_item_text_hover_color\";s:7:\"#ffffff\";s:42:\"dropdown_submenu_first_item_text_font_size\";s:4:\"13px\";s:44:\"dropdown_submenu_first_item_text_font_weight\";s:3:\"600\";s:44:\"dropdown_submenu_first_item_text_line_height\";s:2:\"25\";s:42:\"dropdown_submenu_first_item_text_transform\";s:9:\"uppercase\";s:47:\"dropdown_submenu_first_item_text_letter_spacing\";s:2:\".5\";s:30:\"dropdown_submenu_item_bg_color\";s:7:\"inherit\";s:36:\"dropdown_submenu_item_bg_hover_color\";s:7:\"inherit\";s:33:\"dropdown_submenu_item_padding_top\";s:3:\"5px\";s:35:\"dropdown_submenu_item_padding_right\";s:4:\"15px\";s:36:\"dropdown_submenu_item_padding_bottom\";s:3:\"5px\";s:34:\"dropdown_submenu_item_padding_left\";s:4:\"15px\";s:32:\"dropdown_submenu_item_margin_top\";s:0:\"\";s:34:\"dropdown_submenu_item_margin_right\";s:0:\"\";s:35:\"dropdown_submenu_item_margin_bottom\";s:0:\"\";s:33:\"dropdown_submenu_item_margin_left\";s:0:\"\";s:34:\"dropdown_submenu_item_border_width\";s:0:\"\";s:33:\"dropdown_submenu_item_border_type\";s:4:\"none\";s:34:\"dropdown_submenu_item_border_color\";s:0:\"\";s:40:\"dropdown_submenu_item_hover_border_width\";s:0:\"\";s:39:\"dropdown_submenu_item_hover_border_type\";s:4:\"none\";s:40:\"dropdown_submenu_item_hover_border_color\";s:0:\"\";s:29:\"widgets_first_item_margin_top\";s:0:\"\";s:31:\"widgets_first_item_margin_right\";s:0:\"\";s:32:\"widgets_first_item_margin_bottom\";s:1:\"5\";s:30:\"widgets_first_item_margin_left\";s:0:\"\";s:41:\"submenu_first_item_border_separator_width\";s:0:\"\";s:40:\"submenu_first_item_border_separator_type\";s:4:\"none\";s:41:\"submenu_first_item_border_separator_color\";s:0:\"\";s:17:\"megamenu_bg_color\";s:7:\"#3d3d4c\";s:15:\"mega_menu_width\";s:4:\"100%\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";s:31:\"megamenu_border_radius_top_left\";s:0:\"\";s:25:\"megamenu_radius_top_right\";s:0:\"\";s:27:\"megamenu_radius_bottom_left\";s:0:\"\";s:28:\"megamenu_radius_bottom_right\";s:0:\"\";s:26:\"megamenu_menu_border_width\";s:0:\"\";s:25:\"megamenu_menu_border_type\";s:4:\"none\";s:26:\"megamenu_menu_border_color\";s:0:\"\";s:36:\"megamenu_menu_border_separator_width\";s:0:\"\";s:35:\"megamenu_menu_border_separator_type\";s:5:\"solid\";s:36:\"megamenu_menu_border_separator_color\";s:0:\"\";s:22:\"megamenu_boxshadow_top\";s:0:\"\";s:24:\"megamenu_boxshadow_right\";s:0:\"\";s:25:\"megamenu_boxshadow_bottom\";s:0:\"\";s:23:\"megamenu_boxshadow_left\";s:0:\"\";s:24:\"megamenu_boxshadow_color\";s:0:\"\";s:26:\"widgets_heading_text_color\";s:7:\"#ffffff\";s:32:\"widgets_heading_text_hover_color\";s:7:\"#ffffff\";s:30:\"widgets_heading_text_font_size\";s:4:\"13px\";s:32:\"widgets_heading_text_font_weight\";s:3:\"600\";s:32:\"widgets_heading_text_line_height\";s:2:\"25\";s:30:\"widgets_heading_text_transform\";s:9:\"uppercase\";s:35:\"widgets_heading_text_letter_spacing\";s:2:\".5\";s:40:\"widget_first_item_border_separator_width\";s:0:\"\";s:39:\"widget_first_item_border_separator_type\";s:4:\"none\";s:40:\"widget_first_item_border_separator_color\";s:7:\"#ffffff\";s:26:\"widgets_heading_margin_top\";s:0:\"\";s:28:\"widgets_heading_margin_right\";s:0:\"\";s:29:\"widgets_heading_margin_bottom\";s:0:\"\";s:27:\"widgets_heading_margin_left\";s:0:\"\";s:19:\"widgets_padding_top\";s:0:\"\";s:21:\"widgets_padding_right\";s:0:\"\";s:22:\"widgets_padding_bottom\";s:0:\"\";s:20:\"widgets_padding_left\";s:0:\"\";s:18:\"widgets_margin_top\";s:0:\"\";s:20:\"widgets_margin_right\";s:0:\"\";s:21:\"widgets_margin_bottom\";s:0:\"\";s:19:\"widgets_margin_left\";s:0:\"\";s:20:\"widgets_border_width\";s:0:\"\";s:19:\"widgets_border_type\";s:4:\"none\";s:20:\"widgets_border_color\";s:0:\"\";s:26:\"widgets_hover_border_width\";s:0:\"\";s:25:\"widgets_hover_border_type\";s:4:\"none\";s:26:\"widgets_hover_border_color\";s:0:\"\";s:21:\"widgets_content_color\";s:7:\"#ffffff\";s:20:\"toggle_bar_alignment\";s:5:\"right\";s:20:\"toggle_btn_open_text\";s:4:\"Menu\";s:21:\"toggle_bar_close_icon\";s:4:\"true\";s:21:\"toggle_btn_text_color\";s:7:\"#ffffff\";s:27:\"toggle_btn_text_hover_color\";s:7:\"#ffffff\";s:20:\"toggle_bar_font_size\";s:4:\"14px\";s:20:\"togglebar_margin_top\";s:2:\"21\";s:22:\"togglebar_margin_right\";s:0:\"\";s:23:\"togglebar_margin_bottom\";s:2:\"21\";s:21:\"togglebar_margin_left\";s:0:\"\";s:13:\"toggle_bar_bg\";s:7:\"#009ceb\";s:19:\"toggle_bar_hover_bg\";s:7:\"#009ceb\";s:26:\"mobile_item_text_font_size\";s:4:\"14px\";s:28:\"mobile_item_text_font_weight\";s:3:\"400\";s:28:\"mobile_item_text_line_height\";s:0:\"\";s:26:\"mobile_item_text_transform\";s:10:\"capitalize\";s:31:\"mobile_item_text_letter_spacing\";s:0:\"\";s:22:\"mobile_menu_item_color\";s:7:\"#ffffff\";s:28:\"mobile_menu_item_hover_color\";s:0:\"\";s:28:\"mobile_menu_item_padding_top\";s:4:\"10px\";s:30:\"mobile_menu_item_padding_right\";s:0:\"\";s:31:\"mobile_menu_item_padding_bottom\";s:4:\"10px\";s:29:\"mobile_menu_item_padding_left\";s:0:\"\";s:27:\"mobile_menu_item_margin_top\";s:0:\"\";s:29:\"mobile_menu_item_margin_right\";s:0:\"\";s:30:\"mobile_menu_item_margin_bottom\";s:0:\"\";s:28:\"mobile_menu_item_margin_left\";s:0:\"\";s:14:\"mobile_menu_bg\";s:7:\"#3d3d4c\";s:16:\"mobile_menu_bg_2\";s:0:\"\";s:29:\"mobile_menu_bg_gradient_angle\";s:3:\"-90\";s:10:\"wpmm_class\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:19:\"social_links_target\";s:6:\"_blank\";s:12:\"social_color\";s:0:\"\";s:18:\"social_hover_color\";s:0:\"\";s:11:\"social_icon\";a:2:{s:4:\"icon\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}}s:14:\"animation_type\";s:10:\"fadeindown\";}','modern-dark','','publish','closed','closed','','modern-dark','','','2025-02-16 22:07:01','2025-02-16 22:07:01','',0,'https://asyahavacilik.com/?p=857',0,'wpmm_theme','',0),
(858,1,'2025-02-16 22:07:01','2025-02-16 22:07:01','a:215:{s:6:\"zindex\";s:4:\"9999\";s:19:\"dropdown_arrow_down\";s:13:\"fa-angle-down\";s:19:\"dropdown_arrow_left\";s:13:\"fa-angle-left\";s:20:\"dropdown_arrow_right\";s:14:\"fa-angle-right\";s:17:\"enable_search_bar\";s:4:\"true\";s:24:\"search_field_placeholder\";s:0:\"\";s:10:\"brand_logo\";s:87:\"http://demo.themeum.com/wordpress/wp-megamenu/wp-content/uploads/2017/07/brand-logo.png\";s:16:\"brand_logo_width\";s:2:\"40\";s:17:\"brand_logo_height\";s:2:\"40\";s:15:\"logo_margin_top\";s:2:\"17\";s:17:\"logo_margin_right\";s:2:\"15\";s:18:\"logo_margin_bottom\";s:0:\"\";s:16:\"logo_margin_left\";s:0:\"\";s:10:\"menu_align\";s:5:\"right\";s:14:\"menubar_height\";s:0:\"\";s:10:\"menubar_bg\";s:7:\"#145bca\";s:12:\"menubar_bg_2\";s:0:\"\";s:25:\"menubar_bg_gradient_angle\";s:3:\"-90\";s:9:\"sticky_bg\";s:7:\"#145bca\";s:11:\"sticky_bg_2\";s:0:\"\";s:24:\"sticky_bg_gradient_angle\";s:3:\"-90\";s:16:\"menu_padding_top\";s:0:\"\";s:18:\"menu_padding_right\";s:2:\"20\";s:19:\"menu_padding_bottom\";s:0:\"\";s:17:\"menu_padding_left\";s:2:\"20\";s:27:\"menu_border_radius_top_left\";s:0:\"\";s:21:\"menu_radius_top_right\";s:0:\"\";s:23:\"menu_radius_bottom_left\";s:0:\"\";s:24:\"menu_radius_bottom_right\";s:0:\"\";s:10:\"top_shadow\";s:0:\"\";s:12:\"right_shadow\";s:0:\"\";s:13:\"bottom_shadow\";s:0:\"\";s:11:\"left_shadow\";s:0:\"\";s:17:\"wpmm_theme_shadow\";s:0:\"\";s:24:\"menubar_top_border_width\";s:1:\"0\";s:26:\"menubar_right_border_width\";s:1:\"0\";s:27:\"menubar_bottom_border_width\";s:3:\"3px\";s:25:\"menubar_left_border_width\";s:1:\"0\";s:16:\"menu_border_type\";s:5:\"solid\";s:17:\"menu_border_color\";s:7:\"#145bca\";s:24:\"top_level_item_text_font\";s:9:\"Open Sans\";s:25:\"top_level_item_text_color\";s:21:\"rgba(255,255,255,0.8)\";s:31:\"top_level_item_text_hover_color\";s:7:\"#ffffff\";s:29:\"top_level_item_text_font_size\";s:4:\"16px\";s:31:\"top_level_item_text_font_weight\";s:3:\"400\";s:31:\"top_level_item_text_line_height\";s:2:\"24\";s:29:\"top_level_item_text_transform\";s:10:\"capitalize\";s:34:\"top_level_item_text_letter_spacing\";s:2:\".5\";s:23:\"top_level_item_bg_color\";s:7:\"#145bca\";s:25:\"top_level_item_bg_color_2\";s:0:\"\";s:38:\"top_level_item_bg_color_gradient_angle\";s:3:\"-90\";s:29:\"top_level_item_bg_hover_color\";s:7:\"#145bca\";s:31:\"top_level_item_bg_hover_color_2\";s:0:\"\";s:44:\"top_level_item_bg_hover_color_gradient_angle\";s:3:\"-90\";s:26:\"top_level_item_padding_top\";s:2:\"23\";s:28:\"top_level_item_padding_right\";s:0:\"\";s:29:\"top_level_item_padding_bottom\";s:2:\"23\";s:27:\"top_level_item_padding_left\";s:0:\"\";s:25:\"top_level_item_margin_top\";s:0:\"\";s:27:\"top_level_item_margin_right\";s:0:\"\";s:28:\"top_level_item_margin_bottom\";s:0:\"\";s:26:\"top_level_item_margin_left\";s:0:\"\";s:27:\"top_level_item_border_width\";s:0:\"\";s:33:\"top_level_item_border_width_right\";s:0:\"\";s:34:\"top_level_item_border_width_bottom\";s:0:\"\";s:32:\"top_level_item_border_width_left\";s:0:\"\";s:26:\"top_level_item_border_type\";s:0:\"\";s:27:\"top_level_item_border_color\";s:0:\"\";s:33:\"top_level_item_hover_border_width\";s:0:\"\";s:39:\"top_level_item_hover_border_width_right\";s:0:\"\";s:40:\"top_level_item_hover_border_width_bottom\";s:0:\"\";s:38:\"top_level_item_hover_border_width_left\";s:0:\"\";s:32:\"top_level_item_hover_border_type\";s:4:\"none\";s:33:\"top_level_item_hover_border_color\";s:0:\"\";s:19:\"dropdown_menu_width\";s:3:\"220\";s:16:\"dropdown_menu_bg\";s:7:\"#f1f4f9\";s:18:\"dropdown_menu_bg_2\";s:0:\"\";s:31:\"dropdown_menu_bg_gradient_angle\";s:3:\"-90\";s:25:\"dropdown_menu_padding_top\";s:0:\"\";s:27:\"dropdown_menu_padding_right\";s:0:\"\";s:28:\"dropdown_menu_padding_bottom\";s:0:\"\";s:26:\"dropdown_menu_padding_left\";s:0:\"\";s:36:\"dropdown_menu_border_radius_top_left\";s:0:\"\";s:30:\"dropdown_menu_radius_top_right\";s:0:\"\";s:32:\"dropdown_menu_radius_bottom_left\";s:0:\"\";s:33:\"dropwodn_menu_radius_bottom_right\";s:0:\"\";s:26:\"dropdown_menu_border_width\";s:0:\"\";s:25:\"dropdown_menu_border_type\";s:4:\"none\";s:26:\"dropdown_menu_border_color\";s:0:\"\";s:31:\"dropdown_submenu_item_text_font\";s:9:\"Open Sans\";s:32:\"dropdown_submenu_item_text_color\";s:7:\"#a6abbc\";s:38:\"dropdown_submenu_item_text_hover_color\";s:7:\"#145bca\";s:36:\"dropdown_submenu_item_text_font_size\";s:4:\"14px\";s:38:\"dropdown_submenu_item_text_font_weight\";s:3:\"400\";s:38:\"dropdown_submenu_item_text_line_height\";s:2:\"24\";s:36:\"dropdown_submenu_item_text_transform\";s:10:\"capitalize\";s:41:\"dropdown_submenu_item_text_letter_spacing\";s:0:\"\";s:38:\"dropdown_submenu_first_item_text_color\";s:7:\"#145bca\";s:44:\"dropdown_submenu_first_item_text_hover_color\";s:7:\"#145bca\";s:42:\"dropdown_submenu_first_item_text_font_size\";s:4:\"15px\";s:44:\"dropdown_submenu_first_item_text_font_weight\";s:3:\"400\";s:44:\"dropdown_submenu_first_item_text_line_height\";s:2:\"25\";s:42:\"dropdown_submenu_first_item_text_transform\";s:9:\"uppercase\";s:47:\"dropdown_submenu_first_item_text_letter_spacing\";s:0:\"\";s:30:\"dropdown_submenu_item_bg_color\";s:7:\"#f1f4f9\";s:36:\"dropdown_submenu_item_bg_hover_color\";s:7:\"#e0e0e0\";s:33:\"dropdown_submenu_item_padding_top\";s:3:\"5px\";s:35:\"dropdown_submenu_item_padding_right\";s:4:\"15px\";s:36:\"dropdown_submenu_item_padding_bottom\";s:3:\"5px\";s:34:\"dropdown_submenu_item_padding_left\";s:4:\"15px\";s:32:\"dropdown_submenu_item_margin_top\";s:0:\"\";s:34:\"dropdown_submenu_item_margin_right\";s:0:\"\";s:35:\"dropdown_submenu_item_margin_bottom\";s:0:\"\";s:33:\"dropdown_submenu_item_margin_left\";s:0:\"\";s:34:\"dropdown_submenu_item_border_width\";s:0:\"\";s:33:\"dropdown_submenu_item_border_type\";s:4:\"none\";s:34:\"dropdown_submenu_item_border_color\";s:0:\"\";s:40:\"dropdown_submenu_item_hover_border_width\";s:0:\"\";s:39:\"dropdown_submenu_item_hover_border_type\";s:4:\"none\";s:40:\"dropdown_submenu_item_hover_border_color\";s:0:\"\";s:29:\"widgets_first_item_margin_top\";s:0:\"\";s:31:\"widgets_first_item_margin_right\";s:0:\"\";s:32:\"widgets_first_item_margin_bottom\";s:1:\"5\";s:30:\"widgets_first_item_margin_left\";s:0:\"\";s:41:\"submenu_first_item_border_separator_width\";s:0:\"\";s:40:\"submenu_first_item_border_separator_type\";s:4:\"none\";s:41:\"submenu_first_item_border_separator_color\";s:0:\"\";s:17:\"megamenu_bg_color\";s:7:\"#f1f4f9\";s:15:\"mega_menu_width\";s:4:\"100%\";s:20:\"megamenu_padding_top\";s:0:\"\";s:22:\"megamenu_padding_right\";s:0:\"\";s:23:\"megamenu_padding_bottom\";s:0:\"\";s:21:\"megamenu_padding_left\";s:0:\"\";s:31:\"megamenu_border_radius_top_left\";s:0:\"\";s:25:\"megamenu_radius_top_right\";s:0:\"\";s:27:\"megamenu_radius_bottom_left\";s:0:\"\";s:28:\"megamenu_radius_bottom_right\";s:0:\"\";s:26:\"megamenu_menu_border_width\";s:0:\"\";s:25:\"megamenu_menu_border_type\";s:4:\"none\";s:26:\"megamenu_menu_border_color\";s:0:\"\";s:36:\"megamenu_menu_border_separator_width\";s:3:\"1px\";s:35:\"megamenu_menu_border_separator_type\";s:5:\"solid\";s:36:\"megamenu_menu_border_separator_color\";s:7:\"#f1f4f9\";s:22:\"megamenu_boxshadow_top\";s:0:\"\";s:24:\"megamenu_boxshadow_right\";s:0:\"\";s:25:\"megamenu_boxshadow_bottom\";s:0:\"\";s:23:\"megamenu_boxshadow_left\";s:0:\"\";s:24:\"megamenu_boxshadow_color\";s:0:\"\";s:26:\"widgets_heading_text_color\";s:7:\"#ffffff\";s:32:\"widgets_heading_text_hover_color\";s:7:\"#1e73be\";s:30:\"widgets_heading_text_font_size\";s:4:\"13px\";s:32:\"widgets_heading_text_font_weight\";s:3:\"600\";s:32:\"widgets_heading_text_line_height\";s:2:\"25\";s:30:\"widgets_heading_text_transform\";s:9:\"uppercase\";s:35:\"widgets_heading_text_letter_spacing\";s:2:\".5\";s:40:\"widget_first_item_border_separator_width\";s:0:\"\";s:39:\"widget_first_item_border_separator_type\";s:4:\"none\";s:40:\"widget_first_item_border_separator_color\";s:7:\"#ffffff\";s:26:\"widgets_heading_margin_top\";s:0:\"\";s:28:\"widgets_heading_margin_right\";s:0:\"\";s:29:\"widgets_heading_margin_bottom\";s:0:\"\";s:27:\"widgets_heading_margin_left\";s:0:\"\";s:19:\"widgets_padding_top\";s:0:\"\";s:21:\"widgets_padding_right\";s:0:\"\";s:22:\"widgets_padding_bottom\";s:0:\"\";s:20:\"widgets_padding_left\";s:0:\"\";s:18:\"widgets_margin_top\";s:0:\"\";s:20:\"widgets_margin_right\";s:0:\"\";s:21:\"widgets_margin_bottom\";s:0:\"\";s:19:\"widgets_margin_left\";s:0:\"\";s:20:\"widgets_border_width\";s:0:\"\";s:19:\"widgets_border_type\";s:4:\"none\";s:20:\"widgets_border_color\";s:0:\"\";s:26:\"widgets_hover_border_width\";s:0:\"\";s:25:\"widgets_hover_border_type\";s:4:\"none\";s:26:\"widgets_hover_border_color\";s:0:\"\";s:21:\"widgets_content_color\";s:7:\"#dddddd\";s:20:\"toggle_bar_alignment\";s:5:\"right\";s:20:\"toggle_btn_open_text\";s:4:\"Menu\";s:21:\"toggle_bar_close_icon\";s:4:\"true\";s:21:\"toggle_btn_text_color\";s:7:\"#ffffff\";s:27:\"toggle_btn_text_hover_color\";s:7:\"#ffffff\";s:20:\"toggle_bar_font_size\";s:4:\"14px\";s:20:\"togglebar_margin_top\";s:2:\"12\";s:22:\"togglebar_margin_right\";s:0:\"\";s:23:\"togglebar_margin_bottom\";s:2:\"12\";s:21:\"togglebar_margin_left\";s:0:\"\";s:13:\"toggle_bar_bg\";s:7:\"#2964d8\";s:19:\"toggle_bar_hover_bg\";s:7:\"#2844d3\";s:26:\"mobile_item_text_font_size\";s:4:\"14px\";s:28:\"mobile_item_text_font_weight\";s:3:\"400\";s:28:\"mobile_item_text_line_height\";s:0:\"\";s:26:\"mobile_item_text_transform\";s:9:\"uppercase\";s:31:\"mobile_item_text_letter_spacing\";s:0:\"\";s:22:\"mobile_menu_item_color\";s:0:\"\";s:28:\"mobile_menu_item_hover_color\";s:0:\"\";s:28:\"mobile_menu_item_padding_top\";s:2:\"10\";s:30:\"mobile_menu_item_padding_right\";s:0:\"\";s:31:\"mobile_menu_item_padding_bottom\";s:2:\"10\";s:29:\"mobile_menu_item_padding_left\";s:0:\"\";s:27:\"mobile_menu_item_margin_top\";s:0:\"\";s:29:\"mobile_menu_item_margin_right\";s:0:\"\";s:30:\"mobile_menu_item_margin_bottom\";s:0:\"\";s:28:\"mobile_menu_item_margin_left\";s:0:\"\";s:14:\"mobile_menu_bg\";s:0:\"\";s:16:\"mobile_menu_bg_2\";s:0:\"\";s:29:\"mobile_menu_bg_gradient_angle\";s:3:\"-90\";s:10:\"wpmm_class\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:19:\"social_links_target\";s:6:\"_blank\";s:12:\"social_color\";s:0:\"\";s:18:\"social_hover_color\";s:0:\"\";s:11:\"social_icon\";a:2:{s:4:\"icon\";a:1:{i:0;s:0:\"\";}s:3:\"url\";a:1:{i:0;s:0:\"\";}}s:14:\"animation_type\";s:10:\"fadeindown\";}','classic-blue','','publish','closed','closed','','classic-blue','','','2025-02-16 22:07:01','2025-02-16 22:07:01','',0,'https://asyahavacilik.com/?p=858',0,'wpmm_theme','',0),
(859,1,'2025-02-16 23:01:35','2025-02-16 22:30:56',' ','','','publish','closed','closed','','859','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=859',31,'nav_menu_item','',0),
(861,1,'2025-02-16 22:58:08','2025-02-16 22:58:08','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" dropdown_menu_line_color=\"#5b81bf\" dropdown_menu_text_color=\"#5b81bf\" dropdown_menu_active_link_color=\"#5b81bf\" mobile_menu_text_color=\"#5b81bf\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_text_color=\"#5b81bf\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-16 22:58:08','2025-02-16 22:58:08','',662,'https://asyahavacilik.com/?p=861',0,'revision','',0),
(866,1,'2025-02-16 23:00:45','2025-02-16 23:00:45','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" active_link_color=\"#000000\" dropdown_menu_text_color=\"#000000\" mobile_menu_text_color=\"#000000\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\" dropdown_menu_line_color=\"#000000\" dropdown_menu_active_link_color=\"#000000\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-16 23:00:45','2025-02-16 23:00:45','',662,'https://asyahavacilik.com/?p=866',0,'revision','',0),
(1277,1,'2025-02-22 05:08:14','2025-02-22 05:08:14','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf4fc;||fa||900\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"142px|||||\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\" sticky_enabled=\"0\" min_height=\"528.4px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||28px|||\" min_height=\"523px\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-22 05:08:14','2025-02-22 05:08:14','',642,'https://asyahavacilik.com/?p=1277',0,'revision','',0),
(869,1,'2025-02-16 23:03:01','2025-02-16 23:03:01','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-16 23:03:01','2025-02-16 23:03:01','',642,'https://asyahavacilik.com/?p=869',0,'revision','',0),
(864,1,'2025-02-16 22:59:50','2025-02-16 22:59:50','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" dropdown_menu_line_color=\"#5b81bf\" dropdown_menu_text_color=\"#5b81bf\" dropdown_menu_active_link_color=\"#5b81bf\" mobile_menu_text_color=\"#5b81bf\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22,%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" active_link_color=\"#000000\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-16 22:59:50','2025-02-16 22:59:50','',662,'https://asyahavacilik.com/?p=864',0,'revision','',0),
(867,1,'2025-02-16 23:00:47','2025-02-16 23:00:47','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-16 23:00:47','2025-02-16 23:00:47','',642,'https://asyahavacilik.com/?p=867',0,'revision','',0),
(865,1,'2025-02-16 22:59:50','2025-02-16 22:59:50','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-16 22:59:50','2025-02-16 22:59:50','',642,'https://asyahavacilik.com/?p=865',0,'revision','',0),
(1284,1,'2025-02-22 05:16:21','2025-02-22 05:16:21','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf4fc;||fa||900\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" custom_margin=\"142px|||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" min_height=\"528.4px\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" min_height=\"523px\" custom_margin=\"||28px|||\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Apply Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-22 05:16:21','2025-02-22 05:16:21','',642,'https://asyahavacilik.com/?p=1284',0,'revision','',0),
(1278,1,'2025-02-22 05:09:06','2025-02-22 05:09:06','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf4fc;||fa||900\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" custom_margin=\"142px|||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" min_height=\"528.4px\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" min_height=\"523px\" custom_margin=\"||28px|||\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-22 05:09:06','2025-02-22 05:09:06','',642,'https://asyahavacilik.com/?p=1278',0,'revision','',0),
(535,1,'2025-02-13 01:27:12','2025-02-13 01:27:12','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"gcid-primary-color\" background_enable_image=\"off\" custom_padding=\"8px||8px||true|false\" sticky_position_tablet=\"none\" sticky_position_last_edited=\"off|desktop\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\" custom_padding__sticky_enabled=\"on|desktop\" custom_padding__sticky=\"4px||4px||true|false\" background__sticky_enabled=\"off|desktop\" background_color_gradient_start__sticky=\"#000000\" background_color_gradient_end__sticky=\"#000000\" background_color_gradient_stops__sticky=\"#000000 0%|#000000 90%\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"off|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||8px||false|false\" custom_padding_tablet=\"6px||6px||true|false\" border_color_all=\"rgba(255,255,255,0.4)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" height__sticky_enabled=\"off|sticky\" height__sticky=\"0px\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"4px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"margin-bottom: 8px;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.23.1\" _module_preset=\"bc3a252d-89e5-44ce-b88c-27689356d87d\" text_text_color=\"#FFFFFF\" link_text_color=\"#FFFFFF\" background_enable_color=\"off\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p><a href=\"#\">contact@asyahavacilik.com</a>  |  (123)-456-7890</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_search placeholder=\"Search\" placeholder_color=\"#FFFFFF\" _builder_version=\"4.25.2\" _module_preset=\"ac146294-4e71-4af1-87e7-1323a356fb5c\" border_width_all=\"1px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_search][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_padding=\"8px||||false|false\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"3c77b4af-96ee-4601-b31b-93a419dded40\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" background_layout=\"dark\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore More\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-4','','','2025-02-13 10:03:57','2025-02-13 10:03:57','',0,'https://asyahavacilik.com/index.php/et_header_layout/theme-builder-layout-4/',0,'et_header_layout','',0),
(536,1,'2025-02-13 01:27:13','2025-02-13 01:27:13','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Company Information\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">About Us</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Our Services</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Careers</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Press Releases</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Customer Support\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Contact Us</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">FAQs</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Shipping & Returns</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Privacy Policy</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore More\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Our Fleet</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Destinations</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Travel Blog</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Special Offers</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect With Us\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Facebook</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Twitter</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Instagram</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">LinkedIn</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Legal\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Terms of Service</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Cookie Policy</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Accessibility Statement</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Site Map</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]undefined[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-4','','','2025-02-13 01:27:13','2025-02-13 01:27:13','',0,'https://asyahavacilik.com/index.php/et_footer_layout/theme-builder-layout-4/',0,'et_footer_layout','',0),
(537,1,'2025-02-13 01:27:14','2025-02-13 01:27:14','[et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"9\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Newsletter\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Stay Updated with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.24.3\" _module_preset=\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22background_color%22%93}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-16','','','2025-02-13 01:27:14','2025-02-13 01:27:14','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-16/',0,'et_body_layout','',0),
(538,1,'2025-02-13 01:27:15','2025-02-13 01:27:15','[et_pb_section fb_built=\"1\" admin_label=\"Post\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_title featured_image=\"off\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_font_size=\"72px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"24px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.15em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" meta_text_color=\"gcid-primary-color\" text_orientation=\"center\" title_text_color=\"gcid-heading-color\" global_colors_info=\"{}\" _builder_version=\"4.24.3\" _module_preset=\"8759101f-6394-4d77-bea6-88627ad57e19\" hover_enabled=\"0\"][/et_pb_post_title][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.24.3\" _dynamic_attributes=\"src\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_content quote_border_color=\"gcid-secondary-color\" text_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" text_font_size=\"16px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"1.75em\" link_text_color=\"gcid-primary-color\" quote_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" quote_text_color=\"gcid-secondary-color\" quote_font_size=\"24px\" quote_font_size_tablet=\"18px\" quote_font_size_phone=\"15px\" quote_font_size_last_edited=\"on|desktop\" quote_line_height=\"1.4em\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"72px\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.15em\" header_2_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_2_text_color=\"gcid-heading-color\" header_2_font_size=\"50px\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" header_2_line_height=\"1.2em\" header_3_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_3_text_color=\"gcid-heading-color\" header_3_font_size=\"32px\" header_3_font_size_tablet=\"22px\" header_3_font_size_phone=\"17px\" header_3_font_size_last_edited=\"on|desktop\" header_3_line_height=\"1.3em\" header_4_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_4_text_color=\"gcid-heading-color\" header_4_font_size=\"24px\" header_4_font_size_tablet=\"18px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|tablet\" header_4_line_height=\"1.4em\" header_5_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_5_text_color=\"gcid-heading-color\" header_5_font_size=\"18px\" header_5_font_size_tablet=\"15px\" header_5_font_size_phone=\"14px\" header_5_font_size_last_edited=\"on|desktop\" header_5_line_height=\"1.4em\" header_6_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_6_text_color=\"gcid-heading-color\" header_6_line_height=\"1.5em\" header_6_font_size_tablet=\"13px\" header_6_font_size_phone=\"13px\" header_6_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_2_text_color%22,%22header_3_text_color%22,%22header_4_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22gcid-primary-color%22:%91%22link_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_text_color%22%93}\" border_radii_image=\"on|6px|6px|6px|6px\" _builder_version=\"4.24.3\" _module_preset=\"fe3d0146-672d-4ba4-9e5d-b0288477ec8d\" hover_enabled=\"0\"][/et_pb_post_content][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_nav title_font=\"--et_global_body_font|700|||||||\" title_text_color=\"gcid-primary-color\" title_font_size=\"18px\" global_colors_info=\"{}\" title_font_size_last_edited=\"on|desktop\" title_font_size_tablet=\"15px\" title_font_size_phone=\"14px\" title_line_height=\"1.4em\" _builder_version=\"4.24.3\" _module_preset=\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\" hover_enabled=\"0\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Post Author\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" global_colors_info=\"{}\" background_color=\"rgba(0,0,0,0.05)\" background_enable_color=\"on\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb content_max_width=\"100%\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"13px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" border_radii_image=\"on|100px|100px|100px|100px\" global_colors_info=\"{}\" animation=\"off\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" icon_alignment=\"center\" image_icon_custom_margin=\"||||false|false\" image_icon_custom_padding=\"||||false|false\" body_link_text_color=\"gcid-primary-color\" title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJXcml0dGVuIEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9sYXN0X25hbWUiLCJsaW5rIjoib2ZmIiwibGlua19kZXN0aW5hdGlvbiI6ImF1dGhvcl9hcmNoaXZlIn19@\" image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" image_icon_width=\"64px\" _builder_version=\"4.24.3\" _dynamic_attributes=\"title,content,image\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" text_orientation=\"center\" hover_enabled=\"0\"]Written by our seasoned aviation experts at Asya Havacılık, who bring years of experience and a passion for flying to every article. Our team is dedicated to providing you with accurate and engaging content that fuels your love for aviation.[/et_pb_blurb][et_pb_button custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-secondary-color\" button_border_radius=\"100px\" custom_padding=\"12px|24px|12px|24px|true|true\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" custom_padding__hover_enabled=\"off|desktop\" custom_padding__hover=\"|28px||20px|true|false\" button_bg_enable_color=\"on\" button_border_width=\"0px\" button_font=\"--et_global_body_font|700|||||||\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfdXJsIiwic2V0dGluZ3MiOnt9fQ==@\" button_text=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJNb3JlIFBvc3RzIGJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" button_alignment=\"center\" _builder_version=\"4.24.3\" _dynamic_attributes=\"button_text,button_url\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Related Posts\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"50px\" title_font_size_tablet=\"28px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" global_colors_info=\"{}\" title_level=\"h2\" custom_margin=\"||10px||false|false\" title=\"You Might Also Like\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\"][/et_pb_heading][et_pb_blog fullwidth=\"off\" show_more=\"on\" show_author=\"off\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"14.5px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" meta_text_color=\"gcid-primary-color\" read_more_font=\"--et_global_body_font|700|||||||\" read_more_text_color=\"gcid-secondary-color\" pagination_text_color=\"gcid-secondary-color\" pagination_font_size=\"18px\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"0px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" body_line_height=\"1.75em\" box_shadow_style=\"preset3\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" pagination_font_size_last_edited=\"on|tablet\" pagination_font_size_tablet=\"15px\" pagination_font_size_phone=\"14px\" body_text_color=\"gcid-body-color\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" pagination_font=\"--et_global_body_font|700|||||||\" posts_number=\"3\" include_categories=\"current\" show_pagination=\"off\" offset_number=\"0\" _builder_version=\"4.24.3\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" hover_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Share your thoughts and feedback on our aviation services. Your insights help us soar to new heights!\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_comments form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"gcid-body-color\" form_field_focus_text_color=\"gcid-body-color\" form_field_custom_padding=\"18px||18px||true|false\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"50px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.2em\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"32px\" title_font_size_tablet=\"22px\" title_font_size_phone=\"17px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.3em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" form_field_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" form_field_font_size=\"14px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-primary-color\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"--et_global_body_font|700|||||||\" button_custom_margin=\"||||false|false\" button_custom_padding=\"12px|24px|12px|24px|true|true\" border_radii_fields=\"on|6px|6px|6px|6px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(0,0,0,0.08)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" meta_text_color=\"#000000\" button_bg_enable_color=\"on\" border_radii_image=\"on|200px|200px|200px|200px\" _builder_version=\"4.24.3\" _module_preset=\"abb240a2-a953-4e48-8a6f-4661409a9742\" hover_enabled=\"0\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-17','','','2025-02-13 01:27:15','2025-02-13 01:27:15','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-17/',0,'et_body_layout','',0),
(539,1,'2025-02-13 01:27:16','2025-02-13 01:27:16','[et_pb_section fb_built=\"1\" admin_label=\"Author\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" align=\"center\" _builder_version=\"4.25.2\" _dynamic_attributes=\"src\" _module_preset=\"d0922e87-91bd-4a92-93b6-ba97284f635a\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZmlyc3RfbGFzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_level=\"h1\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]Welcome to Asya Havacılık, where innovation meets the skies. Our team of dedicated aviation experts is committed to providing unparalleled service and expertise in the aerospace industry. Discover the future of flight with us.[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJQb3N0IEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"3\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-18','','','2025-02-13 01:27:16','2025-02-13 01:27:16','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-18/',0,'et_body_layout','',0),
(540,1,'2025-02-13 01:27:17','2025-02-13 01:27:17','[et_pb_section fb_built=\"1\" admin_label=\"Discover the Skies with Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_search placeholder=\"Refine Your Search\" _builder_version=\"4.25.2\" _module_preset=\"d0411139-1926-43ca-9445-1b8529551c5f\" max_width=\"500px\" global_colors_info=\"{}\"][/et_pb_search][et_pb_blog use_current_loop=\"on\" show_thumbnail=\"off\" show_more=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.25.2\" _module_preset=\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-19','','','2025-02-13 01:27:17','2025-02-13 01:27:17','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-19/',0,'et_body_layout','',0),
(541,1,'2025-02-13 01:27:18','2025-02-13 01:27:18','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"404\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-secondary-color\" min_height=\"100vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"404\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" title_font_size=\"10vw\" title_line_height=\"1em\" title_font_size_tablet=\"10vw\" title_font_size_phone=\"10vw\" title_font_size_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Page Not Found\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Oops! The page you\'re looking for can\'t be found. Please check the URL or return to the homepage.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back Home\" button_alignment=\"center\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _dynamic_attributes=\"button_url\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-20','','','2025-02-13 01:27:18','2025-02-13 01:27:18','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-20/',0,'et_body_layout','',0),
(542,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','Theme Builder','','trash','closed','closed','','theme-builder__trashed-4','','','2025-02-13 10:05:13','2025-02-13 10:05:13','',0,'https://asyahavacilik.com/index.php/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),
(543,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','Default Website Template','','publish','closed','closed','','default-website-template-4','','','2025-02-13 01:27:20','2025-02-13 01:27:20','',0,'https://asyahavacilik.com/index.php/et_template/default-website-template-4/',0,'et_template','',0),
(544,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','All Category Pages','','publish','closed','closed','','all-category-pages-4','','','2025-02-13 01:27:20','2025-02-13 01:27:20','',0,'https://asyahavacilik.com/index.php/et_template/all-category-pages-4/',0,'et_template','',0),
(545,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','All Posts','','publish','closed','closed','','all-posts-4','','','2025-02-13 01:27:20','2025-02-13 01:27:20','',0,'https://asyahavacilik.com/index.php/et_template/all-posts-4/',0,'et_template','',0),
(546,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','All Author Pages','','publish','closed','closed','','all-author-pages-4','','','2025-02-13 01:27:20','2025-02-13 01:27:20','',0,'https://asyahavacilik.com/index.php/et_template/all-author-pages-4/',0,'et_template','',0),
(547,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','Search Results','','publish','closed','closed','','search-results-4','','','2025-02-13 01:27:20','2025-02-13 01:27:20','',0,'https://asyahavacilik.com/index.php/et_template/search-results-4/',0,'et_template','',0),
(548,1,'2025-02-13 01:27:20','2025-02-13 01:27:20','','404 Page','','publish','closed','closed','','404-page-4','','','2025-02-13 01:27:20','2025-02-13 01:27:20','',0,'https://asyahavacilik.com/index.php/et_template/404-page-4/',0,'et_template','',0),
(549,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','{\n    \"nav_menu[2]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:47:33\"\n    },\n    \"nav_menu[4]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:47:33\"\n    },\n    \"nav_menu[5]\": {\n        \"value\": false,\n        \"type\": \"nav_menu\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:47:33\"\n    },\n    \"nav_menus_created_posts\": {\n        \"value\": [\n            550,\n            551,\n            552,\n            553,\n            554,\n            555,\n            556,\n            557,\n            558,\n            559,\n            560,\n            561,\n            562,\n            563,\n            564,\n            565,\n            566,\n            567,\n            568,\n            569,\n            570,\n            571,\n            572,\n            573,\n            574,\n            575,\n            576,\n            577,\n            578\n        ],\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-7816165553030794000]\": {\n        \"value\": {\n            \"object_id\": 550,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 4,\n            \"type\": \"post_type\",\n            \"title\": \"Corporate\",\n            \"url\": \"https://asyahavacilik.com/?page_id=550\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Corporate\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:47\"\n    },\n    \"nav_menu_item[519]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 518,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/about/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:47\"\n    },\n    \"nav_menu_item[521]\": {\n        \"value\": {\n            \"menu_item_parent\": -7816165553030794000,\n            \"object_id\": 520,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/fleet/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Fleet\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:51:32\"\n    },\n    \"nav_menu_item[523]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 522,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/contact/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:51:32\"\n    },\n    \"nav_menu_item[-1466013292424503300]\": {\n        \"value\": {\n            \"object_id\": 551,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 7,\n            \"type\": \"post_type\",\n            \"title\": \"Gallery\",\n            \"url\": \"https://asyahavacilik.com/?page_id=551\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Gallery\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:51:32\"\n    },\n    \"nav_menu_item[-263896864374321150]\": {\n        \"value\": {\n            \"object_id\": 552,\n            \"object\": \"page\",\n            \"menu_item_parent\": 0,\n            \"position\": 8,\n            \"type\": \"post_type\",\n            \"title\": \"Trainings\",\n            \"url\": \"https://asyahavacilik.com/?page_id=552\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Trainings\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:51:32\"\n    },\n    \"nav_menu_item[-4748616132946754000]\": {\n        \"value\": {\n            \"object_id\": 553,\n            \"object\": \"page\",\n            \"menu_item_parent\": -263896864374321150,\n            \"position\": 9,\n            \"type\": \"post_type\",\n            \"title\": \"Airline Pilot ATPL Trainings\",\n            \"url\": \"https://asyahavacilik.com/?page_id=553\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Airline Pilot ATPL Trainings\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:52:32\"\n    },\n    \"nav_menu_item[-7506425770397229000]\": {\n        \"value\": {\n            \"object_id\": 554,\n            \"object\": \"page\",\n            \"menu_item_parent\": -4748616132946754000,\n            \"position\": 10,\n            \"type\": \"post_type\",\n            \"title\": \"Special ATPL Training for Students\",\n            \"url\": \"https://asyahavacilik.com/?page_id=554\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Students\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:52:32\"\n    },\n    \"nav_menu_item[-7853747403926963000]\": {\n        \"value\": {\n            \"object_id\": 555,\n            \"object\": \"page\",\n            \"menu_item_parent\": -4748616132946754000,\n            \"position\": 11,\n            \"type\": \"post_type\",\n            \"title\": \"Special ATPL Training for Cabin Attendants\",\n            \"url\": \"https://asyahavacilik.com/?page_id=555\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Cabin Attendants\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:52:32\"\n    },\n    \"nav_menu_item[-1256002148237020200]\": {\n        \"value\": {\n            \"object_id\": 556,\n            \"object\": \"page\",\n            \"menu_item_parent\": -4748616132946754000,\n            \"position\": 12,\n            \"type\": \"post_type\",\n            \"title\": \"Airline Transport Pilot License Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=556\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Airline Transport Pilot License Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:52:32\"\n    },\n    \"nav_menu_item[-5463417984868554000]\": {\n        \"value\": {\n            \"object_id\": 557,\n            \"object\": \"page\",\n            \"menu_item_parent\": -4748616132946754000,\n            \"position\": 13,\n            \"type\": \"post_type\",\n            \"title\": \"Special ATPL Training for Employees\",\n            \"url\": \"https://asyahavacilik.com/?page_id=557\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Employees\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:52:32\"\n    },\n    \"nav_menu_item[-9218151744266605000]\": {\n        \"value\": {\n            \"object_id\": 558,\n            \"object\": \"page\",\n            \"menu_item_parent\": -263896864374321150,\n            \"position\": 14,\n            \"type\": \"post_type\",\n            \"title\": \"Other Pilot Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=558\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Other Pilot Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:53:32\"\n    },\n    \"nav_menu_item[-9101256453742037000]\": {\n        \"value\": {\n            \"object_id\": 559,\n            \"object\": \"page\",\n            \"menu_item_parent\": -9218151744266605000,\n            \"position\": 15,\n            \"type\": \"post_type\",\n            \"title\": \"Flight Instructor\",\n            \"url\": \"https://asyahavacilik.com/?page_id=559\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Flight Instructor\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:53:32\"\n    },\n    \"nav_menu_item[-7771231975036551000]\": {\n        \"value\": {\n            \"object_id\": 560,\n            \"object\": \"page\",\n            \"menu_item_parent\": -9218151744266605000,\n            \"position\": 16,\n            \"type\": \"post_type\",\n            \"title\": \"SEP Renewal\",\n            \"url\": \"https://asyahavacilik.com/?page_id=560\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"SEP Renewal\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:53:32\"\n    },\n    \"nav_menu_item[-603121615368628200]\": {\n        \"value\": {\n            \"object_id\": 561,\n            \"object\": \"page\",\n            \"menu_item_parent\": -263896864374321150,\n            \"position\": 17,\n            \"type\": \"post_type\",\n            \"title\": \"Modular Pilotage\",\n            \"url\": \"https://asyahavacilik.com/?page_id=561\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Modular Pilotage\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-4176115019828098000]\": {\n        \"value\": {\n            \"object_id\": 562,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 18,\n            \"type\": \"post_type\",\n            \"title\": \"PPL Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=562\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"PPL Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-2819984087041140700]\": {\n        \"value\": {\n            \"object_id\": 563,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 19,\n            \"type\": \"post_type\",\n            \"title\": \"ATPL Theory\",\n            \"url\": \"https://asyahavacilik.com/?page_id=563\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"ATPL Theory\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-3495132811033228300]\": {\n        \"value\": {\n            \"object_id\": 564,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 20,\n            \"type\": \"post_type\",\n            \"title\": \"PIC\",\n            \"url\": \"https://asyahavacilik.com/?page_id=564\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"PIC\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-6774382292570477000]\": {\n        \"value\": {\n            \"object_id\": 565,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 21,\n            \"type\": \"post_type\",\n            \"title\": \"Night VFR\",\n            \"url\": \"https://asyahavacilik.com/?page_id=565\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Night VFR\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-1102470507533133800]\": {\n        \"value\": {\n            \"object_id\": 566,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 22,\n            \"type\": \"post_type\",\n            \"title\": \"CPL Commercial Pilot\",\n            \"url\": \"https://asyahavacilik.com/?page_id=566\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"CPL Commercial Pilot\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-5485066055127349000]\": {\n        \"value\": {\n            \"object_id\": 567,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 23,\n            \"type\": \"post_type\",\n            \"title\": \"IR Instrument Flight\",\n            \"url\": \"https://asyahavacilik.com/?page_id=567\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"IR Instrument Flight\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-4808896876635808000]\": {\n        \"value\": {\n            \"object_id\": 568,\n            \"object\": \"page\",\n            \"menu_item_parent\": -603121615368628200,\n            \"position\": 24,\n            \"type\": \"post_type\",\n            \"title\": \"Multi-Motor Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=568\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Multi-Motor Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:54:32\"\n    },\n    \"nav_menu_item[-6259898982744850000]\": {\n        \"value\": {\n            \"object_id\": 569,\n            \"object\": \"page\",\n            \"menu_item_parent\": -263896864374321150,\n            \"position\": 25,\n            \"type\": \"post_type\",\n            \"title\": \"UAV TRAINING\",\n            \"url\": \"https://asyahavacilik.com/?page_id=569\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"UAV TRAINING\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-4431045090049633300]\": {\n        \"value\": {\n            \"object_id\": 570,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6259898982744850000,\n            \"position\": 26,\n            \"type\": \"post_type\",\n            \"title\": \"UAV 1 Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=570\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"UAV 1 Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-6893600502761016000]\": {\n        \"value\": {\n            \"object_id\": 571,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6259898982744850000,\n            \"position\": 27,\n            \"type\": \"post_type\",\n            \"title\": \"UAV 2 Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=571\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"UAV 2 Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-2111204878031960000]\": {\n        \"value\": {\n            \"object_id\": 572,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6259898982744850000,\n            \"position\": 28,\n            \"type\": \"post_type\",\n            \"title\": \"UAV Pesticide Spraying Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=572\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Pesticide Spraying Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-3354007669973059600]\": {\n        \"value\": {\n            \"object_id\": 573,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6259898982744850000,\n            \"position\": 29,\n            \"type\": \"post_type\",\n            \"title\": \"FPV Drone Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=573\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"FPV Drone Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-6661266531782299000]\": {\n        \"value\": {\n            \"object_id\": 574,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6259898982744850000,\n            \"position\": 30,\n            \"type\": \"post_type\",\n            \"title\": \"UAV Mapping Training\",\n            \"url\": \"https://asyahavacilik.com/?page_id=574\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Mapping Training\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-1628476342156139500]\": {\n        \"value\": {\n            \"object_id\": 575,\n            \"object\": \"page\",\n            \"menu_item_parent\": -6259898982744850000,\n            \"position\": 31,\n            \"type\": \"post_type\",\n            \"title\": \"UAV Professional Video Traininig\",\n            \"url\": \"https://asyahavacilik.com/?page_id=575\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Professional Video Traininig\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-1282777324153016300]\": {\n        \"value\": {\n            \"object_id\": 576,\n            \"object\": \"page\",\n            \"menu_item_parent\": -263896864374321150,\n            \"position\": 32,\n            \"type\": \"post_type\",\n            \"title\": \"EXPERIENCE FLIGHTS\",\n            \"url\": \"https://asyahavacilik.com/?page_id=576\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"EXPERIENCE FLIGHTS\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-1159065272788963300]\": {\n        \"value\": {\n            \"object_id\": 577,\n            \"object\": \"page\",\n            \"menu_item_parent\": -1282777324153016300,\n            \"position\": 33,\n            \"type\": \"post_type\",\n            \"title\": \"Cockpit Experience\",\n            \"url\": \"https://asyahavacilik.com/?page_id=577\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Cockpit Experience\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[-2938568542990924000]\": {\n        \"value\": {\n            \"object_id\": 578,\n            \"object\": \"page\",\n            \"menu_item_parent\": -1282777324153016300,\n            \"position\": 34,\n            \"type\": \"post_type\",\n            \"title\": \"Simulator Flight\",\n            \"url\": \"https://asyahavacilik.com/?page_id=578\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"status\": \"publish\",\n            \"original_title\": \"Simulator Flight\",\n            \"nav_menu_term_id\": 6,\n            \"_invalid\": false,\n            \"type_label\": \"Page\"\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:32\"\n    },\n    \"nav_menu_item[517]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 516,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/services/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"nav_menu_term_id\": 6,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"Services\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:55:47\"\n    }\n}','','','trash','closed','closed','','28a30e86-6f5e-4dad-971a-12583f0254f6','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',0,'https://asyahavacilik.com/?p=549',0,'customize_changeset','',0),
(550,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Corporate','','trash','closed','closed','','corporate__trashed','','','2025-02-22 05:16:51','2025-02-22 05:16:51','',0,'https://asyahavacilik.com/?page_id=550',0,'page','',0),
(551,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Gallery','','trash','closed','closed','','gallery__trashed','','','2025-02-22 05:14:50','2025-02-22 05:14:50','',0,'https://asyahavacilik.com/?page_id=551',0,'page','',0),
(552,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-1cbf899b-4299-4b90-b0ae-e4f974eff0e4-1920x1080.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Achieve Your Aviation Dreams\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Premier Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık to embark on a transformative journey in aviation. Our comprehensive training programs are designed to equip you with the skills needed to soar high in your aviation career.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact/\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Airline Transport Pilot License (ATPL)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our ATPL program offers in-depth training for aspiring airline pilots, covering everything from navigation to advanced flight operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Private Pilot License (PPL)\" use_icon=\"on\" font_icon=\"&#xf4fc;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Start your aviation journey with our PPL course, providing essential skills for personal flying and foundational pilot training.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Commercial Pilot License (CPL)\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Advance your career with our CPL training, focusing on the skills needed for commercial aviation and professional piloting.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Unmanned Aerial Vehicle (UAV) Training\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Explore the world of drones with our UAV training programs, including professional video and mapping courses.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert Instructors\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned pilots with years of experience in the aviation industry, ensuring you receive top-notch education and mentorship.</p>[/et_pb_blurb][et_pb_button button_text=\"Meet Our Team\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train in our modern facilities equipped with the latest technology to provide a realistic and effective learning environment.</p>[/et_pb_blurb][et_pb_button button_text=\"View Our Campus\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our curriculum is designed to cover all aspects of aviation, from theory to practical application, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_text=\"See Course Details\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Training Options\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>We offer a variety of training schedules and modular courses to fit your lifestyle and career goals.</p>[/et_pb_blurb][et_pb_button button_text=\"Find Your Path\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Training Sessions\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced ATPL Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||37px|||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"UAV Professional Video Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-3cec0042-ed0b-4511-869a-5f1aa232566e-800x600.jpg\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Night VFR Training Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-8a35b6a0-1634-44f6-996d-597bf19eb2bb-800x600.jpg\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Instrument Flight Rules\" _builder_version=\"4.27.4\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-5bbdec53-3c3a-4270-9fdc-89781d22e9ce-800x600.jpg\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact/\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" open=\"off\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does the UAV training course take?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>The UAV training course typically lasts 4 weeks, with flexible scheduling options available to accommodate different needs.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I take the PPL training if I have no prior flying experience?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, our PPL training is designed for beginners and provides all the necessary foundational skills for aspiring pilots.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is there financial aid available for students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>We offer various financing options and scholarships to help students manage the cost of their training programs.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing your programs?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"on\"]<p>Graduates can pursue careers as commercial pilots, flight instructors, or specialize in UAV operations, among other aviation roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" custom_padding=\"10px||10px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Elevate Your Aviation Career\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" _builder_version=\"4.24.3\" _module_preset=\"ca79a742-981f-479f-a8a2-3a0292efaff0\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"caret\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join our elite training programs at Asya Havacılık and take the first step towards becoming a certified pilot. Whether you\'re aspiring to fly commercial airlines or specialize in UAV operations, our comprehensive courses are designed to suit your needs. Contact us today to learn more about our offerings and how we can help you achieve your aviation dreams.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Get Started Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact/\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Trainings','','publish','closed','closed','','trainings','','','2025-02-17 00:10:33','2025-02-17 00:10:33','',0,'https://asyahavacilik.com/?page_id=552',0,'page','',0),
(553,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color=\"#0C71C3\" use_background_color_gradient=\"off\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Our Premier ATPL Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on your journey to becoming a certified airline pilot with our comprehensive ATPL training courses, designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation by providing top-tier training programs for aspiring airline pilots. Our commitment to excellence is reflected in our rigorous ATPL courses, which are designed to meet the highest industry standards. With a team of experienced instructors and state-of-the-art facilities, we ensure that our students receive the best education and training to excel in their aviation careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our ATPL Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Integrated ATPL Course\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our Integrated ATPL course is a fast-track program that combines theoretical knowledge with practical flight training, allowing students to achieve their pilot licenses in a structured and efficient manner. Duration: 18 months.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Modular ATPL Course\" use_icon=\"on\" font_icon=\"&#xf812;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The Modular ATPL course offers flexibility for students who wish to complete their training in stages. This program is ideal for those who need to balance their studies with other commitments. Duration: Varies based on student pace.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Multi-Crew Cooperation (MCC) Course\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our MCC course focuses on developing the skills necessary for effective teamwork in a multi-crew cockpit environment, preparing students for real-world airline operations. Duration: 2 weeks.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Jet Orientation Course (JOC)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The JOC provides essential training for transitioning from propeller-driven aircraft to jet-powered airliners, emphasizing handling and performance differences. Duration: 1 week.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the ATPL training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"wave\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The comprehensive curriculum and hands-on flight experience prepared me thoroughly for my aviation career. I highly recommend Asya Havacılık to aspiring pilots.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||31px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık\'s ATPL program exceeded my expectations. The state-of-the-art simulators and real-world training scenarios were invaluable.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||-3px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I am grateful for the mentorship and guidance I received during my training. The skills I developed here have been crucial in my career advancement.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"ATPL Open Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an informative session about our ATPL training programs, meet our instructors, and tour our facilities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Information Session\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Discover the benefits of training at Asya Havacılık. Our team will answer all your questions about the ATPL courses.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Pilot Career Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Explore career opportunities in aviation and hear from industry experts about the future of piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Simulator Experience Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Experience our flight simulators firsthand and see what it\'s like to train as a pilot at Asya Havacılık.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"ATPL Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Our ATPL training programs are designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#0077b6\" icon_color=\"#0077b6\" _builder_version=\"4.24.2\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22#0077b6%22:%91%22icon_color%22,%22open_toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The ATPL training program typically takes 18 to 24 months to complete, depending on the student\'s pace and schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the ATPL courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students. Please contact our admissions office for more details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you provide job placement assistance after graduation?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer career support services, including resume workshops and interview preparation, to help graduates secure positions in the aviation industry.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What kind of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a fleet of modern aircraft, including single-engine and multi-engine planes, as well as advanced flight simulators.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any opportunities for international students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we welcome international students and provide support with visa applications and accommodation arrangements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_link_font=\"||||||||\" background_enable_color=\"off\" use_background_color=\"off\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to take the next step in your aviation journey? Enroll in our comprehensive ATPL training programs at Asya Havacılık and soar to new heights. Contact us today for more information and start your path to becoming a skilled airline pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Pilot ATPL Trainings','','publish','closed','closed','','airline-pilot-atpl-trainings','','','2025-02-22 04:42:32','2025-02-22 04:42:32','',0,'https://asyahavacilik.com/?page_id=553',0,'page','',0),
(554,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1527354372664-ae0112ab2c41?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"||8vw||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#03045e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Achieve Your Pilot Dreams with Our Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with Asya Havacılık\'s exclusive ATPL training, designed to elevate your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"|||470px|false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_padding=\"|30px|71px|30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive ATPL Training for Aspiring Aviators\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>At Asya Havacılık, we offer a specialized Airline Transport Pilot License (ATPL) training program that equips aspiring pilots with the skills and knowledge necessary for a successful career in aviation. Our program is meticulously crafted to meet the highest industry standards, ensuring that our students are well-prepared for the challenges of modern aviation. With a focus on both theoretical and practical training, our curriculum is designed to foster excellence and professionalism in every aspect of pilot education.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a3.webp\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our ATPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Train using cutting-edge flight simulators that replicate real-world flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Our program covers all essential topics, from navigation and meteorology to advanced flight operations, ensuring a well-rounded education.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aerodynamics and Flight Mechanics\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Gain a deep understanding of the principles of flight and aircraft control.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the skills of navigation and weather analysis crucial for pilots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems and Engines\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/title-2022-03-08-00-23-14-utc.jpeg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Comprehensive study of aircraft systems and propulsion mechanisms.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The ATPL program at Asya Havacılık was transformative. The instructors were knowledgeable and supportive.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I passed my exams with flying colors. The course material was top-notch.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık for anyone serious about a career in aviation. The training was exceptional.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Open Day at Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNhcmVlciUyMGZhaXJ8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Pilot Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" custom_margin=\"||32px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Career with ATPL Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Join our comprehensive ATPL training program at Asya Havacılık and take the first step towards a successful aviation career. Our expert instructors and state-of-the-art facilities ensure you receive the highest quality education. Don\'t miss this opportunity to soar to new heights. Request more information today!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Students','','publish','closed','closed','','special-atpl-training-for-students','','','2025-02-22 04:46:21','2025-02-22 04:46:21','',0,'https://asyahavacilik.com/?page_id=554',0,'page','',0),
(555,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 30px|rgba(255,255,255,0.86) 100px\" background_color_gradient_unit=\"px\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with Specialized Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Airplane Special ATPL Training for Cabin Attendants\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with our specialized ATPL training designed exclusively for cabin attendants, where you will not only master advanced piloting techniques but also cultivate essential leadership qualities that elevate your role in aviation. This program goes beyond traditional training, infusing practical skills with innovative learning approaches, enabling you to adeptly navigate the skies while ensuring the utmost safety and comfort for passengers. Grab this opportunity to enhance your expertise, expand your career horizons, and become an indispensable asset to your airline.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#5b81bf\" custom_margin=\"8vw||||false|false\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Transform Your Aviation Journey Today\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Specialized Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Airplane Special ATPL Training program is meticulously crafted for cabin attendants aspiring to enhance their aviation expertise. At Asya Havacılık, we are committed to delivering top-tier training that combines theoretical knowledge with practical experience, ensuring our participants are well-prepared for the challenges of modern aviation. Our mission is to foster a learning environment that promotes safety, leadership, and professional growth in the aviation industry.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/63419489eedeac467d226b5f8ae1583d.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/flug-checkliste.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"382.2px\"][/et_pb_image][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our program covers all essential aspects of ATPL training, tailored specifically for cabin attendants, including advanced safety protocols and emergency procedures.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals with years of industry experience, dedicated to providing personalized guidance and support.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/11111.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"State-of-the-Art Simulators\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain hands-on experience with cutting-edge flight simulators, replicating real-world scenarios to enhance your practical skills.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View Facilities\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Downloaderla-65ab64c.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Career Advancement Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Unlock new career paths with our certification, recognized by leading airlines worldwide, and take your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master the art of navigation with our comprehensive course designed for aspiring cabin attendants.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures Training\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn essential emergency protocols to ensure passenger safety in all situations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Communication Skills Enhancement\" image=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhdmlhdGlvbiUyMGUtbGVhcm5pbmclMjBwbGF0Zm9ybXxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your communication skills to effectively interact with passengers and crew.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Rodriguez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The ATPL training was transformative. The instructors were knowledgeable, and the course content was practical and engaging.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Chen\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık\'s training exceeded my expectations. The skills I gained are invaluable for my career in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sophia Ahmed\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The hands-on experience and expert guidance made this training an unforgettable journey. Highly recommended!</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to common questions about our ATPL training for cabin attendants.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training?\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The training program lasts for 28 weeks, with flexible online modules to fit your schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for enrolling?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Participants should have a basic understanding of aviation and hold a valid cabin crew license.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What certification will I receive upon completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates receive an internationally recognized ATPL certification from Asya Havacılık.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How can I access course materials?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>All course materials are accessible online through our dedicated learning portal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Elevate Your Career with Our ATPL Training\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22button_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Join our exclusive Airplane Special ATPL Training designed specifically for cabin attendants. Enhance your skills and open new career opportunities in the aviation industry. Contact us today for more information and take the first step towards advancing your career!</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Cabin Attendants','','publish','closed','closed','','special-atpl-training-for-cabin-attendants','','','2025-02-22 04:51:38','2025-02-22 04:51:38','',0,'https://asyahavacilik.com/?page_id=555',0,'page','',0),
(556,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://images.unsplash.com/photo-1532196553209-dfabaf44bcfd?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Achieve Your Aviation Dreams\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık\'s elite Airline Transport Pilot License program and take the first step towards a rewarding career in aviation.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1725957252016-3f85c1876bb3?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjB0cmFpbmluZyUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Airline Transport Pilot License training program at Asya Havacılık is designed to equip aspiring pilots with the skills and knowledge necessary for a successful career in aviation. This comprehensive program emphasizes safety, precision, and excellence, ensuring that our graduates are well-prepared to meet the demands of the industry. With experienced instructors and state-of-the-art facilities, we offer a learning environment that fosters growth and confidence. Join us to unlock a world of opportunities in the skies.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our program covers all essential aspects of pilot training, including theoretical knowledge and practical flight hours, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" custom_margin=\"||57px|||\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train on modern aircraft equipped with the latest technology to provide real-world flying experience and enhance your learning.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View Aircraft\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"A Journey to the Skies\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\"]<p>\"Completing my training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout my journey.\"</p>\n<p>- Alex T.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Reaching New Heights\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\"]<p>\"The comprehensive training program at Asya Havacılık equipped me with the skills and confidence I needed to excel in my aviation career.\"</p>\n<p>- Maria L.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||23px|||\" min_height=\"377.6px\"]<p>Master the art of navigation with our in-depth course designed for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://images.unsplash.com/photo-1522798120812-304f8819f4be?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwbWF0ZXJpYWxzfGVufDB8MHx8fDE3Mzk5MjEyMzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" custom_margin=\"||83px|||\"]<p>Understand weather patterns and their impact on flight operations with this essential course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems and Performance\" image=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" custom_margin=\"||81px|||\"]<p>Gain insights into aircraft systems and performance metrics crucial for safe flying.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning Essentials\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/flug-checkliste.jpeg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||103px|||\"]<p>Learn the fundamentals of flight planning to ensure efficient and safe journeys.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Airline Operations Management\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Explore the intricacies of managing airline operations in this comprehensive course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Human Factors in Aviation\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Human_fatigue_study.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||101px|||\"]<p>Delve into the psychological and physiological aspects affecting pilot performance.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our elite Airline Transport Pilot License Training at Asya Havacılık and take the next step in your aviation journey. Our comprehensive program is designed to equip you with the skills and knowledge needed to excel in the skies. Don\'t miss this opportunity to soar to new heights. Enroll today or contact us for more information!</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Transport Pilot License Training','','publish','closed','closed','','airline-transport-pilot-license-training','','','2025-02-22 05:02:11','2025-02-22 05:02:11','',0,'https://asyahavacilik.com/?page_id=556',0,'page','',0),
(557,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Hero\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our exclusive program designed to enhance your aviation skills and propel your career forward. Tailored for employees seeking to excel in the aviation industry, our training offers unparalleled expertise and insights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Curriculum\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our curriculum is crafted by industry experts to ensure comprehensive learning and application.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Expert Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned pilots and aviation professionals with years of experience.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1689687286016-511621f74eae?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwxfHx8MTczOTkyMDg4M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"|-10vw|||false|false\" custom_margin_tablet=\"|0vw|||false|false\" custom_margin_phone=\"|0vw|||false|false\" custom_margin_last_edited=\"on|tablet\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Aircraft Special ATPL Training program is meticulously designed to equip employees with the necessary skills and knowledge to excel in the aviation industry. Recognizing the critical role of advanced training, our program focuses on enhancing both theoretical and practical competencies, ensuring participants are well-prepared for the challenges of modern aviation. This program is pivotal for those looking to advance their careers and achieve excellence in their field.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1574266965598-733f8ff7e41a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwaWxvdCUyMHRyYWluaW5nJTIwY2xhc3Nyb29tfGVufDB8Mnx8fDE3Mzk5MjA4ODN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Modules\" use_icon=\"on\" font_icon=\"&#xf00b;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Our training includes a wide range of modules covering all essential aspects of ATPL.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf0a0;||fa||400\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Experience realistic training scenarios with our cutting-edge flight simulators.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Learning Options\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Choose from various learning formats to suit your schedule and preferences.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Advancement Support\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Benefit from our dedicated career services to help you achieve your professional goals.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Features\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-115862770.jpg\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"165px|||||\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Advanced ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aerodynamics Mastery\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Ucak-Tasarimi-Nasil-Yapilir-1.jpeg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Explore the principles of aircraft aerodynamics essential for advanced piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation Systems\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain comprehensive knowledge of modern navigation systems used in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Understand weather patterns and their impact on flight operations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“The ATPL training at Asya Havacılık was transformative. The instructors were knowledgeable and supportive throughout my learning journey.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“Completing the ATPL program has opened new career opportunities for me. The practical insights were invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Maria Lopez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>First Officer</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Career with ATPL Certification\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Unlock new heights in your aviation career with our specialized ATPL training program. Join Asya Havacılık and gain the skills needed to soar in the industry. Secure your spot today and take the first step towards becoming a certified pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Employees','','publish','closed','closed','','special-atpl-training-for-employees','','','2025-02-22 04:56:34','2025-02-22 04:56:34','',0,'https://asyahavacilik.com/?page_id=557',0,'page','',0),
(558,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Expert Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for unparalleled pilot training that propels your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1668199250612-4d027f0272b9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMTU0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_padding=\"|30px|57px|30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation through comprehensive pilot training programs. Our mission is to provide aspiring pilots with the skills and knowledge necessary to excel in the aviation industry. With a team of experienced instructors and state-of-the-art facilities, we are committed to delivering top-notch education and fostering a passion for flying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Pilot Training\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our comprehensive pilot training program covers all essential aspects of flying, ensuring you are fully prepared for a successful aviation career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Flight Instructor Certification\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain the credentials to teach the next generation of pilots with our specialized flight instructor certification course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"SEP Renewal Program\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Keep your Single Engine Piston (SEP) rating current with our streamlined renewal program, designed for convenience and efficiency.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Advanced Aviation Workshops\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your skills with our advanced workshops, focusing on cutting-edge aviation techniques and technologies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing my pilot training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>\n<p>- John D.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The hands-on training and real-world scenarios at Asya Havacılık prepared me thoroughly for my career as a pilot. I couldn\'t have asked for a better learning environment.\"</p>\n<p>- Emily R.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Asya Havacılık\'s commitment to excellence is evident in every aspect of their training program. I felt confident and ready to take on new challenges after graduating.\"</p>\n<p>- Michael S.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Advanced Pilot Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Flight Safety Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0aW9ufGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Instrument Rating Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up Today\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Pilot Career Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aviation-students-1-edited.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" custom_margin=\"||76px|||\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Reserve Your Spot\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Pilot Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in pilot training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>To enroll in pilot training at Asya Havacılık, you must be at least 18 years old and hold a valid medical certificate. A high school diploma or equivalent is also required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete the pilot training program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>The duration of the pilot training program varies depending on the course selected. Typically, it takes between 6 to 12 months to complete the full program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What type of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a variety of aircraft, including single-engine and multi-engine planes, to ensure comprehensive skill development.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for pilot training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers several financial aid options and payment plans to help students manage the cost of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing the training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates of Asya Havacılık can pursue careers as commercial pilots, flight instructors, or airline pilots, among other aviation-related roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Skills\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Program\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to take your piloting expertise to new heights? Enroll in our comprehensive training courses or reach out to us for more details. Whether you\'re aiming for a flight instructor certification or renewing your SEP, Asya Havacılık is here to guide you every step of the way. Contact us today and soar with confidence!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Other Pilot Training','','publish','closed','closed','','other-pilot-training','','','2025-02-22 04:16:54','2025-02-22 04:16:54','',0,'https://asyahavacilik.com/?page_id=558',0,'page','',0),
(559,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_color_gradient_overlays_image=\"off\" background_image=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_enable_pattern_style=\"on\" background_pattern_style=\"diagonal-stripes-2\" background_pattern_blend_mode=\"soft-light\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Flight Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Flight Instructor\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Join Asya Havacılık and transform your passion for flying into a rewarding career. Our expert-led programs are designed to equip you with the skills and knowledge needed to guide the next generation of pilots.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Asya Havacılık has been a leader in aircraft pilot training, dedicated to excellence in aviation education. Our mission is to provide comprehensive training programs that foster safety, proficiency, and professionalism in the skies. With a team of experienced instructors and state-of-the-art facilities, we are committed to shaping the future of aviation by empowering aspiring pilots with the skills they need to succeed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1722297038050-44d60382550a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwyfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Flight Instructor Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_blurb title=\"Certified Flight Instructor Program\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\"]<p>Our Certified Flight Instructor Program offers in-depth training to prepare you for a career in aviation instruction. Gain the expertise to teach aspiring pilots with confidence and precision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_blurb title=\"Instrument Instructor Course\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" custom_margin=\"||50px|||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\"]<p>Enhance your teaching capabilities with our Instrument Instructor Course, designed to equip you with the skills to instruct pilots in instrument flight rules and procedures.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_blurb title=\"Multi-Engine Instructor Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" custom_margin=\"||76px|||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\"]<p>Specialize in multi-engine aircraft instruction with our comprehensive training program, ensuring you can guide students through complex flight operations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||60px||false|false\" custom_padding=\"60px|201px|60px|201px|true|true\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22%93}\" box_shadow_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Training at Asya Havacılık was a transformative experience. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Ali Can</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_padding=\"60px|190px|60px|190px|true|true\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The hands-on approach and real-world scenarios prepared me thoroughly for my pilot\'s license. Highly recommend!\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Fatma Öz</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Private Pilot License (PPL) Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||86px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain the foundational skills needed to fly as a private pilot with our comprehensive PPL course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/ppl-training/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Instrument Rating Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||81px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Enhance your flying capabilities with our in-depth instrument rating training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/ir-instrument-flight/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Commercial Pilot License (CPL) Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/GettyImages-477218066-56ae948b5f9b58b7d011262e-scaled.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Take your aviation career to the next level with our CPL course, designed for aspiring commercial pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/cpl-commercial-pilot/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Instructor Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn to teach the next generation of pilots with our specialized flight instructor course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Multi-Engine Rating Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/dataset-card.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Expand your skills with our multi-engine rating course, perfect for advanced pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/multi-motor-training/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Night Rating Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the art of night flying with our comprehensive night rating course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/night-vfr/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Flight Skills Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"87px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p style=\"text-align: left;\">Ready to take your aviation skills to new heights? Enroll in our comprehensive flight instructor course at Asya Havacılık. Contact us now to learn more about our expert-led training programs and start your journey towards becoming a certified flight instructor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Course\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"74px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Flight Instructor','','publish','closed','closed','','flight-instructor','','','2025-02-22 04:27:17','2025-02-22 04:27:17','',0,'https://asyahavacilik.com/?page_id=559',0,'page','',0),
(560,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"arch\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Flying Experience\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Art of Aircraft SEP Renewal\" _builder_version=\"4.27.4\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join us at Asya Havacılık to ensure your skills and certifications are up-to-date, enhancing safety and proficiency in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/2560x1600_1120093_www.ArtFile.ru_.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"97px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Aircraft SEP Renewal Matters\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Aircraft SEP Renewal is crucial for maintaining pilot competency and ensuring adherence to aviation safety standards. At Asya Havacılık, we emphasize the importance of continuous training and certification to keep pilots prepared for any situation. Our comprehensive renewal programs are designed to refresh and enhance your flying skills, ensuring you remain confident and capable in the cockpit. By staying current with SEP renewals, pilots not only comply with regulatory requirements but also contribute to safer skies for everyone.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover Our Mission\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our SEP Renewal Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Training Programs\" use_icon=\"on\" font_icon=\"&#xf481;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training programs cover all essential aspects of SEP renewal, including emergency procedures, flight maneuvers, and updated regulatory knowledge.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Certification Processes\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>We offer streamlined certification processes to ensure you meet all necessary requirements efficiently and effectively.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Personalized Coaching\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Receive one-on-one coaching from experienced instructors to address specific areas of improvement and boost your confidence.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Advanced Simulation Sessions\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Utilize our state-of-the-art simulators to practice and perfect your skills in a controlled, realistic environment.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>Completing my Aircraft SEP Renewal with Asya Havacılık was a seamless experience. The instructors were knowledgeable and supportive throughout the process.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>Asya Havacılık made the renewal process straightforward and stress-free. I highly recommend their services to any pilot.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"45px||||false|false\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>The team at Asya Havacılık provided exceptional guidance and support during my SEP Renewal. I felt confident and well-prepared.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"45px||||false|false\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About SEP Renewal\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Aircraft SEP Renewal program is designed to ensure pilots meet the necessary standards and maintain their flying privileges.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"What is the SEP Renewal process?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The SEP Renewal process involves a series of assessments and training sessions to ensure pilots meet the required standards for safe flying.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"How long does the renewal take?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The renewal process typically takes a few days, depending on the pilot\'s schedule and availability of training slots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"What documents are required for renewal?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Pilots need to provide their current license, medical certificate, and logbook for the renewal process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"Can I renew my SEP online?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>While initial inquiries and some theoretical components can be handled online, practical assessments must be conducted in person.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What happens if my SEP expires?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>If your SEP expires, you will need to undergo a proficiency check with an examiner before you can resume flying.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for SEP Renewal?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Pilots must have a valid medical certificate and meet the minimum flying hours requirement to be eligible for renewal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"How can I schedule my renewal?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>You can schedule your renewal by contacting our office directly or through our online booking system.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the cost of SEP Renewal?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>The cost varies depending on the specific requirements of each pilot. Please contact us for a detailed quote.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer refresher courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we offer refresher courses to help pilots prepare for their SEP Renewal assessments.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione.webp\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Renew Your SEP?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join the ranks of satisfied pilots who have successfully renewed their SEP with Asya Havacılık. Sign up today or reach out for more information!</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Get Started Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','SEP Renewal','','publish','closed','closed','','sep-renewal','','','2025-02-22 04:38:31','2025-02-22 04:38:31','',0,'https://asyahavacilik.com/?page_id=560',0,'page','',0);
INSERT INTO `wp_posts` VALUES
(561,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"chevrons\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Pilot Training Experience\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for comprehensive pilot training programs designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/file-20180604-175442-stgsps.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"21px|||||\" custom_padding=\"|0px||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Pilot Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Update_113012_1785.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Private Pilot License (PPL) Training\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Embark on your aviation journey with our foundational PPL course, tailored for aspiring pilots seeking to fly recreationally or professionally.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/ppl-training\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Airline Transport Pilot License (ATPL) Theory\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" custom_margin=\"||17px||false|false\"]<p>Advance your career with our ATPL theory course, providing the essential knowledge required for airline transport pilots.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/atpl-theory/\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Commercial Pilot License (CPL) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Enhance your flying skills and prepare for a professional pilot career with our comprehensive CPL training program.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/cpl-commercial-pilot/\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||28px|||\"][/et_pb_image][et_pb_heading title=\"Instrument Rating (IR) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain proficiency in instrument flight rules with our IR training, essential for navigating complex weather conditions.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/ir-instrument-flight/\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals dedicated to providing top-notch training and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train in our modern facilities equipped with the latest technology to enhance your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training programs offer flexible scheduling options to accommodate your personal and professional commitments.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Benefit from a well-rounded curriculum that covers all aspects of pilot training, ensuring you are fully prepared for your career.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety First Approach\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Prioritize safety with our rigorous training protocols and procedures, ensuring a secure learning environment.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Support\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Receive ongoing career support and guidance to help you achieve your aviation goals and aspirations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Networking Opportunities\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Connect with industry professionals and fellow trainees to build valuable relationships within the aviation community.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your practical skills with our cutting-edge flight simulators, offering realistic training scenarios.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing the PPL Training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive, guiding me every step of the way.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Carter\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||28px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The ATPL Theory course was challenging but rewarding. The comprehensive curriculum and expert guidance prepared me thoroughly for my aviation career.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Lee\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||27px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Thanks to the Night VFR training, I now feel confident flying in various conditions. Asya Havacılık\'s hands-on approach made all the difference.\"</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Sessions\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"PPL Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"32px|||||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"ATPL Theory Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/be446725423060659a361e67802d6ee0.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||21px|||\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Night VFR Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"CPL Commercial Pilot Open Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aviation-students-1-edited.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||79px|||\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover answers to the most frequently asked questions about our pilot training courses and enrollment process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What are the prerequisites for enrolling in the PPL Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]To enroll in the PPL Training, you must be at least 17 years old and possess a valid medical certificate. No prior flying experience is required.[/et_pb_text][et_pb_heading title=\"How long does it take to complete the ATPL Theory course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]The ATPL Theory course typically takes 6 to 12 months to complete, depending on your study pace and availability.[/et_pb_text][et_pb_heading title=\"Is financial aid available for the CPL Commercial Pilot program?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students for the CPL Commercial Pilot program.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What is included in the Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]The Multi-Motor Training includes comprehensive ground school lessons and practical flight training on multi-engine aircraft.[/et_pb_text][et_pb_heading title=\"Can I transfer credits from other aviation schools?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]We accept transfer credits from accredited aviation schools, subject to evaluation by our admissions team.[/et_pb_text][et_pb_heading title=\"How do I apply for the IR Instrument Flight course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]To apply for the IR Instrument Flight course, complete the online application form on our website and submit the required documents.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_color=\"#03045e\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to elevate your aviation skills? Sign up for our comprehensive training programs or schedule a consultation with our expert instructors today. Join Asya Havacılık and soar to new heights!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Modular Pilotage','','publish','closed','closed','','modular-pilotage','','','2025-02-21 00:24:33','2025-02-21 00:24:33','',0,'https://asyahavacilik.com/?page_id=561',0,'page','',0),
(562,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Comprehensive PPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on your journey to becoming a certified pilot with our expertly designed Private Pilot License (PPL) training course, tailored to equip you with the skills and knowledge needed for safe and efficient flight operations.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Training\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our PPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" custom_margin=\"136px||||false|false\"]Our Private Pilot License (PPL) training program at Asya Havacılık is meticulously crafted to provide aspiring pilots with a robust foundation in aviation. This program is pivotal for those aiming to pursue a career in aviation, offering comprehensive training that covers both theoretical knowledge and practical flying skills. With a focus on safety, precision, and excellence, our program ensures that graduates are well-prepared to navigate the skies with confidence. Join us to explore the world of aviation and take the first step towards your pilot career.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/be446725423060659a361e67802d6ee0.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our PPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>Our curriculum covers all essential aspects of pilot training, including aerodynamics, navigation, meteorology, and aircraft systems, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_blurb title=\"Flexible Training Duration\" use_icon=\"on\" font_icon=\"&#xf64a;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>We offer flexible training schedules to accommodate your needs, allowing you to progress at your own pace while maintaining the highest standards of learning.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>Learn from seasoned pilots with extensive industry experience, providing you with invaluable insights and mentorship throughout your training journey.</p>[/et_pb_blurb][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>Train in our modern facilities equipped with the latest technology and flight simulators, designed to enhance your learning experience and prepare you for real-world flying.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The PPL training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I achieved my dream of becoming a pilot. The training was thorough and engaging, making complex concepts easy to understand.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık for anyone looking to pursue a career in aviation. The hands-on training and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Brown\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Introduction to Aviation\" image=\"https://images.unsplash.com/photo-1587893904903-52bdb6ad0c0c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Gain a foundational understanding of aviation principles, perfect for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"||67px|||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation and Flight Planning\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/G1000-iPad-yoke-weather-IFR.png\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn the essentials of flight navigation and how to plan your flight routes efficiently.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"||9px|||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems and Maintenance\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/4a8cfc420d4a8499d791c0533ff7f6ef.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Understand the technical aspects of aircraft systems and basic maintenance procedures.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Study weather patterns and their impact on flight operations to ensure safe flying.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Air Traffic Control Communication\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the communication skills required for effective interaction with air traffic control.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Flight Maneuvers\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/photo-1494367079857-303d616995e9.avif\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Enhance your flying skills with advanced maneuvers and techniques.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" custom_padding=\"10px||10px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Elevate Your Flying Skills with Our PPL Program\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"ca79a742-981f-479f-a8a2-3a0292efaff0\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-pill\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"]<p>Ready to take the first step towards becoming a certified pilot? Join our comprehensive PPL training at Asya Havacılık and soar to new heights. Our expert instructors and state-of-the-art facilities ensure you receive top-notch education and hands-on experience. Don\'t miss this opportunity to fulfill your aviation dreams.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PPL Training','','publish','closed','closed','','ppl-training','','','2025-02-21 00:33:16','2025-02-21 00:33:16','',0,'https://asyahavacilik.com/?page_id=562',0,'page','',0),
(563,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Modular Pilotage\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Embark on Your Aviation Journey Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover the path to becoming a certified pilot with our comprehensive ATPL Theory training program, designed to elevate your aviation skills and knowledge.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1470922792794-b15b12d20e80?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Modular Pilotage is a transformative approach to pilot training, offering flexibility and depth in learning. At Asya Havacılık, we emphasize the importance of a structured yet adaptable curriculum that aligns with the rigorous standards of ATPL Theory. Our program is crafted to accommodate aspiring pilots at various stages of their career, ensuring a thorough understanding of aviation principles and practices.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]Our mission is to provide top-tier pilot education that empowers students to excel in the aviation industry. With a focus on safety, innovation, and excellence, Asya Havacılık is dedicated to nurturing the next generation of aviation professionals through our Modular Pilotage program.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Program\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Flexible Learning Modules\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our program is designed to fit your schedule, allowing you to progress at your own pace while maintaining a comprehensive learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain in-depth knowledge with our extensive curriculum covering all aspects of ATPL Theory, ensuring you are well-prepared for your pilot career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights into the classroom, enhancing your learning journey.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train in modern facilities equipped with the latest technology to provide a realistic and effective training environment.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Theory Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Principles of Flight\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/unnamed.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Understand the fundamentals of flight dynamics and aerodynamics essential for pilot training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the skills of navigation and weather analysis crucial for safe and efficient flying.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aaunnamed.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain in-depth knowledge of aircraft systems and their operations for better aircraft management.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Human Performance and Limitations\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/cbca701010669b669276d5a5c3941c00.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn about the physiological and psychological factors affecting pilot performance.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Air Law and ATC Procedures\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-gehalt-verdienst.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Familiarize yourself with aviation laws and air traffic control procedures for compliance and safety.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning and Monitoring\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/82291073.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Develop skills in flight planning and monitoring to enhance operational efficiency.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"50px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Completing the Modular Pilotage program was a transformative experience. The courses were comprehensive and well-structured.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"John D.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>The instructors at Asya Havacılık are incredibly knowledgeable and supportive. I felt prepared and confident in my skills.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia K.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>The flexibility of the online courses allowed me to balance my studies with my job. Highly recommend Asya Havacılık!</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Michael T.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Thanks to the detailed ATPL Theory courses, I passed my exams with flying colors. The program exceeded my expectations.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia S.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Asya Havacılık provided me with the tools and knowledge I needed to succeed in my aviation career. Truly a top-notch program.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to common questions about our Modular Pilotage and ATPL Theory courses.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"What is the Modular Pilotage program?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The Modular Pilotage program is a flexible training path designed to help aspiring pilots complete their ATPL Theory at their own pace.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"How long does it take to complete the ATPL Theory courses?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The duration varies depending on the student\'s schedule, but most complete the courses within 6 to 12 months.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"Are the courses recognized internationally?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Yes, our courses are designed to meet international aviation standards and are recognized globally.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What support is available during the courses?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>Students have access to experienced instructors, online resources, and a community forum for support and guidance.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I take the courses while working full-time?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Absolutely, our courses are designed to be flexible and can be completed alongside a full-time job.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Students should have a basic understanding of mathematics and physics, and a passion for aviation.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"How do I enroll in a course?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>You can enroll by visiting our website, selecting the desired course, and following the registration process.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer various payment plans and scholarships to help students manage the cost of their education.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What happens after I complete the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Upon completion, students receive a certificate and are prepared to take the ATPL exams, advancing their aviation careers.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Join our Modular Pilotage program to master the skills needed for a successful aviation career. Contact us today to learn more about our ATPL Theory courses and take the first step towards becoming a certified pilot with Asya Havacılık.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','ATPL Theory','','publish','closed','closed','','atpl-theory','','','2025-02-21 00:43:21','2025-02-21 00:43:21','',0,'https://asyahavacilik.com/?page_id=563',0,'page','',0),
(564,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with PIC Flight Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take Command of Your Flight Journey Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with our PIC Flight Training program, designed to elevate your piloting skills to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwwfHx8MTc0MDA5ODgwN3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover the Essence of PIC Flight Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" custom_margin=\"||41px||false|false\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" custom_margin=\"||55px||false|false\"]<p>At Asya Havacılık, our PIC Flight Training program is a cornerstone of pilot education, offering aspiring aviators the opportunity to gain invaluable solo flight experience. This program is crucial for those pursuing PPL, CPL, and ATPL licenses, providing a structured environment to hone their skills under the guidance of seasoned instructors. Our mission is to empower pilots with the confidence and competence needed to excel in the skies.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our PIC Training Features\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_padding=\"3px|||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive IR Theoretical Trainings\" use_icon=\"on\" font_icon=\"&#xf621;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Hands-On IR Flight Practice\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"In-Depth Square Tour Trainings\" use_icon=\"on\" font_icon=\"&#xf14e;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Critical Emergency Response Drills\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Personalized Training Modules\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling Options\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23.1\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf14a;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Real-World Flight Scenarios\" use_icon=\"on\" font_icon=\"&#xf0ae;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Safety-Focused Curriculum\" use_icon=\"on\" font_icon=\"&#xf0fa;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Progressive Skill Development\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Supportive Learning Environment\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Regulatory Compliance Guidance\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Career Advancement Opportunities\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Community of Passionate Aviators\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Specialized Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Theory\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain comprehensive knowledge in instrument navigation and flight procedures essential for safe flying.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Flight Practice\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Hands-on training to master the skills required for flying under instrument flight rules (IFR).</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Square Tour Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your navigational skills with our structured square tour exercises, designed to improve precision and control.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emergency Procedures Training\" use_icon=\"on\" font_icon=\"&#xf0f9;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for unexpected situations with our intensive emergency response training, ensuring safety in all conditions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Explore Our Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1595721455415-7e0881fb912f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8ZmxpZ2h0JTIwc2ltdWxhdGlvbnxlbnwwfDF8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 40%|#ffffff 40%\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93,%22#0077b6%22:%91%22background_color_gradient_stops%22%93,%22#03045e%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About PIC Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Find answers to the most frequently asked questions about our PIC flight training programs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"30px||30px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.23.1\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What is a PIC flight?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>A PIC flight refers to a solo flight where the student pilot acts as the Pilot In Command, gaining essential experience.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are PIC flights mandatory?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>No, PIC flights are optional and can be requested by the candidate as part of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I enroll in the PIC module?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Enrollment is simple. Contact our admissions office to learn about the requirements and start your training journey.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What licenses include PIC flights?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>PIC flights can be part of the training for PPL, CPL, and ATPL licenses, depending on the candidate\'s choice.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I customize my training schedule?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we offer flexible scheduling to accommodate your needs and ensure you get the most out of your training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What support is available during training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our experienced instructors provide continuous guidance and support throughout your training program.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" custom_padding=\"||143px|||\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The PIC training at Asya Havacılık was transformative. The instructors were knowledgeable and supportive throughout the process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Private Pilot License Holder</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I felt fully prepared for real-world flying thanks to the comprehensive training and hands-on experience provided.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Commercial Pilot License Holder</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDB8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Skills with PIC Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Take the next step in your aviation career by enrolling in our comprehensive PIC Flight Training program. Designed for aspiring pilots, our courses offer hands-on experience and expert guidance to help you excel. Join us at Asya Havacılık and soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Learn More & Enroll Today\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PIC','','publish','closed','closed','','pic','','','2025-02-21 00:53:41','2025-02-21 00:53:41','',0,'https://asyahavacilik.com/?page_id=564',0,'page','',0),
(565,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color_gradient_stops=\"#03045e 80%|#ffffff 80%\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png\" custom_padding=\"||475px|||\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Night VFR Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Unlock the full potential of your piloting skills with comprehensive Night Visual Flight Rules training, designed to ensure safety and proficiency during nighttime operations.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Understanding NVFR: A Key to Safe Night Flying\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Night Visual Flight Rules (NVFR) are essential for pilots seeking to enhance their capabilities in night flying. This specialized training covers critical aspects such as visual take-offs and landings under low-light conditions, ensuring pilots are equipped to handle the unique challenges of night operations. With a minimum of 5 hours of flight time required for a CPL license, NVFR training is a crucial component in a pilot\'s education, focusing on safety, decision-making, and risk management during night flights.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Components of NVFR Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Essential Features of Night VFR\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Night Vision Mastery\" use_icon=\"on\" font_icon=\"&#xf277;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Develop the ability to navigate and operate aircraft safely in low-light conditions, enhancing your night vision skills for improved situational awareness.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Traffic Management\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to effectively communicate and coordinate with air traffic control, ensuring safe and efficient navigation during night flights.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Lighting Systems\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain proficiency in using aircraft lighting systems, crucial for visibility and safety during take-offs, landings, and in-flight operations at night.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Weather and Visibility Assessment\" use_icon=\"on\" font_icon=\"&#xf743;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand how to evaluate weather conditions and visibility, enabling you to make informed decisions and maintain safety during night operations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Risk Management Techniques\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Acquire skills to anticipate and mitigate risks associated with night flying, enhancing overall flight safety and reducing the likelihood of incidents.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Pilot and Crew Well-being\" use_icon=\"on\" font_icon=\"&#xf21e;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn strategies to manage fatigue and maintain alertness, ensuring the physical and psychological health of pilots and crew during extended night flights.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"NVFR Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instructor-Led Night Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our experienced instructors guide you through essential night flying techniques, ensuring you master visual take-offs and landings under night conditions.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Solo Night Flight Experience\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Gain confidence and independence by flying solo at night, applying the skills learned during instructor-led sessions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Night Vision Techniques\" use_icon=\"on\" font_icon=\"&#xf14e;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn to navigate using advanced night vision techniques, crucial for safe and effective night flying.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Traffic Management\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Understand and manage air traffic communications and protocols specific to night operations.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Explore Our Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1640622659613-26d7d08893e4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8ZmxpZ2h0JTIwdHJhaW5pbmclMjBzZXNzaW9ufGVufDB8MXx8fDE3NDAwOTkzNDJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"What Our Trainees Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The NVFR training at Asya Havacılık was exceptional. The instructors were knowledgeable and patient, making the night flights both educational and enjoyable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Pilot Trainee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I felt completely prepared for solo night flights after completing the NVFR course. The hands-on experience was invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||30px|||\"]<p>Private Pilot Trainee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The training facilities and aircraft at Asya Havacılık are top-notch. I highly recommend their NVFR training program to anyone serious about flying at night.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||-7px|||\"]<p>Flight Enthusiast</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"NVFR Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to common questions about our Night Visual Flight Rules training program.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"How long does the NVFR training take?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The NVFR training is typically completed over 2-3 nights, with a minimum of 5 hours of flight time required.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What aircraft are used for the training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>We utilize Cessna 172 and Cessna 152 aircraft for our Night Flight trainings, providing a reliable and safe learning environment.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Is accommodation provided for trainees?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Yes, we offer free accommodation and shuttle service for trainees coming from outside the city, ensuring a comfortable stay during your training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What skills will I learn during NVFR training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>You will learn night vision techniques, air traffic management, and how to safely conduct visual take-offs and landings at night.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I fly solo during the NVFR training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, solo flights are an integral part of the training, allowing you to apply the skills learned in instructor-led sessions independently.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in NVFR training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Participants should have a valid pilot\'s license and a basic understanding of flight operations. Prior night flying experience is not required.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"How do I enroll in the NVFR training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>You can enroll by contacting us through our website or visiting our training center. Our team will guide you through the registration process.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any safety measures in place during training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Safety is our top priority. We adhere to strict safety protocols and ensure all aircraft are well-maintained and equipped for night flights.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the cost of NVFR training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>For detailed pricing information, please contact us directly. We offer competitive rates and flexible payment options.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Skills with NVFR Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Enroll Now or Contact Us\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Night VFR','','publish','closed','closed','','night-vfr','','','2025-02-21 00:59:59','2025-02-21 00:59:59','',0,'https://asyahavacilik.com/?page_id=565',0,'page','',0),
(566,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||3vw||false|false\" bottom_divider_style=\"slant\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Commercial Pilot with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\"]<p>Embark on a journey to the skies with our comprehensive CPL training program, designed to equip you with the skills and knowledge needed to excel in the aviation industry.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1723065733832-9d7a03636c9b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMHRha2VvZmZ8ZW58MHwxfHx8MTczOTk0OTc3N3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our CPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Commercial Pilot License (CPL) training at Asya Havacılık is meticulously crafted to prepare aspiring pilots for a successful career in aviation. Recognized globally, the CPL is a crucial step for those aiming to fly professionally. Our program combines rigorous ground school instruction with hands-on flight training, ensuring that graduates are well-prepared to meet the demands of the aviation industry.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]With a focus on safety, precision, and excellence, our CPL training program is tailored to provide students with a deep understanding of aerodynamics, navigation, meteorology, and aviation regulations. Our experienced instructors are dedicated to nurturing the next generation of pilots, offering personalized guidance and support throughout your training journey.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our CPL Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Ground School\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our ground school covers essential topics such as aviation theory, meteorology, and air law, providing a solid foundation for your pilot training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Ground School\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Training\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Experience hands-on flight training with our state-of-the-art aircraft, focusing on advanced maneuvers and real-world flying scenarios.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover Flight Training\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf0f1;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with our instrument rating course, designed to teach you how to fly safely in various weather conditions.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll in Instrument Course\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing my CPL at Asya Havacılık was a transformative experience. The instructors were incredibly supportive and knowledgeable, making my journey to becoming a pilot both challenging and rewarding.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>Emily Johnson</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The training I received at Asya Havacılık was top-notch. The hands-on experience and real-world scenarios prepared me thoroughly for my aviation career.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Chen</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık provided me with the skills and confidence needed to excel in the aviation industry. The comprehensive curriculum and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Sara Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/2-scaled.jpg\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"fade\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with CPL Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\"]<p>Join our esteemed CPL training program at Asya Havacılık and take the first step towards a rewarding career in aviation. Our comprehensive curriculum is designed to equip you with the skills and knowledge needed to excel as a commercial pilot. Don\'t miss this opportunity to soar to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Contact Us\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','CPL Commercial Pilot','','publish','closed','closed','','cpl-commercial-pilot','','','2025-02-19 23:45:52','2025-02-19 23:45:52','',0,'https://asyahavacilik.com/?page_id=566',0,'page','',0),
(567,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1530693960304-153333d471f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Precision\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Modular Pilotage for IR Instrument Flight\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Elevate your aviation skills with our comprehensive training program designed to enhance your proficiency in instrument flight rules (IFR).</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Our Modular Pilotage program is meticulously crafted to provide aspiring pilots with the essential skills required for IR Instrument Flight. This training is pivotal in developing the precision and confidence needed to navigate complex airspaces under instrument flight rules. At Asya Havacılık, we are committed to delivering top-tier aviation education, ensuring our pilots are equipped with the knowledge and expertise to excel in their careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/65f9cedb573f8664399595.jpg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-115862770.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our curriculum covers all critical aspects of IR Instrument Flight, ensuring a thorough understanding of both theoretical and practical components.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" custom_padding=\"78px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned professionals with extensive experience in the aviation industry, dedicated to your success.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/slide-4-new-generation-fleet.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our IR Instrument Flight Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Basic Instrument Flight Procedures\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/084d98b8a55b03fe52ef19f5f37071b1.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||21px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain foundational skills in instrument navigation and control for safe flight operations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||47px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master complex navigation systems and enhance your flight precision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Weather Interpretation and Analysis\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn to interpret meteorological data for informed decision-making during flights.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures and Safety\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1_GkA83niW4AEeNme.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||56px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Prepare for unexpected situations with comprehensive emergency protocols.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning and Management\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||52px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Develop skills in efficient flight planning and resource management.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||4px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Instrument Rating Certification Prep\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Get ready for your certification with focused training and practice exams.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||6px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The Modular Pilotage program at Asya Havacılık transformed my flying skills. The instructors were knowledgeable and supportive throughout my journey.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the IR Instrument Flight training was a game-changer for my career. The course content was comprehensive and practical.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık\'s courses. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp\" custom_padding=\"17vw||17vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Skills with Our Modular Pilotage Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Inquire Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','IR Instrument Flight','','publish','closed','closed','','ir-instrument-flight','','','2025-02-21 02:18:56','2025-02-21 02:18:56','',0,'https://asyahavacilik.com/?page_id=567',0,'page','',0),
(568,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1494367079857-303d616995e9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" min_height=\"83vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Advanced Multi-Motor Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Embark on a transformative journey to become a skilled pilot with our comprehensive multi-motor training program, designed to elevate your aviation expertise.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Asya Havacılık is dedicated to shaping the future of aviation through exceptional pilot training programs. With a focus on safety, innovation, and excellence, we empower aspiring pilots to achieve their dreams. Our mission is to provide world-class education and hands-on experience, ensuring our graduates are well-equipped to navigate the skies with confidence and precision.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Why Choose Our Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/643824d01309439440142f20_MRO-Square.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf11c;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training program covers all essential aspects of multi-motor aircraft operation, ensuring a thorough understanding of complex systems.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned pilots with extensive industry experience, providing invaluable insights and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain practical experience with cutting-edge flight simulators that replicate real-world flying conditions.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our program offers flexible training schedules to accommodate your needs, allowing you to learn at your own pace.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/65f9cedb573f8664399595.jpg\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Maneuvers\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Master complex flight techniques with our advanced multi-motor training sessions, designed for experienced pilots seeking to enhance their skills.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf484;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain proficiency in flying under various weather conditions with our comprehensive instrument rating course, tailored for multi-engine aircraft.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emergency Procedures Training\" use_icon=\"on\" font_icon=\"&#xf1cd;||fa||400\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Prepare for unexpected situations with our emergency procedures training, focusing on multi-engine aircraft safety and response strategies.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The multi-motor training program at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable and supportive throughout the course.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I now feel confident flying in all weather conditions. The instrument rating course was thorough and engaging.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||24px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The emergency procedures training was invaluable. I learned how to handle critical situations with ease and confidence.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||49px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>Flight Instructor</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Multi-Engine Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/title-2022-03-08-00-23-14-utc.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"110px|||||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Instrument Flying Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-cockpit-airplane-takeoff-1024x949-1.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Safety and Emergency Procedures\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/da4fbfdd357c8cd7bc839e98cb43bd57.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Advanced Maneuvers Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||49px||false|false\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-and-f_18-1030x1030-1920w.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Skills with Multi-Motor Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Join our comprehensive Multi-Motor Training program at Asya Havacılık and master the art of flying multi-engine aircraft. Enhance your piloting capabilities and open new horizons in your aviation career. For more details, reach out to us today!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Multi-Motor Training','','publish','closed','closed','','multi-motor-training','','','2025-02-21 02:26:31','2025-02-21 02:26:31','',0,'https://asyahavacilik.com/?page_id=568',0,'page','',0),
(569,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV 1-2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf57c;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-mapping-training/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\" UAV Pesticide Spraying Training\" use_icon=\"on\" font_icon=\"&#xf5bd;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV Professional Video Traininig\" use_icon=\"on\" font_icon=\"&#xf03d;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\" FPV Drone Training\" use_icon=\"on\" font_icon=\"&#xf135;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/fpv-drone-training/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-1-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-mapping-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV Pesticide Spraying Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" custom_margin=\"|-205px||||\" custom_padding=\"||0px|||\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>In our UAV Pesticide Spraying Training, you will learn to operate drones effectively in agriculture, enhancing efficiency in pest control. Our expert instructors will teach you safe application techniques while emphasizing environmental responsibility. This program will sharpen your technical skills and empower you to make informed decisions that benefit both your crops and the ecosystem. Join us to advance your drone flying abilities and protect your harvest.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"FPV Drone Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/fpv-drone-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" custom_margin=\"101px||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" custom_margin=\"231px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','publish','closed','closed','','uav-training','','','2025-02-20 03:50:58','2025-02-20 03:50:58','',0,'https://asyahavacilik.com/?page_id=569',0,'page','',0),
(570,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" make_equal=\"on\" specialty=\"on\" bg_img_1=\"https://images.unsplash.com/photo-1578323757901-01ee4fc29f61?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGNvY2twaXR8ZW58MHwxfHx8MTc0MDAxODUwNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" custom_css_main_1=\"border-radius: 6px;\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.23.1\" _module_preset=\"default\" height_tablet=\"50vw\" height_phone=\"50vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with UAV-1 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified UAV Pilot Today\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the future of aviation with our comprehensive UAV-1 Training program, designed to equip you with the skills and knowledge to excel in unmanned aerial vehicle piloting.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|tablet\" width=\"150%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_margin=\"30px|||-50%|false|false\" custom_margin_tablet=\"|||0%|false|false\" custom_margin_phone=\"|||0%|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" positioning_tablet=\"none\" positioning_phone=\"none\" positioning_last_edited=\"on|tablet\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#0077b6\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Expert-Led Instruction\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Learn from industry-leading professionals with years of experience in UAV piloting.</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"rgba(0,0,0,0.06)\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Our program covers everything from basic flight principles to advanced UAV operations.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/operator_bespilotnykh_letatelnykh_apparatov.gif\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About UAV-1 Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">The UAV-1 Training program at Asya Havacılık is a pioneering initiative in the field of unmanned aerial vehicle piloting. This program is designed to provide aspiring pilots with a robust foundation in UAV operations, ensuring they are well-prepared for both personal and professional drone applications. With a focus on innovation and technological advancement, our program stands at the forefront of aviation training, offering participants the opportunity to gain a commercial license and embark on a rewarding career in UAV piloting.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of UAV-1 Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Experience\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain practical skills with real-world UAV flight training sessions.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Techniques\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Master complex maneuvers and enhance your piloting capabilities.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Find Out How\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cutting-Edge Technology\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" custom_margin=\"||60px|||\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Utilize the latest UAV technology and tools during your training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Technology\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Opportunities\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Open doors to diverse career paths in the rapidly growing UAV industry.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"See Career Paths\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The UAV-1 Training program was a game-changer for my career. The instructors were knowledgeable and supportive, making complex concepts easy to understand.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I now have a commercial license and the confidence to operate drones professionally. The hands-on experience was invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The flexibility of the online courses allowed me to learn at my own pace while balancing my work schedule. Highly recommend this program!\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Introduction to UAV Systems\" image=\"https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxvbmxpbmUlMjBsZWFybmluZ3xlbnwwfDB8fHwxNzM5OTc3NzYwfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain a foundational understanding of unmanned aerial vehicles and their applications in various industries.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Drone Piloting\" image=\"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8dmlydHVhbCUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTU4Nzc1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||51px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with advanced techniques and real-world scenarios.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Commercial UAV Operations\" image=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzQwMDE4NTA2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||22px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Prepare for a career in UAV operations with comprehensive training on commercial applications.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV Maintenance and Safety\" image=\"https://images.unsplash.com/photo-1581089781785-603411fa81e5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwwfHx8MTc0MDAxODUwNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||48px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn essential maintenance practices and safety protocols to ensure optimal UAV performance.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||4px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aerial Photography and Videography\" image=\"https://images.unsplash.com/photo-1517430796102-a3a80fe2b7a2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxVQVYlMjB0ZWNobm9sb2d5fGVufDB8MHx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master the art of capturing stunning aerial images and videos with your drone.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Regulatory Compliance for UAVs\" image=\"https://images.unsplash.com/photo-1530876031510-edddecc62a57?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJjcmFmdCUyMHRyYWluaW5nfGVufDB8MHx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||44px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Understand the legal and regulatory framework governing UAV operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||4px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take the Next Step in Your Aviation Journey\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"33px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Join the UAV-1 Training program today and unlock new career opportunities in the field of unmanned aerial vehicles. Contact us for more information or to enroll now.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Enroll Today\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 1 Training','','publish','closed','closed','','uav-1-training','','','2025-02-20 02:40:30','2025-02-20 02:40:30','',0,'https://asyahavacilik.com/?page_id=570',0,'page','',0),
(571,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with UAV 2 Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Enroll Now for Advanced UAV Piloting\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our comprehensive UAV 2 Training program and elevate your piloting skills to new heights. Designed for aspiring professionals, this course equips you with the knowledge and expertise to operate advanced unmanned aerial vehicles safely and efficiently.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/IMG_0747.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About UAV 2 Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"72px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">The UAV 2 Training program at Asya Havacılık is an essential step for those looking to excel in the field of unmanned aerial vehicle operation. This program is crucial for pilots aiming to fly UAVs over 25kg and up to 150kg for commercial purposes. Our training offers an in-depth curriculum that combines both theoretical knowledge and hands-on experience, ensuring that participants are fully prepared to meet industry standards and safety regulations.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3-RD-UAV.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our UAV 2 Course\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Our UAV 2 Piloting Course is designed to provide comprehensive training for aspiring UAV operators.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Gain a solid understanding of UAV systems, aerodynamics, and flight regulations through our extensive theoretical modules.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Develop practical skills with real-world flight scenarios, enhancing your ability to handle advanced UAVs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Learn about essential safety protocols and compliance requirements to ensure responsible UAV operation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Equipment Handling\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Get trained on the latest UAV technology and equipment, preparing you for a successful career in the industry.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive UAV 2 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our UAV 2 Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain a thorough understanding of UAV regulations, aerodynamics, and safety protocols essential for operating advanced drones.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with practical flight sessions using state-of-the-art UAVs under expert supervision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Alex Johnson\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The UAV 2 Training at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable, and the hands-on experience was invaluable.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Maria Lopez\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I now confidently operate UAVs for commercial projects. The course exceeded my expectations in every way.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David Kim\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The comprehensive curriculum and supportive trainers made learning enjoyable and effective. I highly recommend this program to aspiring UAV pilots.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Sophie Chen\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık provided the perfect blend of theory and practice. The training prepared me thoroughly for real-world UAV operations.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/765494460-scaled-1.jpg\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take Flight with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Program Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 2 Training','','publish','closed','closed','','uav-2-training','','','2025-02-20 02:52:28','2025-02-20 02:52:28','',0,'https://asyahavacilik.com/?page_id=571',0,'page','',0),
(572,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Art of Drone Pesticide Spraying\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Agricultural Skills with UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our comprehensive training program and unlock the potential of drone technology in agriculture. Learn to efficiently and safely manage pesticide spraying operations.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/maxresdefault.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"42px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"||132px|||\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Empowering the Future of Agriculture\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"61px|auto||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">Our UAV Pesticide Spraying Training is designed to equip participants with the essential skills needed to revolutionize agricultural practices. As drones become integral to modern farming, understanding their application in pesticide spraying is crucial. This program not only highlights the technological advancements in agriculture but also ensures participants are well-versed in safe and effective drone operations, making them invaluable assets in the agricultural sector.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/22.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"-17px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"88px|||||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive Training Features\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our training program is meticulously crafted to cover every aspect of drone pesticide spraying, ensuring participants gain a thorough understanding and practical experience.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"Flight Planning Mastery\" open=\"on\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn to design precise flight paths for efficient and effective pesticide application, maximizing coverage and minimizing waste.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Safety Protocols\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Understand the critical safety measures and regulations necessary for operating drones in agricultural environments, ensuring both operator and environmental safety.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Advanced Spraying Techniques\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Discover innovative spraying methods that enhance the efficacy of agrochemical applications, tailored to various crop needs.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Data Processing & Analysis\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Gain insights into data collection and analysis, enabling informed decision-making and improved agricultural outcomes through technology.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Discover the Training Process\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Step 1\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Begin with an introduction to drone technology and its applications in agriculture.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Step 2\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn essential flight planning techniques for efficient pesticide spraying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Step 3\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Master safe spraying techniques and data processing for optimal results.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Explore the Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#002872\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" hover_enabled=\"0\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: left;\">\"The UAV Pesticide Spraying Training was a game-changer for my farm operations. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Farm Owner</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to the training, I now confidently use drones for pesticide spraying, saving time and resources while ensuring safety.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Agricultural Specialist</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The comprehensive approach of the program equipped me with the skills needed to integrate drone technology into my work seamlessly.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Lee\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Agrochemical Technician</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"This training opened new career opportunities for me in the agrochemical industry. Highly recommended!\"</p>[/et_pb_text][et_pb_blurb title=\"Emily Clark\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||28px|||\"]<p>Drone Operator</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1Ia0HaLvsK1RjSspdq6AZepXat.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Join Our UAV Training Today!\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Transform your agricultural practices with our expert-led UAV Pesticide Spraying Training. Gain the skills needed to enhance efficiency and safety in your operations. Enroll now to start your journey with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Sign Up Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Pesticide Spraying Training','','publish','closed','closed','','uav-pesticide-spraying-training','','','2025-02-20 03:31:22','2025-02-20 03:31:22','',0,'https://asyahavacilik.com/?page_id=572',0,'page','',0),
(573,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 50%|rgba(255,255,255,0.85) 75%|rgba(255,255,255,0.36) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/VR-4-Drone.jpg\" custom_padding=\"||||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with FPV Drone Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Flight Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Discover the exhilarating world of FPV drones and unlock new aerial perspectives with our expert-led training programs.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/VR-4-Drone.jpg\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"30px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Unveiling the World of FPV Drones\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>FPV drones, or First Person View drones, are revolutionizing the way we experience flight. By allowing pilots to see through the drone\'s camera in real time, these drones offer unparalleled precision and enjoyment. As their popularity soars, FPV drones are becoming a staple in both recreational and commercial sectors, from racing and photography to construction and real estate.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/122704_sVjMoLVIle_drl.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"64px||46px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore the Cutting-Edge Features of FPV Drones\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Real-Time Camera Feed\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Experience the thrill of flying with real-time video transmission, giving you a pilot\'s eye view of the skies.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Precision Flying\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>FPV drones offer unmatched control and accuracy, making them ideal for intricate maneuvers and competitive racing.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"High-Resolution Imaging\" use_icon=\"on\" font_icon=\"&#xf87c;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Capture stunning aerial footage with high-definition cameras, perfect for both professional and personal projects.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Versatile Applications\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>From sports to construction, FPV drones are adaptable tools that enhance various industries with innovative solutions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Discover More Features\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/6132.750.webp\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"207px|||||\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Applications of FPV Drones\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>FPV drones have revolutionized the world of sports, offering thrilling experiences for racing enthusiasts. With real-time camera feeds, pilots can navigate challenging courses with precision, making drone racing an exhilarating sport.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"92716280-2ae8-4a3a-8254-2d5a51101853\" background_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>In the commercial sector, FPV drones are invaluable tools for construction site monitoring and property inspections. Their ability to capture detailed aerial footage helps businesses track progress and showcase properties effectively.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"92716280-2ae8-4a3a-8254-2d5a51101853\" background_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>The advertising industry benefits greatly from FPV drones, which capture stunning aerial visuals that enhance marketing campaigns. Tourism sectors also leverage these drones to highlight breathtaking landscapes, attracting more visitors.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"List\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Target Audience for FPV Drone Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"FPV Drone Racers\" use_icon=\"on\" font_icon=\"&#xf74d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.2\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Individuals passionate about drone racing, seeking to enhance their competitive edge and flight skills.</p>[/et_pb_blurb][et_pb_blurb title=\"Production Company Employees\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Professionals in film and media production utilizing drones for innovative aerial shots and dynamic footage.</p>[/et_pb_blurb][et_pb_blurb title=\"Freestyle Flying Enthusiasts\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Hobbyists eager to master freestyle flying techniques and explore creative aerial maneuvers.</p>[/et_pb_blurb][et_pb_blurb title=\"Real Estate Professionals\" use_icon=\"on\" font_icon=\"&#xe065;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Agents and developers using FPV drones for detailed property showcases and virtual tours.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advertising Specialists\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.2\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Marketers looking to create captivating advertisements with unique aerial perspectives.</p>[/et_pb_blurb][et_pb_blurb title=\"Construction Managers\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Site supervisors employing drones for efficient project monitoring and progress tracking.</p>[/et_pb_blurb][et_pb_blurb title=\"Tourism Promoters\" use_icon=\"on\" font_icon=\"&#xf7a2;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Industry experts using drones to capture and promote stunning travel destinations.</p>[/et_pb_blurb][et_pb_blurb title=\"Technology Enthusiasts\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Individuals fascinated by drone technology and eager to explore its diverse applications.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Trainees Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"The FPV drone training at Asya Havacılık was a game-changer for my racing skills. The instructors were knowledgeable and supportive, helping me master complex maneuvers.\"[/et_pb_text][et_pb_heading title=\"Alex Johnson\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"As a media producer, the training I received was invaluable. It opened up new possibilities for creative shots and improved my confidence in using drones for filming.\"[/et_pb_text][et_pb_heading title=\"Maria Gonzalez\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"Learning freestyle flying at Asya Havacılık was an exhilarating experience. The hands-on approach and expert guidance made it easy to grasp advanced techniques.\"[/et_pb_text][et_pb_heading title=\"David Lee\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/goggles-re-02-scaled.jpg\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Skills with Our FPV Drone Courses\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','FPV Drone Training','','publish','closed','closed','','fpv-drone-training','','','2025-02-20 03:48:48','2025-02-20 03:48:48','',0,'https://asyahavacilik.com/?page_id=573',0,'page','',0),
(574,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Hcbea3b6fea574fd1924fed0fce8e8302D.webp\" custom_padding=\"11vw||11vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Master the Art of Drone Mapping\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the potential of UAV technology to revolutionize mapping across industries.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Mapping with UAVs\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#0077b6\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Our Training Program\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your skills with cutting-edge drone mapping techniques.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover UAV Mapping Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"43px||10px||false|false\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||58px||false|false\" global_colors_info=\"{}\"]UAV Mapping Training is a comprehensive program designed to equip professionals with the skills needed to leverage drone technology for precise mapping. This training is crucial for sectors such as construction, mining, and agriculture, where accurate mapping is essential for project success. By participating, you gain hands-on experience and theoretical knowledge, making you proficient in modern mapping techniques.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Why Choose Our Training?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Interactive Learning Modules\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Engage with dynamic content that enhances understanding and retention.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Practical Applications\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Apply your knowledge in real-world scenarios to solidify your skills.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Data Processing\" use_icon=\"on\" font_icon=\"&#xe0f2;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Master the art of converting raw data into actionable mapping insights.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flight Planning Expertise\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn to design efficient flight paths for optimal data collection.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Understand essential safety protocols and regulatory requirements.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Photography Techniques\" use_icon=\"on\" font_icon=\"&#xf5ae;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your mapping accuracy with expert-level photography skills.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||96px|||\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Skills You\'ll Acquire\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain expertise in photogrammetric techniques, enabling precise and accurate mapping results.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Advanced Flight Planning\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Master the art of strategic flight planning to optimize data collection for mapping projects.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Data Processing Proficiency\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn how to efficiently process and analyze data to create detailed and reliable maps.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"#03045e 40%|rgba(0,0,0,0.5) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-scaled.avif\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22,%22background_color_gradient_stops%22%93}\"][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ideal Participants\" _builder_version=\"4.25.1\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#0077b6\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Target Audience\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22title_text_color%22,%22title_text_color%22%93}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#3c3a47%22:%91%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22%93}\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\"]<p style=\"text-align: justify;\">This program is tailored for professionals in construction, agriculture, and mining sectors who seek to enhance their mapping skills. Civil engineers, map engineers, and individuals interested in image processing technologies will find the training invaluable. Additionally, entrepreneurs looking to venture into mapping services and workers in power plants can greatly benefit from this comprehensive training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"John Doe\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The Drone Mapping Training at Asya Havacılık transformed my approach to mapping. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jane Smith\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"As a civil engineer, the skills I gained from this training have significantly improved the accuracy of my projects. Highly recommended!\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" custom_padding=\"||57px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The interactive sessions and practical applications made learning enjoyable and effective. I now feel confident in my mapping abilities.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Michael Brown\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" custom_padding=\"||57px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"This training opened new career opportunities for me. The knowledge and skills acquired are indispensable in my field.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sarah Lee\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciated the comprehensive coverage of drone technology and mapping techniques. The instructors were knowledgeable and supportive.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Unlock Your Drone Mapping Potential\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" custom_margin=\"110px||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p style=\"text-align: left;\">Join our comprehensive Drone Mapping Training program and elevate your skills in UAV technology. Gain hands-on experience and learn to execute precise mapping operations across various industries. Don\'t miss the opportunity to advance your career with cutting-edge drone expertise.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Learn More\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"112px|||||\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Mapping Training','','publish','closed','closed','','uav-mapping-training','','','2025-02-20 03:09:46','2025-02-20 03:09:46','',0,'https://asyahavacilik.com/?page_id=574',0,'page','',0),
(575,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#002872\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"corner-pill\" custom_padding=\"0vw||0vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Art of Aerial Videography\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Professional Drone Video Shooting Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the potential of drone technology to capture breathtaking views and unique perspectives with our comprehensive training program.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/11maxresdefault.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"52px|||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">Our Drone Video Shooting Training program is designed to equip participants with essential skills in drone technology and video production. This program emphasizes the importance of safe and effective drone use, offering a blend of theoretical knowledge and practical application. Participants will gain insights into flight planning, safety protocols, and advanced shooting techniques, making it ideal for professionals and hobbyists alike. Join us to explore the innovative world of drone videography and enhance your creative capabilities.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"64px|||||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Learning Outcomes\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Our training program offers a comprehensive curriculum to elevate your drone videography skills.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Drone Preparation Techniques\" use_icon=\"on\" font_icon=\"&#xf144;||fa||400\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Learn how to properly set up and prepare your UAV for optimal video recording sessions.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Camera Settings\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Master the technical aspects of UAV cameras to capture stunning visuals with precision.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flight Safety and Planning\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Understand critical safety measures and effective flight planning for successful video shoots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Video Editing Skills\" use_icon=\"on\" font_icon=\"&#xf035;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Develop the ability to edit and enhance your footage, transforming raw clips into professional-quality videos.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" background_color=\"#03045e\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22header_text_color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93}\"][et_pb_column type=\"3_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Who Will Benefit from Our Training?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" custom_margin=\"79px||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">Our Drone Video Shooting Training is designed for a wide range of individuals eager to harness the power of drone technology for video production. Whether you\'re a professional in the cinema industry, a YouTuber looking to enhance your content, or an event videographer aiming to capture unforgettable moments, our program offers invaluable skills. Hobbyists and documentary producers will also find this training essential for mastering the art of aerial videography.</p>\n<p>By participating in our program, you\'ll gain the expertise needed to safely and creatively operate drones, ensuring your video projects stand out. Join us to unlock new perspectives and elevate your video production capabilities.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Steps\" _builder_version=\"4.24.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf14a;||fa||400\" _builder_version=\"4.24.3\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 1\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 1: Preparing Your UAV\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>Begin your journey by learning how to properly prepare your UAV for video recording. This includes understanding the technical specifications and ensuring all equipment is in optimal condition.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf0ae;||fa||900\" _builder_version=\"4.24.2\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 2\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 2: Planning Your Video Content\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||54px||false|false\" global_colors_info=\"{}\"]<p>Develop a comprehensive video content plan, including storyboarding and assessing weather conditions to ensure the best shooting environment.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf6d7;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 3\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 3: Mastering Flight Techniques\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||53px||false|false\" global_colors_info=\"{}\"]<p>Gain hands-on experience with flight patterns and movements that enhance video quality. Learn how different maneuvers impact your footage.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Techniques\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf46d;||fa||900\" _builder_version=\"4.24.2\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 4\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 4: Editing and Final Production\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||52px||false|false\" global_colors_info=\"{}\"]<p>Conclude your training by diving into video editing techniques. Learn how to process and enhance your footage to create a polished final product.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Editing\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"||110px|||\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"#0077b6\" border_width_left=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The Drone Video Shooting Training at Asya Havacılık transformed my approach to videography. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Professional Videographer</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"#0077b6\" border_width_left=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I now feel confident in using drones for my documentary projects. The training was thorough and engaging.\"</p>[/et_pb_text][et_pb_blurb title=\"Maria Lopez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Documentary Producer</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"#03045e 65%|rgba(255,255,255,0) 65%\" background_color_gradient_start=\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\" background_color_gradient_start_position=\"65%\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"65%\" background_last_edited=\"on|desktop\" background_color_gradient_direction_tablet=\"180deg\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93,%22#03045e%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Video Skills with Our Drone Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the full potential of drone technology and master the art of professional video shooting. Enroll in our comprehensive training program today and gain the skills needed to capture breathtaking footage safely and effectively. Whether you\'re a seasoned professional or just starting out, our course offers invaluable insights and hands-on experience. Don\'t miss this opportunity to enhance your career or hobby. Contact us now for more information and take the first step towards becoming a drone video expert!</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join the Training Now\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxzdHVkZW50cyUyMGluJTIwY2xhc3Nyb29tfGVufDB8MHx8fDE3NDAwMjIzOTJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Professional Video Traininig','','publish','closed','closed','','uav-professional-video-traininig','','','2025-02-20 03:39:57','2025-02-20 03:39:57','',0,'https://asyahavacilik.com/?page_id=575',0,'page','',0),
(576,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','EXPERIENCE FLIGHTS','','publish','closed','closed','','experience-flights','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',0,'https://asyahavacilik.com/?page_id=576',0,'page','',0),
(577,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Cockpit Experience','','publish','closed','closed','','cockpit-experience','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',0,'https://asyahavacilik.com/?page_id=577',0,'page','',0),
(578,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Simulator Flight','','publish','closed','closed','','simulator-flight','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',0,'https://asyahavacilik.com/?page_id=578',0,'page','',0),
(579,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Corporate','','inherit','closed','closed','','550-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',550,'https://asyahavacilik.com/?p=579',0,'revision','',0),
(580,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Gallery','','inherit','closed','closed','','551-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',551,'https://asyahavacilik.com/?p=580',0,'revision','',0),
(581,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Trainings','','inherit','closed','closed','','552-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',552,'https://asyahavacilik.com/?p=581',0,'revision','',0),
(582,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',553,'https://asyahavacilik.com/?p=582',0,'revision','',0),
(583,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',554,'https://asyahavacilik.com/?p=583',0,'revision','',0),
(584,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Special ATPL Training for Cabin Attendants','','inherit','closed','closed','','555-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',555,'https://asyahavacilik.com/?p=584',0,'revision','',0),
(585,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Airline Transport Pilot License Training','','inherit','closed','closed','','556-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',556,'https://asyahavacilik.com/?p=585',0,'revision','',0),
(586,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Special ATPL Training for Employees','','inherit','closed','closed','','557-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',557,'https://asyahavacilik.com/?p=586',0,'revision','',0),
(587,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Other Pilot Training','','inherit','closed','closed','','558-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',558,'https://asyahavacilik.com/?p=587',0,'revision','',0),
(588,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Flight Instructor','','inherit','closed','closed','','559-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',559,'https://asyahavacilik.com/?p=588',0,'revision','',0),
(589,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','SEP Renewal','','inherit','closed','closed','','560-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',560,'https://asyahavacilik.com/?p=589',0,'revision','',0),
(590,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Modular Pilotage','','inherit','closed','closed','','561-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',561,'https://asyahavacilik.com/?p=590',0,'revision','',0),
(591,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','PPL Training','','inherit','closed','closed','','562-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',562,'https://asyahavacilik.com/?p=591',0,'revision','',0),
(592,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','ATPL Theory','','inherit','closed','closed','','563-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',563,'https://asyahavacilik.com/?p=592',0,'revision','',0),
(593,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','PIC','','inherit','closed','closed','','564-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',564,'https://asyahavacilik.com/?p=593',0,'revision','',0),
(594,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Night VFR','','inherit','closed','closed','','565-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',565,'https://asyahavacilik.com/?p=594',0,'revision','',0),
(595,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','CPL Commercial Pilot','','inherit','closed','closed','','566-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',566,'https://asyahavacilik.com/?p=595',0,'revision','',0),
(596,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','IR Instrument Flight','','inherit','closed','closed','','567-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',567,'https://asyahavacilik.com/?p=596',0,'revision','',0),
(597,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Multi-Motor Training','','inherit','closed','closed','','568-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',568,'https://asyahavacilik.com/?p=597',0,'revision','',0),
(598,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',569,'https://asyahavacilik.com/?p=598',0,'revision','',0),
(599,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','UAV 1 Training','','inherit','closed','closed','','570-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',570,'https://asyahavacilik.com/?p=599',0,'revision','',0),
(600,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','UAV 2 Training','','inherit','closed','closed','','571-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',571,'https://asyahavacilik.com/?p=600',0,'revision','',0),
(601,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','UAV Pesticide Spraying Training','','inherit','closed','closed','','572-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',572,'https://asyahavacilik.com/?p=601',0,'revision','',0),
(602,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','FPV Drone Training','','inherit','closed','closed','','573-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',573,'https://asyahavacilik.com/?p=602',0,'revision','',0),
(603,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','UAV Mapping Training','','inherit','closed','closed','','574-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',574,'https://asyahavacilik.com/?p=603',0,'revision','',0),
(604,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','UAV Professional Video Traininig','','inherit','closed','closed','','575-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',575,'https://asyahavacilik.com/?p=604',0,'revision','',0),
(605,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','EXPERIENCE FLIGHTS','','inherit','closed','closed','','576-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',576,'https://asyahavacilik.com/?p=605',0,'revision','',0),
(606,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Cockpit Experience','','inherit','closed','closed','','577-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',577,'https://asyahavacilik.com/?p=606',0,'revision','',0),
(607,1,'2025-02-13 09:56:16','2025-02-13 09:56:16','','Simulator Flight','','inherit','closed','closed','','578-revision-v1','','','2025-02-13 09:56:16','2025-02-13 09:56:16','',578,'https://asyahavacilik.com/?p=607',0,'revision','',0),
(777,1,'2025-02-16 01:13:08','2025-02-16 01:13:08','{\n    \"nav_menu_item[718]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 642,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"\\u00d6n sayfa, Divi\",\n            \"url\": \"https://asyahavacilik.com/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 1,\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[720]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 644,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/about-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 2,\n            \"status\": \"publish\",\n            \"original_title\": \"About\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[749]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 552,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/trainings/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 9,\n            \"status\": \"publish\",\n            \"original_title\": \"Trainings\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[721]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 757,\n            \"object_id\": 553,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/airline-pilot-atpl-trainings/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 4,\n            \"status\": \"publish\",\n            \"original_title\": \"Airline Pilot ATPL Trainings\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[748]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 721,\n            \"object_id\": 554,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/special-atpl-training-for-students/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 5,\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Students\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[746]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 721,\n            \"object_id\": 555,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/special-atpl-training-for-cabin-attendants/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 6,\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Cabin Attendants\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[722]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 721,\n            \"object_id\": 556,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/airline-transport-pilot-license-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 7,\n            \"status\": \"publish\",\n            \"original_title\": \"Airline Transport Pilot License Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[747]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 721,\n            \"object_id\": 557,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/special-atpl-training-for-employees/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"post_type\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 8,\n            \"status\": \"publish\",\n            \"original_title\": \"Special ATPL Training for Employees\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[723]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 563,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/atpl-theory/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 10,\n            \"status\": \"publish\",\n            \"original_title\": \"ATPL Theory\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[724]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 577,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/cockpit-experience/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 11,\n            \"status\": \"publish\",\n            \"original_title\": \"Cockpit Experience\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[725]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 648,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/contact-2/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 12,\n            \"status\": \"publish\",\n            \"original_title\": \"Contact\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[727]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 550,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/corporate/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 13,\n            \"status\": \"publish\",\n            \"original_title\": \"Corporate\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[728]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 566,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/cpl-commercial-pilot/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 14,\n            \"status\": \"publish\",\n            \"original_title\": \"CPL Commercial Pilot\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[729]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 576,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/experience-flights/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 15,\n            \"status\": \"publish\",\n            \"original_title\": \"EXPERIENCE FLIGHTS\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[730]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 520,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/fleet/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 16,\n            \"status\": \"publish\",\n            \"original_title\": \"Fleet\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[731]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 559,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/flight-instructor/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 17,\n            \"status\": \"publish\",\n            \"original_title\": \"Flight Instructor\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[732]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 573,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/fpv-drone-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 18,\n            \"status\": \"publish\",\n            \"original_title\": \"FPV Drone Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[733]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 551,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/gallery/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 19,\n            \"status\": \"publish\",\n            \"original_title\": \"Gallery\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[734]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 514,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/home/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 20,\n            \"status\": \"publish\",\n            \"original_title\": \"Home\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[735]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 567,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/ir-instrument-flight/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 21,\n            \"status\": \"publish\",\n            \"original_title\": \"IR Instrument Flight\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[736]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 561,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/modular-pilotage/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 22,\n            \"status\": \"publish\",\n            \"original_title\": \"Modular Pilotage\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[737]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 568,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/multi-motor-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 23,\n            \"status\": \"publish\",\n            \"original_title\": \"Multi-Motor Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[738]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 565,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/night-vfr/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 24,\n            \"status\": \"publish\",\n            \"original_title\": \"Night VFR\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[739]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 558,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/other-pilot-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 25,\n            \"status\": \"publish\",\n            \"original_title\": \"Other Pilot Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[740]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 564,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/pic/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 26,\n            \"status\": \"publish\",\n            \"original_title\": \"PIC\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[741]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 562,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/ppl-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 27,\n            \"status\": \"publish\",\n            \"original_title\": \"PPL Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[742]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 646,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/programs/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 28,\n            \"status\": \"publish\",\n            \"original_title\": \"Programs\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[743]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 560,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/sep-renewal/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 29,\n            \"status\": \"publish\",\n            \"original_title\": \"SEP Renewal\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[744]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 516,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Divi\",\n            \"url\": \"https://asyahavacilik.com/index.php/services/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 30,\n            \"status\": \"publish\",\n            \"original_title\": \"Services\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[745]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 578,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/simulator-flight/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 31,\n            \"status\": \"publish\",\n            \"original_title\": \"Simulator Flight\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[750]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 570,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-1-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 32,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV 1 Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[751]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 571,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-2-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 33,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV 2 Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[752]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 574,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-mapping-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 34,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Mapping Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[753]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 572,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-pesticide-spraying-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 35,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Pesticide Spraying Training\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[754]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 575,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-professional-video-traininig/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 36,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV Professional Video Traininig\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[755]\": {\n        \"value\": {\n            \"0\": \"\",\n            \"menu_item_parent\": 0,\n            \"object_id\": 569,\n            \"object\": \"page\",\n            \"type\": \"post_type\",\n            \"type_label\": \"Sayfa\",\n            \"url\": \"https://asyahavacilik.com/index.php/uav-training/\",\n            \"title\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"post_type\",\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": [\n                \"main\",\n                \"column\",\n                \"login\",\n                \"icon\",\n                \"button\",\n                \"custom\",\n                \"post_type\",\n                \"post_type_archive\",\n                \"taxonomy\"\n            ],\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"columns\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 37,\n            \"status\": \"publish\",\n            \"original_title\": \"UAV TRAINING\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    },\n    \"nav_menu_item[757]\": {\n        \"value\": {\n            \"menu_item_parent\": 0,\n            \"object_id\": 757,\n            \"object\": \"mega\",\n            \"type\": \"custom\",\n            \"type_label\": \"[QuadMenu Mega]\",\n            \"title\": \"Mega\",\n            \"url\": \"\",\n            \"target\": \"\",\n            \"attr_title\": \"\",\n            \"description\": \"\",\n            \"classes\": \"\",\n            \"xfn\": \"\",\n            \"quadmenu\": \"mega\",\n            \"columns\": [\n                \"custom\"\n            ],\n            \"quadmenu_menu_item_parent\": \"main\",\n            \"quadmenu_allowed_parents\": \"main\",\n            \"id\": \"Undefined default\",\n            \"attr-title\": \"\",\n            \"icon\": \"\",\n            \"subtitle\": \"\",\n            \"placeholder\": \"\",\n            \"badge\": \"\",\n            \"float\": \"\",\n            \"dropdown\": \"right\",\n            \"hidden\": \"\",\n            \"thumb\": \"\",\n            \"excerpt\": \"off\",\n            \"background\": {\n                \"thumbnail-id\": 0,\n                \"size\": \"\",\n                \"position\": \"\",\n                \"repeat\": \"\",\n                \"origin\": \"border-box\",\n                \"opacity\": 1\n            },\n            \"stretch\": \"boxed\",\n            \"width\": [],\n            \"cart\": \"woo\",\n            \"cart_text\": \"\",\n            \"social\": \"toggle\",\n            \"search\": \"post\",\n            \"nav_menu_term_id\": 9,\n            \"position\": 3,\n            \"status\": \"publish\",\n            \"original_title\": \"\",\n            \"_invalid\": false\n        },\n        \"type\": \"nav_menu_item\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-16 01:13:08\"\n    }\n}','','','trash','closed','closed','','df36dae6-d169-4229-a8e4-8cf6b4ebb1e5','','','2025-02-16 01:13:08','2025-02-16 01:13:08','',0,'https://asyahavacilik.com/index.php/2025/02/16/df36dae6-d169-4229-a8e4-8cf6b4ebb1e5/',0,'customize_changeset','',0),
(776,1,'2025-02-16 01:10:50','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 01:10:50','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=776',1,'nav_menu_item','',0),
(775,1,'2025-02-16 01:10:50','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 01:10:50','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=775',1,'nav_menu_item','',0),
(774,1,'2025-02-16 01:10:50','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 01:10:50','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=774',1,'nav_menu_item','',0),
(773,1,'2025-02-16 01:10:50','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 01:10:50','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=773',1,'nav_menu_item','',0),
(772,1,'2025-02-16 01:09:57','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 01:09:57','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=772',1,'nav_menu_item','',0),
(822,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','822','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=822',19,'nav_menu_item','',0),
(821,1,'2025-02-16 03:22:50','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 03:22:50','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=821',1,'nav_menu_item','',0),
(820,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','820','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=820',29,'nav_menu_item','',0),
(771,1,'2025-02-16 01:09:40','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2025-02-16 01:09:40','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=771',1,'nav_menu_item','',0),
(847,1,'2025-02-16 03:51:49','2025-02-16 03:51:49','','dynamic-content-megamenu-menuitem837','','publish','closed','closed','','dynamic-content-megamenu-menuitem837','','','2025-02-16 03:51:49','2025-02-16 03:51:49','',0,'https://asyahavacilik.com/index.php/elementskit-content/dynamic-content-megamenu-menuitem837/',0,'elementskit_content','',0),
(841,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','841','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=841',25,'nav_menu_item','',0),
(842,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','842','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=842',26,'nav_menu_item','',0),
(843,1,'2025-02-16 23:01:35','2025-02-16 03:24:31',' ','','','publish','closed','closed','','843','','','2025-02-16 23:01:35','2025-02-16 23:01:35','',0,'https://asyahavacilik.com/?p=843',21,'nav_menu_item','',0),
(637,1,'2025-02-13 09:58:12','2025-02-13 09:58:12','{\n    \"et_divi[link_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:58:12\"\n    }\n}','','','trash','closed','closed','','169375a0-79bf-4053-ba8b-8057f0750612','','','2025-02-13 09:58:12','2025-02-13 09:58:12','',0,'https://asyahavacilik.com/index.php/2025/02/13/169375a0-79bf-4053-ba8b-8057f0750612/',0,'customize_changeset','',0),
(638,1,'2025-02-13 09:58:45','2025-02-13 09:58:45','{\n    \"et_divi[link_color]\": {\n        \"value\": \"#023047\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 09:58:45\"\n    }\n}','','','trash','closed','closed','','cf381be4-b61c-43ed-a34d-bae050c07b7d','','','2025-02-13 09:58:45','2025-02-13 09:58:45','',0,'https://asyahavacilik.com/index.php/2025/02/13/cf381be4-b61c-43ed-a34d-bae050c07b7d/',0,'customize_changeset','',0),
(648,1,'2025-02-13 10:12:33','2025-02-13 10:12:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||19px|||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\" icon_color=\"#0C71C3\"]<h2><a href=\"tel:+905315505403\">+90 531 550 54 03</a></h2>\n<h2><a href=\"tel:+905307471600\">+90 530 747 16 00</a></h2>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" icon_color=\"#0C71C3\" sticky_enabled=\"0\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" icon_color=\"#0C71C3\" sticky_enabled=\"0\"]<p>Nilüfer, Bursa 16000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|47px|auto||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.27.4\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" custom_padding=\"||60px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" custom_padding=\"||59px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2025-02-23 21:40:59','2025-02-23 21:40:59','',0,'https://asyahavacilik.com/?page_id=648',0,'page','',0),
(683,1,'2025-02-13 10:28:36','2025-02-13 10:28:36','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-13 10:28:36','2025-02-13 10:28:36','',642,'https://asyahavacilik.com/?p=683',0,'revision','',0),
(650,1,'2025-02-13 10:10:43','2025-02-13 10:10:43','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlycGxhbmUlMjBjb2NrcGl0fGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future Takes Flight Here\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Ready to take the first step towards your aviation dreams? Enroll now and let your future take flight with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Cutting-Edge Facilities\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"State-of-the-Art Simulators and Classrooms\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxtb2Rlcm4lMjBhaXJwb3J0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQ0MTQ0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1641638051559-eb58e9fe387e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1686852061533-538ec14599a6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','642-revision-v1','','','2025-02-13 10:10:43','2025-02-13 10:10:43','',642,'https://asyahavacilik.com/?p=650',0,'revision','',0),
(652,1,'2025-02-13 10:11:04','2025-02-13 10:11:04','','new-portrait-6-800x800-1-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-800x800','','','2025-02-13 10:11:04','2025-02-13 10:11:04','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(654,1,'2025-02-13 10:11:05','2025-02-13 10:11:05','','new-portrait-5-800x800-1-800x800','','inherit','open','closed','','new-portrait-5-800x800-1-800x800','','','2025-02-13 10:11:05','2025-02-13 10:11:05','',0,'https://asyahavacilik.com/new-portrait-5-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(656,1,'2025-02-13 10:11:06','2025-02-13 10:11:06','','new-portrait-4-800x800-1-800x800','','inherit','open','closed','','new-portrait-4-800x800-1-800x800','','','2025-02-13 10:11:06','2025-02-13 10:11:06','',0,'https://asyahavacilik.com/new-portrait-4-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(658,1,'2025-02-13 10:11:07','2025-02-13 10:11:07','','new-portrait-2-800x800-1-800x800','','inherit','open','closed','','new-portrait-2-800x800-1-800x800','','','2025-02-13 10:11:07','2025-02-13 10:11:07','',0,'https://asyahavacilik.com/new-portrait-2-800x800-1-800x800/',0,'attachment','image/jpeg',0),
(640,1,'2025-02-13 10:03:57','2025-02-13 10:03:57','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"gcid-primary-color\" background_enable_image=\"off\" custom_padding=\"8px||8px||true|false\" sticky_position_tablet=\"none\" sticky_position_last_edited=\"off|desktop\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\" custom_padding__sticky_enabled=\"on|desktop\" custom_padding__sticky=\"4px||4px||true|false\" background__sticky_enabled=\"off|desktop\" background_color_gradient_start__sticky=\"#000000\" background_color_gradient_end__sticky=\"#000000\" background_color_gradient_stops__sticky=\"#000000 0%|#000000 90%\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"off|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||8px||false|false\" custom_padding_tablet=\"6px||6px||true|false\" border_color_all=\"rgba(255,255,255,0.4)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" height__sticky_enabled=\"off|sticky\" height__sticky=\"0px\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"4px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" custom_css_main_element=\"margin-bottom: 8px;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.23.1\" _module_preset=\"bc3a252d-89e5-44ce-b88c-27689356d87d\" text_text_color=\"#FFFFFF\" link_text_color=\"#FFFFFF\" background_enable_color=\"off\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p><a href=\"#\">contact@asyahavacilik.com</a>  |  (123)-456-7890</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_search placeholder=\"Search\" placeholder_color=\"#FFFFFF\" _builder_version=\"4.25.2\" _module_preset=\"ac146294-4e71-4af1-87e7-1323a356fb5c\" border_width_all=\"1px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_search][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_padding=\"8px||||false|false\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"3c77b4af-96ee-4601-b31b-93a419dded40\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" background_layout=\"dark\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore More\" button_alignment=\"right\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" disabled_on=\"off|off|off\" _builder_version=\"4.23.1\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','535-revision-v1','','','2025-02-13 10:03:57','2025-02-13 10:03:57','',535,'https://asyahavacilik.com/?p=640',0,'revision','',0),
(1280,1,'2025-02-22 05:11:36','2025-02-22 05:11:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1566822777822-0b43388beaba?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJwbGFuZSUyMGZseWluZ3xlbnwwfDB8fHwxNzM5NDQxNDYzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Our Legacy\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Asya Havacılık: Shaping the Future of Aviation\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Join us on a journey through our storied history and commitment to excellence in aviation education.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Story and Values\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]Founded with a passion for aviation, Asya Havacılık has been at the forefront of aviation education for over two decades. Our mission is to cultivate skilled professionals who are ready to meet the challenges of the aviation industry. We are dedicated to providing a comprehensive education that emphasizes safety, innovation, and leadership. Our values are rooted in integrity, excellence, and a commitment to continuous improvement, ensuring our students are well-prepared for their future careers.[/et_pb_text][et_pb_button button_text=\"Explore Our Philosophy\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Accreditations & Certifications\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık is proud to be recognized by leading aviation authorities and educational bodies. Our school holds accreditations from the International Civil Aviation Organization (ICAO) and the European Union Aviation Safety Agency (EASA), ensuring our training programs meet the highest international standards. Additionally, we are certified by the Civil Aviation Authority of Turkey, which underscores our commitment to providing top-tier aviation education. These credentials affirm our dedication to excellence and safety in aviation training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I transformed my passion for flying into a successful career. The comprehensive training and supportive instructors prepared me well for the challenges of the aviation industry.\"</p>[/et_pb_text][et_pb_blurb title=\"Emre Yılmaz\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The hands-on experience and state-of-the-art simulators at Asya Havacılık gave me the confidence and skills I needed to excel in my role as a cabin crew member. I highly recommend their programs!\"</p>[/et_pb_text][et_pb_blurb title=\"Aylin Kaya\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Cabin Crew Member</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Journey\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Apply Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to elevate your career in aviation? Contact Asya Havacılık today to learn more about our programs and how we can help you achieve your dreams. Our team is here to guide you every step of the way. Don\'t wait—start your journey with us now!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','644-revision-v1','','','2025-02-22 05:11:36','2025-02-22 05:11:36','',644,'https://asyahavacilik.com/?p=1280',0,'revision','',0),
(659,1,'2025-02-13 10:11:09','2025-02-13 10:11:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1566822777822-0b43388beaba?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJwbGFuZSUyMGZseWluZ3xlbnwwfDB8fHwxNzM5NDQxNDYzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Our Legacy\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Asya Havacılık: Shaping the Future of Aviation\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Join us on a journey through our storied history and commitment to excellence in aviation education.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Story and Values\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]Founded with a passion for aviation, Asya Havacılık has been at the forefront of aviation education for over two decades. Our mission is to cultivate skilled professionals who are ready to meet the challenges of the aviation industry. We are dedicated to providing a comprehensive education that emphasizes safety, innovation, and leadership. Our values are rooted in integrity, excellence, and a commitment to continuous improvement, ensuring our students are well-prepared for their future careers.[/et_pb_text][et_pb_button button_text=\"Explore Our Philosophy\" _builder_version=\"4.25.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1723186051621-5c9de14e1a1b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Meet Our Dedicated Team\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our experienced instructors and administrators are committed to providing top-notch education and support to our students.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Captain Ahmet Yılmaz\" position=\"Chief Flight Instructor\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-6-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"d72acfcc-77a9-4562-9787-281e412bdede\" header_font_size=\"18px\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"16px\" header_font_size_last_edited=\"on|desktop\" box_shadow_style=\"preset1\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Dr. Elif Kaya\" position=\"Director of Education\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-5-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"d72acfcc-77a9-4562-9787-281e412bdede\" header_font_size=\"18px\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"16px\" header_font_size_last_edited=\"on|desktop\" box_shadow_style=\"preset1\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Merve Aksoy\" position=\"Admissions Officer\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-4-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"d72acfcc-77a9-4562-9787-281e412bdede\" header_font_size=\"18px\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" header_font_size_phone=\"16px\" header_font_size_last_edited=\"on|desktop\" box_shadow_style=\"preset1\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Emre Demir\" position=\"Student Affairs Coordinator\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-2-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"d72acfcc-77a9-4562-9787-281e412bdede\" header_font_size=\"18px\" custom_padding=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" header_font_size_tablet=\"16px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Accreditations & Certifications\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMGNlcnRpZmljYXRpb258ZW58MHwwfHx8MTczOTQ0MTQ2M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık is proud to be recognized by leading aviation authorities and educational bodies. Our school holds accreditations from the International Civil Aviation Organization (ICAO) and the European Union Aviation Safety Agency (EASA), ensuring our training programs meet the highest international standards. Additionally, we are certified by the Civil Aviation Authority of Turkey, which underscores our commitment to providing top-tier aviation education. These credentials affirm our dedication to excellence and safety in aviation training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I transformed my passion for flying into a successful career. The comprehensive training and supportive instructors prepared me well for the challenges of the aviation industry.\"</p>[/et_pb_text][et_pb_blurb title=\"Emre Yılmaz\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-12-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The hands-on experience and state-of-the-art simulators at Asya Havacılık gave me the confidence and skills I needed to excel in my role as a cabin crew member. I highly recommend their programs!\"</p>[/et_pb_text][et_pb_blurb title=\"Aylin Kaya\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-9-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Cabin Crew Member</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Campus\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Modern Facilities & Training Environment\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1708134028754-5ba43093fedf?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxjb2NrcGl0JTIwdHJhaW5pbmd8ZW58MHwyfHx8MTczOTQ0MTQ2M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1646470350098-7966d0486d7d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NDQxNDQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1672626701704-9a6473281a93?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwZmFjaWxpdHl8ZW58MHwyfHx8MTczOTQ0MTQ2M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1723186051123-a93ec79af270?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8Y29udGFjdCUyMGF2aWF0aW9uJTIwc2Nob29sfGVufDB8Mnx8fDE3Mzk0NDE0NjN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1575407271447-38e342aca588?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJwbGFuZSUyMGZseWluZ3xlbnwwfDJ8fHwxNzM5NDQxNDYzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Journey\" button_url=\"#\" button_text=\"Apply Now\" _builder_version=\"4.24.3\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1504275107627-0c2ba7a43dba?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxjb250YWN0JTIwYXZpYXRpb24lMjBzY2hvb2x8ZW58MHwwfHx8MTczOTQ0MTQ2M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to elevate your career in aviation? Contact Asya Havacılık today to learn more about our programs and how we can help you achieve your dreams. Our team is here to guide you every step of the way. Don\'t wait—start your journey with us now!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','644-revision-v1','','','2025-02-13 10:11:09','2025-02-13 10:11:09','',644,'https://asyahavacilik.com/?p=659',0,'revision','',0),
(660,1,'2025-02-13 10:11:40','2025-02-13 10:11:40','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1476058262011-9a78b43bb832?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxhaXJwbGFuZSUyMGluJTIwc2t5fGVufDB8MHx8fDE3Mzk0NDE0OTl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||3vw||false|false\" bottom_divider_style=\"slant\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Comprehensive Aviation Programs\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Launch Your Aviation Career with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover a range of expertly designed training programs that prepare you for a successful career in the aviation industry. From piloting to cabin crew, our courses are tailored to meet the highest standards.</p>[/et_pb_text][et_pb_button button_text=\"View Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1590556409300-431697bafd4f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1527625243292-908353a57c96?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDF8fHwxNzM5NDQxNDk4fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1066&q=20&dpr=2\" title_text=\"800x1066\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"80px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22%93}\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\"]<p>At Asya Havacılık, we offer a variety of training programs tailored to meet the needs of aspiring aviation professionals. Our Pilotage Program spans 18 months, providing in-depth flight training and simulator sessions. The Cabin Crew Course is a 6-month program focusing on safety, service, and communication skills. Our Air Traffic Control Training lasts 12 months, equipping students with the necessary skills to manage air traffic efficiently.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1680968020770-53957ac4294e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxjYXJlZXIlMjBpbiUyMGF2aWF0aW9ufGVufDB8Mnx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"5%||5%||true|false\" custom_padding_tablet=\"0%||0%||true|false\" custom_padding_phone=\"0%||0%||true|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Career Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Graduates from Asya Havacılık have a wealth of career opportunities awaiting them. Successful completion of the Pilotage Program opens doors to becoming a commercial pilot for leading airlines. Cabin Crew graduates are sought after by both domestic and international airlines. Those who complete the Air Traffic Control Training are well-prepared for positions in air traffic management at airports worldwide.</p>[/et_pb_text][et_pb_button button_text=\"Explore Careers\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"5%||5%||true|false\" custom_padding_tablet=\"0%||0%||true|false\" custom_padding_phone=\"0%||0%||true|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future in Aviation\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>With a strong foundation from Asya Havacılık, our graduates are equipped to excel in various aviation roles. Our programs are designed to not only provide technical skills but also to enhance leadership and teamwork abilities, ensuring our students are ready to meet the challenges of the aviation industry.</p>[/et_pb_text][et_pb_button button_text=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1629972865877-1f63fc787db9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxjb2NrcGl0JTIwc2ltdWxhdG9yfGVufDB8Mnx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(255,255,255,0) 15%|rgba(0,0,0,0.08) 15%\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"30px||30px||true|false\" custom_padding_phone=\"30px||30px||true|false\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" background_color_gradient_direction_tablet=\"180deg\" border_radii=\"off||6px|6px|\" border_radii_tablet=\"off||0px|6px|6px\" border_radii_phone=\"off||0px|6px|6px\" border_radii_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8Mnx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|30px|||false|false\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Application Requirements\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Admission Criteria for Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>To enroll in our aviation training programs, candidates must meet specific prerequisites. Applicants should possess a high school diploma or equivalent, demonstrate proficiency in English, and pass a medical examination to ensure they meet the physical demands of the aviation industry. Additionally, candidates are required to submit a completed application form, a personal statement, and two letters of recommendation. Some programs may also require an entrance exam or interview to assess the applicant\'s suitability for the course.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Inquiries About Our Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>We understand that you may have questions about our aviation training programs. Below are answers to some of the most frequently asked questions to help guide you through the process.</p>[/et_pb_text][et_pb_button button_text=\"Submit a Question\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_accordion _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What are the career prospects after completing a program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Graduates from our programs can pursue various careers in the aviation industry, including roles as pilots, cabin crew members, air traffic controllers, and aviation managers. Our training is designed to equip you with the skills and knowledge required to excel in these fields.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does each training program last?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>The duration of our training programs varies. For example, the pilot training program typically lasts 18 months, while the cabin crew training is completed in 6 months. Each program\'s length is tailored to ensure comprehensive coverage of all necessary skills and knowledge.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Yes, we offer several financial aid options, including scholarships and payment plans, to assist students in managing the costs of their education. Please contact our admissions office for more details on how to apply for financial assistance.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the application process like?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>The application process involves submitting an online application form, providing required documents, and attending an interview if necessary. We recommend starting your application early to ensure you meet all deadlines and requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable, and the hands-on training prepared me well for my career as a commercial pilot.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-10-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The cabin crew training program was intensive but rewarding. I gained valuable skills that have helped me excel in my role at a leading airline. I highly recommend Asya Havacılık to anyone looking to start a career in aviation.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-9-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Cabin Crew Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to the comprehensive air traffic control program at Asya Havacılık, I was able to secure a position at a major airport. The support and guidance I received were exceptional.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Brown\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Air Traffic Control Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The training at Asya Havacılık exceeded my expectations. The state-of-the-art simulators and experienced instructors provided me with the best possible preparation for my aviation career.\"</p>[/et_pb_text][et_pb_blurb title=\"Emily White\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Aviation Management Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.5) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"5vw||5vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"#\" button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to elevate your future? Explore our comprehensive training programs and embark on a rewarding career in aviation. Whether you\'re aiming to become a pilot, cabin crew member, or air traffic controller, Asya Havacılık offers the expertise and support you need. Contact us today for more information or to start your application process.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Programs','','inherit','closed','closed','','646-revision-v1','','','2025-02-13 10:11:40','2025-02-13 10:11:40','',646,'https://asyahavacilik.com/?p=660',0,'revision','',0),
(882,1,'2025-02-16 23:46:30','2025-02-16 23:46:30','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||19px|||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>456 Aviation Lane, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|47px|auto||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" locked=\"off\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-16 23:46:30','2025-02-16 23:46:30','',648,'https://asyahavacilik.com/?p=882',0,'revision','',0),
(879,1,'2025-02-16 23:45:27','2025-02-16 23:45:27','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||19px|||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>456 Aviation Lane, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|47px|auto||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" locked=\"off\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-16 23:45:27','2025-02-16 23:45:27','',648,'https://asyahavacilik.com/?p=879',0,'revision','',0),
(661,1,'2025-02-13 10:12:02','2025-02-13 10:12:02','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Reach out to us for any inquiries or information about our aviation training programs. We\'re here to help you soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Contact Us Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1640622659613-26d7d08893e4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin_tablet=\"-9vw|||-3vw|false|false\" custom_margin_phone=\"-9vw|||-3vw|false|false\" custom_margin_last_edited=\"off|desktop\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>456 Aviation Lane, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1725715010946-ad09c8f8734e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxzY2hvb2wlMjBtYXB8ZW58MHwwfHx8MTczOTQ0MTUyMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Istanbul, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Social Media\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Follow Us on Social Media\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_social_media_follow _builder_version=\"4.24.3\" _module_preset=\"7be8c617-29e2-41c9-9434-040d91366c53\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.18.0\" _module_preset=\"f1dd5e12-c7bf-49b7-b6fd-e07d76a0a965\" hover_enabled=\"0\"]<a href=\"https://www.facebook.com/asyahavacilik\">Follow us on Facebook</a>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.18.0\" _module_preset=\"f1dd5e12-c7bf-49b7-b6fd-e07d76a0a965\" hover_enabled=\"0\"]<a href=\"https://www.twitter.com/asyahavacilik\">Join us on Twitter</a>[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.18.0\" _module_preset=\"f1dd5e12-c7bf-49b7-b6fd-e07d76a0a965\" hover_enabled=\"0\"]<a href=\"https://www.instagram.com/asyahavacilik\">See our Instagram</a>[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1611162616475-46b635cb6868?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxzb2NpYWwlMjBtZWRpYSUyMGljb25zfGVufDB8MHx8fDE3Mzk0NDE1MjB8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Stay Connected with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Get in Touch\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-13 10:12:02','2025-02-13 10:12:02','',648,'https://asyahavacilik.com/?p=661',0,'revision','',0),
(370,1,'2025-02-13 00:58:21','2025-02-13 00:58:21','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.23.1\" _module_preset=\"default\" background_color=\"gcid-primary-color\" background_color_gradient_direction=\"90deg\" background_color_gradient_start=\"#000645\" background_color_gradient_end=\"#3f38d3\" custom_padding=\"0px||0px||true|false\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_enable_color=\"off\" custom_padding=\"8px||8px||true|false\" locked=\"off\" global_colors_info=\"{}\" background__sticky_enabled=\"on|desktop\" background_color__sticky=\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\" background_enable_color__sticky=\"on\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore the Sky with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"||||false|false\" custom_css_free_form=\"selector h4 {padding-bottom: 0;}\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" z_index=\"10\" width_tablet=\"100%\" width_last_edited=\"off|desktop\" max_width_last_edited=\"off|desktop\" custom_padding=\"0px||0px|||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#ffffff\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" z_index=\"10\" custom_padding=\"8px|20px|8px||true|false\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_css_main_element_tablet=\"margin-bottom: 8px;\" custom_css_main_element_phone=\"margin-bottom: 8px;\"][et_pb_menu logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"16px||8px||false|false\" custom_padding_tablet=\"0px||8px||false|false\" custom_padding_phone=\"0px||8px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" _builder_version=\"4.23.1\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-2','','','2025-02-13 00:58:21','2025-02-13 00:58:21','',0,'https://asyahavacilik.com/index.php/et_header_layout/theme-builder-layout-2/',0,'et_header_layout','',0),
(371,1,'2025-02-13 00:58:22','2025-02-13 00:58:22','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Programs\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Airline Pilot ATPL Trainings</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Other Pilot Training</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Modular Pilotage</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">UAV Training</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Company Information\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">About Us</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Our History</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Career Opportunities</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">News & Announcements</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact & Support\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Contact Us</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">FAQ</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Responsible Manager</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Location & Map</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect With Us\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Fleet Gallery</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Experience Flights</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Simulator Flight</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" link_font=\"||||||||\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Cockpit Experience</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_social_media_follow _builder_version=\"4.24.2\" _module_preset=\"9a2c7b49-38da-4a8e-a698-40ad4873179f\" text_orientation=\"center\" custom_margin_tablet=\"-55px||||false|false\" custom_margin_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.16\" _module_preset=\"f4f8eeec-1606-4bdd-b10b-a76adf2d10df\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.16\" _module_preset=\"f4f8eeec-1606-4bdd-b10b-a76adf2d10df\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.18.0\" _module_preset=\"f4f8eeec-1606-4bdd-b10b-a76adf2d10df\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][et_pb_signup mailchimp_list=\"undefined|none\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.24.3\" _module_preset=\"1e8bc896-56de-405f-8864-264fc11e2a58\" button_bg_color=\"gcid-secondary-color\" global_colors_info=\"{%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all_fields%22%93,%22gcid-body-color%22:%91%22form_field_text_color%22,%22form_field_focus_text_color%22,%22body_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_text_color__hover=\"#2d38ff\" button_text_color__hover_enabled=\"off|hover\" max_width__hover_enabled=\"off|desktop\"][/et_pb_signup][et_pb_text _builder_version=\"4.24.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]undefined[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-2','','','2025-02-13 00:58:22','2025-02-13 00:58:22','',0,'https://asyahavacilik.com/index.php/et_footer_layout/theme-builder-layout-2/',0,'et_footer_layout','',0),
(372,1,'2025-02-13 00:58:23','2025-02-13 00:58:23','[et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"9\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Newsletter\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Stay Updated with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.24.3\" _module_preset=\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22background_color%22%93}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-6','','','2025-02-13 00:58:23','2025-02-13 00:58:23','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-6/',0,'et_body_layout','',0),
(373,1,'2025-02-13 00:58:24','2025-02-13 00:58:24','[et_pb_section fb_built=\"1\" admin_label=\"Post\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_title featured_image=\"off\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_font_size=\"72px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"24px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.15em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" meta_text_color=\"gcid-primary-color\" text_orientation=\"center\" title_text_color=\"gcid-heading-color\" global_colors_info=\"{}\" _builder_version=\"4.24.3\" _module_preset=\"8759101f-6394-4d77-bea6-88627ad57e19\" hover_enabled=\"0\"][/et_pb_post_title][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.24.3\" _dynamic_attributes=\"src\" _module_preset=\"default\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_content quote_border_color=\"gcid-secondary-color\" text_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" text_font_size=\"16px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"1.75em\" link_text_color=\"gcid-primary-color\" quote_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" quote_text_color=\"gcid-secondary-color\" quote_font_size=\"24px\" quote_font_size_tablet=\"18px\" quote_font_size_phone=\"15px\" quote_font_size_last_edited=\"on|desktop\" quote_line_height=\"1.4em\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"72px\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.15em\" header_2_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_2_text_color=\"gcid-heading-color\" header_2_font_size=\"50px\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" header_2_line_height=\"1.2em\" header_3_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_3_text_color=\"gcid-heading-color\" header_3_font_size=\"32px\" header_3_font_size_tablet=\"22px\" header_3_font_size_phone=\"17px\" header_3_font_size_last_edited=\"on|desktop\" header_3_line_height=\"1.3em\" header_4_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_4_text_color=\"gcid-heading-color\" header_4_font_size=\"24px\" header_4_font_size_tablet=\"18px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|tablet\" header_4_line_height=\"1.4em\" header_5_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_5_text_color=\"gcid-heading-color\" header_5_font_size=\"18px\" header_5_font_size_tablet=\"15px\" header_5_font_size_phone=\"14px\" header_5_font_size_last_edited=\"on|desktop\" header_5_line_height=\"1.4em\" header_6_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_6_text_color=\"gcid-heading-color\" header_6_line_height=\"1.5em\" header_6_font_size_tablet=\"13px\" header_6_font_size_phone=\"13px\" header_6_font_size_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_2_text_color%22,%22header_3_text_color%22,%22header_4_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22gcid-primary-color%22:%91%22link_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_text_color%22%93}\" border_radii_image=\"on|6px|6px|6px|6px\" _builder_version=\"4.24.3\" _module_preset=\"fe3d0146-672d-4ba4-9e5d-b0288477ec8d\" hover_enabled=\"0\"][/et_pb_post_content][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_nav title_font=\"--et_global_body_font|700|||||||\" title_text_color=\"gcid-primary-color\" title_font_size=\"18px\" global_colors_info=\"{}\" title_font_size_last_edited=\"on|desktop\" title_font_size_tablet=\"15px\" title_font_size_phone=\"14px\" title_line_height=\"1.4em\" _builder_version=\"4.24.3\" _module_preset=\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\" hover_enabled=\"0\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Post Author\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" global_colors_info=\"{}\" background_color=\"rgba(0,0,0,0.05)\" background_enable_color=\"on\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb content_max_width=\"100%\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"13px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" border_radii_image=\"on|100px|100px|100px|100px\" global_colors_info=\"{}\" animation=\"off\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" icon_alignment=\"center\" image_icon_custom_margin=\"||||false|false\" image_icon_custom_padding=\"||||false|false\" body_link_text_color=\"gcid-primary-color\" title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJXcml0dGVuIEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9sYXN0X25hbWUiLCJsaW5rIjoib2ZmIiwibGlua19kZXN0aW5hdGlvbiI6ImF1dGhvcl9hcmNoaXZlIn19@\" image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" image_icon_width=\"64px\" _builder_version=\"4.24.3\" _dynamic_attributes=\"title,content,image\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" text_orientation=\"center\" hover_enabled=\"0\"]Meet our dedicated team of aviation experts at Asya Havacılık. Our instructors and maintenance professionals bring years of experience and passion to ensure the highest standards in flight training and aircraft care.[/et_pb_blurb][et_pb_button custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-secondary-color\" button_border_radius=\"100px\" custom_padding=\"12px|24px|12px|24px|true|true\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" custom_padding__hover_enabled=\"off|desktop\" custom_padding__hover=\"|28px||20px|true|false\" button_bg_enable_color=\"on\" button_border_width=\"0px\" button_font=\"--et_global_body_font|700|||||||\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfdXJsIiwic2V0dGluZ3MiOnt9fQ==@\" button_text=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJNb3JlIFBvc3RzIGJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" button_alignment=\"center\" _builder_version=\"4.24.3\" _dynamic_attributes=\"button_text,button_url\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Related Posts\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"50px\" title_font_size_tablet=\"28px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" global_colors_info=\"{}\" title_level=\"h2\" custom_margin=\"||10px||false|false\" title=\"Explore More from Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\"][/et_pb_heading][et_pb_blog fullwidth=\"off\" show_more=\"on\" show_author=\"off\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"14.5px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" meta_text_color=\"gcid-primary-color\" read_more_font=\"--et_global_body_font|700|||||||\" read_more_text_color=\"gcid-secondary-color\" pagination_text_color=\"gcid-secondary-color\" pagination_font_size=\"18px\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"0px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" body_line_height=\"1.75em\" box_shadow_style=\"preset3\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" pagination_font_size_last_edited=\"on|tablet\" pagination_font_size_tablet=\"15px\" pagination_font_size_phone=\"14px\" body_text_color=\"gcid-body-color\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" pagination_font=\"--et_global_body_font|700|||||||\" posts_number=\"3\" include_categories=\"current\" show_pagination=\"off\" offset_number=\"0\" _builder_version=\"4.24.3\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" hover_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Share your thoughts and experiences about our services and training programs. We value your feedback and look forward to hearing from you!\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_comments form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"gcid-body-color\" form_field_focus_text_color=\"gcid-body-color\" form_field_custom_padding=\"18px||18px||true|false\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"50px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.2em\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"32px\" title_font_size_tablet=\"22px\" title_font_size_phone=\"17px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.3em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" form_field_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" form_field_font_size=\"14px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-primary-color\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"--et_global_body_font|700|||||||\" button_custom_margin=\"||||false|false\" button_custom_padding=\"12px|24px|12px|24px|true|true\" border_radii_fields=\"on|6px|6px|6px|6px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(0,0,0,0.08)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" meta_text_color=\"#000000\" button_bg_enable_color=\"on\" border_radii_image=\"on|200px|200px|200px|200px\" _builder_version=\"4.24.3\" _module_preset=\"abb240a2-a953-4e48-8a6f-4661409a9742\" hover_enabled=\"0\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-7','','','2025-02-13 00:58:24','2025-02-13 00:58:24','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-7/',0,'et_body_layout','',0),
(374,1,'2025-02-13 00:58:25','2025-02-13 00:58:25','[et_pb_section fb_built=\"1\" admin_label=\"Meet Our Team of Aviation Experts\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" align=\"center\" _builder_version=\"4.25.2\" _dynamic_attributes=\"src\" _module_preset=\"d0922e87-91bd-4a92-93b6-ba97284f635a\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZmlyc3RfbGFzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_level=\"h1\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]undefined[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJQb3N0IEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"3\" _builder_version=\"4.25.2\" _module_preset=\"3a376763-6eec-4e3b-9584-75f43ea48e8a\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-8','','','2025-02-13 00:58:25','2025-02-13 00:58:25','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-8/',0,'et_body_layout','',0),
(375,1,'2025-02-13 00:58:26','2025-02-13 00:58:26','[et_pb_section fb_built=\"1\" admin_label=\"Search\" _builder_version=\"4.25.2\" _module_preset=\"_initial\" background_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_search placeholder=\"Refine Your Search\" _builder_version=\"4.25.2\" _module_preset=\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\" max_width=\"500px\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog use_current_loop=\"on\" show_thumbnail=\"off\" show_more=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.25.2\" _module_preset=\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-9','','','2025-02-13 00:58:26','2025-02-13 00:58:26','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-9/',0,'et_body_layout','',0),
(376,1,'2025-02-13 00:58:27','2025-02-13 00:58:27','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"404\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-primary-color\" min_height=\"100vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"404\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" title_font_size=\"10vw\" title_line_height=\"1em\" title_font_size_tablet=\"10vw\" title_font_size_phone=\"10vw\" title_font_size_last_edited=\"off|phone\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Page Not Found - Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Oops! The page you\'re looking for doesn\'t exist. Please navigate back to the homepage or contact us for assistance.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back Home\" button_alignment=\"center\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _dynamic_attributes=\"button_url\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-10','','','2025-02-13 00:58:27','2025-02-13 00:58:27','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-10/',0,'et_body_layout','',0),
(377,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','Theme Builder','','trash','closed','closed','','theme-builder__trashed-2','','','2025-02-13 01:02:17','2025-02-13 01:02:17','',0,'https://asyahavacilik.com/index.php/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),
(378,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','Default Website Template','','publish','closed','closed','','default-website-template-2','','','2025-02-13 00:58:29','2025-02-13 00:58:29','',0,'https://asyahavacilik.com/index.php/et_template/default-website-template-2/',0,'et_template','',0),
(379,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','All Category Pages','','publish','closed','closed','','all-category-pages-2','','','2025-02-13 00:58:29','2025-02-13 00:58:29','',0,'https://asyahavacilik.com/index.php/et_template/all-category-pages-2/',0,'et_template','',0),
(380,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','All Posts','','publish','closed','closed','','all-posts-2','','','2025-02-13 00:58:29','2025-02-13 00:58:29','',0,'https://asyahavacilik.com/index.php/et_template/all-posts-2/',0,'et_template','',0),
(381,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','All Author Pages','','publish','closed','closed','','all-author-pages-2','','','2025-02-13 00:58:29','2025-02-13 00:58:29','',0,'https://asyahavacilik.com/index.php/et_template/all-author-pages-2/',0,'et_template','',0),
(382,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','Search Results','','publish','closed','closed','','search-results-2','','','2025-02-13 00:58:29','2025-02-13 00:58:29','',0,'https://asyahavacilik.com/index.php/et_template/search-results-2/',0,'et_template','',0),
(383,1,'2025-02-13 00:58:29','2025-02-13 00:58:29','','404 Page','','publish','closed','closed','','404-page-2','','','2025-02-13 00:58:29','2025-02-13 00:58:29','',0,'https://asyahavacilik.com/index.php/et_template/404-page-2/',0,'et_template','',0),
(514,1,'2025-02-13 01:27:22','2025-02-13 01:27:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://images.unsplash.com/photo-1569938709389-ff8ab00530b3?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" background_enable_mask_style=\"on\" background_mask_style=\"arch\" custom_padding=\"14vw||14vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevating Aviation Standards\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Welcome to Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover our commitment to pioneering excellence in the aviation industry, where innovation meets reliability.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Legacy of Excellence\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Asya Havacılık has been a leader in the aviation sector since its inception, driven by a passion for innovation and a commitment to safety. Our journey began with a vision to transform the skies, and today, we stand as a testament to quality and trust. With decades of experience, we continue to push the boundaries of aviation technology, ensuring that our clients receive unparalleled service and expertise. Our dedication to excellence is reflected in every flight we operate, making us a trusted partner in the aviation industry.</p>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMHRlYW0lMjBtZWV0aW5nfGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Premier Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Ensuring the highest standards of safety and performance through meticulous maintenance and inspections.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Charter Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Providing flexible and luxurious travel options tailored to meet the unique needs of our clients.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aviation Consulting\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Offering expert guidance and strategic solutions to optimize aviation operations and efficiency.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilot Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Empowering the next generation of pilots with comprehensive training programs and state-of-the-art simulators.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Explore Our Services\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1541336318489-083c7d277b8e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJwb3J0JTIwc2VydmljZSUyMHZlaGljbGVzfGVufDB8MXx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Distinctive Features\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Safety Standards\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22gcid-primary-color%22:%91%22icon_color%22%93}\"]<p>At Asya Havacılık, we prioritize safety above all else, implementing rigorous protocols and state-of-the-art technology to ensure the highest safety standards in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Innovative Fleet Management\" use_icon=\"on\" font_icon=\"&#xf0ae;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22gcid-primary-color%22:%91%22icon_color%22%93}\"]<p>Our advanced fleet management system optimizes aircraft performance, reduces downtime, and enhances operational efficiency, setting us apart in the aviation industry.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Personalized Customer Experience\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22gcid-primary-color%22:%91%22icon_color%22%93}\"]<p>We offer tailored services to meet the unique needs of each client, ensuring a seamless and personalized experience from booking to landing.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||60px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22%93}\" box_shadow_color__hover_enabled=\"off|hover\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-12-800x800-1.jpg\" title_text=\"new-portrait-12-800x800\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık has consistently delivered exceptional service, ensuring our travel needs are met with professionalism and care.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, CEO of Global Ventures</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" title_text=\"new-portrait-8-800x800\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Their commitment to safety and customer satisfaction is unparalleled. We trust Asya Havacılık with all our corporate travel requirements.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith, Director of Operations at Tech Innovations</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Statistics\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_enable_color=\"off\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-primary-color\" custom_padding=\"60px|60px||60px|false|true\" custom_padding_tablet=\"30px|30px||30px|false|true\" custom_padding_phone=\"20px|20px||20px|false|true\" hover_enabled=\"0\" border_radii=\"off|6px|6px||\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Impact in Numbers\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-primary-color\" custom_padding=\"|60px|60px|60px|false|true\" custom_padding_tablet=\"|30px|30px|30px|false|true\" custom_padding_phone=\"|20px|20px|20px|false|true\" hover_enabled=\"0\" border_radii=\"off|||6px|6px\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Flights Operated Annually\" number=\"1,500\" percent_sign=\"off\" _builder_version=\"4.24.2\" _module_preset=\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\" number_font_size=\"60px\" hover_enabled=\"0\" locked=\"off\"][/et_pb_number_counter][et_pb_divider color=\"rgba(255,255,255,0.4)\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-728bdef5-a877-4852-ab0a-1ec8dbed052f%22:%91%22color%22%93}\"][/et_pb_divider][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>We successfully operate over 1,500 flights each year, connecting clients to destinations across the globe with reliability and efficiency.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Customer Satisfaction Rate\" number=\"98%\" percent_sign=\"off\" _builder_version=\"4.24.2\" _module_preset=\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\" number_font_size=\"60px\" hover_enabled=\"0\" locked=\"off\"][/et_pb_number_counter][et_pb_divider color=\"rgba(255,255,255,0.4)\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-728bdef5-a877-4852-ab0a-1ec8dbed052f%22:%91%22color%22%93}\"][/et_pb_divider][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Our dedication to excellence is reflected in a 98% customer satisfaction rate, highlighting our commitment to superior service.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Years of Industry Experience\" number=\"25\" percent_sign=\"off\" _builder_version=\"4.24.2\" _module_preset=\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\" number_font_size=\"60px\" hover_enabled=\"0\" locked=\"off\"][/et_pb_number_counter][et_pb_divider color=\"rgba(255,255,255,0.4)\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-728bdef5-a877-4852-ab0a-1ec8dbed052f%22:%91%22color%22%93}\"][/et_pb_divider][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>With 25 years of experience in the aviation sector, Asya Havacılık has established itself as a leader in providing top-tier aviation solutions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-secondary-color\" custom_padding=\"6vw|8%|6vw|8%|true|true\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover the Future of Aviation with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Explore Our Services\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','trash','closed','closed','','home__trashed','','','2025-02-16 22:30:19','2025-02-16 22:30:19','',0,'https://asyahavacilik.com/?page_id=514',0,'page','',0),
(516,1,'2025-02-13 01:27:22','2025-02-13 01:27:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1642506538686-17f658fd5fb2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxidXNpbmVzcyUyMGF2aWF0aW9ufGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8%||0px||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Unmatched Aviation Excellence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Discover Asya Havacılık\'s Premier Services\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Experience the pinnacle of aviation services tailored to meet your unique needs. At Asya Havacılık, we prioritize safety, efficiency, and unparalleled customer satisfaction.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_margin=\"8%||||false|false\" custom_padding=\"0px||0px||true|false\" border_radii=\"off||6px||\" border_radii_tablet=\"off||6px||\" border_radii_phone=\"off||6px||\" border_radii_last_edited=\"on|desktop\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-31vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" custom_padding_tablet=\"40px|20px|40px||true|false\" custom_padding_phone=\"30px||30px||true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Personalized Charter Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" global_colors_info=\"{}\"]<p>Enjoy the flexibility and convenience of our bespoke charter flight services, designed to cater to your specific travel requirements.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Maintenance Solutions\" use_icon=\"on\" font_icon=\"&#xf0a9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" locked=\"off\" global_colors_info=\"{}\"]<p>Ensure your aircraft\'s peak performance with our expert maintenance services, offering thorough inspections and timely repairs.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Pilot Training\" use_icon=\"on\" font_icon=\"&#xf0a9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your skills with our state-of-the-art pilot training programs, led by experienced instructors committed to your success.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"gcid-secondary-color\" transform_translate=\"1px|0px\" transform_translate_linked=\"off\" custom_padding=\"50px|20px|50px|20px|true|true\" custom_padding_tablet=\"||||true|false\" custom_padding_phone=\"30px||30px||true|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_button button_text=\"Explore Services\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"gcid-secondary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Aviation Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1519642918688-7e43b19245d8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwcml2YXRlJTIwamV0JTIwaW50ZXJpb3J8ZW58MHwwfHx8MTczOTQwOTkzMXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Private Jet Charter\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Experience luxury and privacy with our private jet charter services, offering flexible scheduling and personalized itineraries.</p>[/et_pb_text][et_pb_button button_text=\"Book a Flight\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1627070565585-69d1e2f133b5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Aircraft Management\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Optimize your aircraft\'s performance and value with our comprehensive management services, including crew management and operational support.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1461988279488-1dac181a78f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBjcmV3JTIwYnJpZWZpbmd8ZW58MHwwfHx8MTczOTQwOTkzMXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Aviation Consultancy\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Benefit from our expert consultancy services, providing strategic insights and solutions to enhance your aviation operations.</p>[/et_pb_text][et_pb_button button_text=\"Consult with Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1532372768454-c936572f87ea?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8bHV4dXJ5JTIwYWlycG9ydCUyMGxvdW5nZXxlbnwwfDB8fHwxNzM5NDA5OTMxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Cargo Transport\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Efficiently transport your goods with our reliable cargo services, ensuring timely and secure delivery worldwide.</p>[/et_pb_text][et_pb_button button_text=\"Get a Quote\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Discover the unique features that make Asya Havacılık a leader in the aviation industry, committed to excellence and innovation.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Safety Standards\" use_icon=\"on\" font_icon=\"&#xf071;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cutting-Edge Technology\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Exceptional Customer Service\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_text_color=\"gcid-primary-color\" text_font_size=\"24px\" text_letter_spacing=\"4px\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-primary-color%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık provided an exceptional experience from start to finish. Their attention to detail and commitment to safety made our journey truly memorable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CEO, Global Ventures</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_text_color=\"gcid-primary-color\" text_font_size=\"24px\" text_letter_spacing=\"4px\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-primary-color%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The professionalism and expertise of Asya Havacılık\'s team are unmatched. They exceeded our expectations in every way possible.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Director of Operations, SkyTech Solutions</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Elevate Your Experience?\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Contact us today to discover how Asya Havacılık can meet your aviation needs with unparalleled service and expertise. Schedule a consultation and let us help you soar to new heights.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Get in Touch\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','publish','closed','closed','','services','','','2025-02-22 05:13:53','2025-02-22 05:13:53','',0,'https://asyahavacilik.com/?page_id=516',0,'page','',0),
(518,1,'2025-02-13 01:27:22','2025-02-13 01:27:22','[et_pb_section fb_built=\"1\" make_equal=\"on\" specialty=\"on\" bg_img_1=\"https://images.unsplash.com/photo-1511140276483-30c1217ca449?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwxfHx8MTczOTQwOTk1MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.23.1\" _module_preset=\"default\" height_tablet=\"50vw\" height_phone=\"50vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Our Legacy\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"The Journey of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Explore the rich history and pioneering spirit of Asya Havacılık, where innovation meets excellence in aviation.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" custom_margin=\"||||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|tablet\" width=\"150%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_margin=\"30px|||-50%|false|false\" custom_margin_tablet=\"|||0%|false|false\" custom_margin_phone=\"|||0%|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" positioning_tablet=\"none\" positioning_phone=\"none\" positioning_last_edited=\"on|tablet\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"gcid-secondary-color\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Innovation at Core\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Our commitment to cutting-edge technology drives our success.</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"rgba(0,0,0,0.06)\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_heading title=\"Global Reach\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Connecting the world with our expansive network and expertise.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Story\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]Asya Havacılık is dedicated to advancing the aviation industry through innovation and integrity. Our mission is to deliver exceptional service and safety, while our vision is to lead the industry with groundbreaking solutions. With a team of seasoned professionals, we are committed to excellence and sustainability in every endeavor.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Timeline\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Milestones\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Charting the path of Asya Havacılık\'s growth and achievements.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"1995\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Foundation of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Asya Havacılık was established, marking the beginning of our journey in the aviation sector.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1712570068476-4dc80afe25cb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YXZpYXRpb24lMjBoaXN0b3J5fGVufDB8MHx8fDE3Mzk0MDk5NTF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2000\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"First International Flight\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>We expanded our operations to include international routes, broadening our global footprint.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1497215842964-222b430dc094?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxidXNpbmVzcyUyMG1lZXRpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5NDA5OTUxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2010\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Innovation Award\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Received prestigious recognition for our innovative approach to aviation technology.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1524592714635-d77511a4834d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2020\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Sustainability Initiative\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Launched a comprehensive program to enhance sustainability across all operations.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTQwOTk1MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Core Values\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>At Asya Havacılık, integrity, innovation, and excellence are the pillars that guide our operations. We are committed to maintaining transparency in all our dealings, fostering a culture of innovation to stay ahead in the aerospace industry, and delivering exceptional quality in every project we undertake.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Commitment to Sustainability\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>We prioritize sustainable practices in our operations, ensuring that our processes are environmentally friendly and contribute to a better future. Our commitment to sustainability drives us to continuously seek new ways to reduce our carbon footprint and promote eco-friendly solutions in aviation.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Customer-Centric Approach\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our customers are at the heart of everything we do. We strive to exceed their expectations by understanding their needs and delivering tailored solutions. Our customer-centric approach ensures that we build lasting relationships based on trust and satisfaction.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Meet Our Expert Team\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Our team at Asya Havacılık is composed of seasoned professionals who bring a wealth of experience and expertise to the table. Each member is dedicated to driving innovation and excellence in the aerospace industry.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_team_member name=\"Ayla Demir\" position=\"Chief Executive Officer\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-6-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_team_member name=\"Emre Yılmaz\" position=\"Head of Engineering\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-5-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_team_member name=\"Zeynep Kaya\" position=\"Director of Operations\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-4-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Reliable and Efficient Service\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\"]<p>John Smith, CEO of AeroTech Solutions</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Exceptional Quality and Support\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-11-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\"]<p>Maria Gonzalez, Operations Manager at SkyHigh Airlines</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Aviation Expertise\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Today\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','About','','trash','closed','closed','','about__trashed','','','2025-02-16 22:30:19','2025-02-16 22:30:19','',0,'https://asyahavacilik.com/?page_id=518',0,'page','',0),
(520,1,'2025-02-13 01:27:22','2025-02-13 01:27:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_padding=\"8vw||||false|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Elite Fleet\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Discover the Power of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Experience unparalleled luxury and performance with our diverse range of aircraft, tailored to meet your unique travel needs.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"View Our Fleet\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.3\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" background_color=\"gcid-primary-color\" custom_margin=\"6vw||||false|false\" custom_margin_tablet=\"6vw||||false|false\" custom_margin_phone=\"6vw||||false|false\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22,%22color%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Comfort\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Technology\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Global Reach\" use_icon=\"on\" font_icon=\"&#xf7a2;||fa||900\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety First\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"A Glimpse into Our Fleet\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Aircraft Image Showcase\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1733932911797-678810d90728?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1621632361333-4649f0b59adc?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxhaXJwbGFuZSUyMHRha2VvZmZ8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1565038941323-e5ceac0fcde2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwcml2YXRlJTIwamV0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1659232246974-d35664b0bea8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhaXJjcmFmdCUyMGxhbmRpbmd8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1698077689052-73daf0d5b10b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxidXNpbmVzcyUyMGpldCUyMGV4dGVyaW9yfGVufDB8Mnx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1535330943120-16c31c853755?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJwbGFuZSUyMGluJTIwZmxpZ2h0fGVufDB8Mnx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1501776989-2967b46f7795?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxoZWxpY29wdGVyJTIwdmlld3xlbnwwfDJ8fHwxNzM5NDA5OTgyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1672691699756-7dbbf99d5822?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8Mnx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1643297654416-05795d62e39c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHx0ZWNobmljYWwlMjBzcGVjaWZpY2F0aW9uc3xlbnwwfDJ8fHwxNzM5NDA5OTgyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Aircraft Specifications and Capabilities\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1535980394126-1db205d7e777?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJjcmFmdCUyMGZlYXR1cmVzfGVufDB8MHx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Luxury Jet\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our luxury jet offers spacious interiors, state-of-the-art entertainment systems, and exceptional range for long-haul flights.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Executive Turboprop\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Perfect for regional travel, this aircraft combines efficiency with comfort, providing a smooth and swift journey.</p>[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1713799980833-d0de84f289bf?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxsdXh1cnklMjBhaXJjcmFmdHxlbnwwfDB8fHwxNzM5NDA5OTgyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"5%||5%||true|false\" custom_padding_tablet=\"0%||0%||true|false\" custom_padding_phone=\"0%||0%||true|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Asya Havacılık offers a premier fleet that stands out for its unmatched reliability, state-of-the-art technology, and exceptional comfort. Our aircraft are meticulously maintained to ensure safety and performance, providing you with peace of mind on every journey. With a diverse range of aircraft, we cater to various travel needs, ensuring flexibility and convenience. Choose Asya Havacılık for an unparalleled flying experience that combines luxury with efficiency.</p>[/et_pb_text][et_pb_button button_text=\"Explore Our Fleet\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1560017487-c44f80136c56?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGFkdmFudGFnZXN8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Flying with Asya Havacılık was a seamless experience. The aircraft was immaculate, and the crew was incredibly professional. I felt safe and well-cared for throughout the journey.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-12-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>CEO, Global Enterprises</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık exceeded my expectations with their exceptional service and attention to detail. The flight was smooth, and the comfort was unparalleled. I highly recommend their services to anyone seeking a premium travel experience.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-9-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Managing Director, Tech Innovations</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Fly with Us?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Discover the unmatched service and luxury of Asya Havacılık\'s fleet. Whether you\'re planning a business trip or a leisurely getaway, our team is here to assist you every step of the way. Contact us today to learn more about our offerings or to book your next flight. Experience the difference with Asya Havacılık.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Now\" button_alignment=\"right\" _builder_version=\"4.23.1\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Fleet','','trash','closed','closed','','fleet__trashed','','','2025-02-22 05:14:55','2025-02-22 05:14:55','',0,'https://asyahavacilik.com/?page_id=520',0,'page','',0),
(522,1,'2025-02-13 01:27:22','2025-02-13 01:27:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxtb2Rlcm4lMjBhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQxMDAxM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" min_height=\"100vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"10vw||10vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Reach Out to Our Team\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22%93}\"]<p>We are here to assist you with all your aviation needs. Get in touch with us today to learn more about our services and how we can help you.</p>[/et_pb_text][et_pb_button button_text=\"Contact Us Now\" button_alignment=\"center\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>5678 Aviation Blvd, Suite 200, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"2px\" border_color_all=\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_column type=\"3_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"We\'d Love to Hear from You\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>At Asya Havacılık, we value your inquiries and feedback. Whether you have questions about our services or need assistance, our team is ready to help. Please don\'t hesitate to reach out to us.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our dedicated staff is committed to providing prompt and thorough responses to all your inquiries. We look forward to connecting with you and addressing your aviation needs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What is the typical response time for inquiries?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"How can I inquire about specific services?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>We aim to respond to all inquiries within 24 hours. For urgent matters, please call us directly.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"What types of inquiries can I make?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>You can inquire about our aviation services, pricing, partnerships, and more. We\'re here to assist with any questions you may have.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Can I schedule a consultation?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Yes, consultations can be scheduled by contacting us through our website or calling our office directly.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"How do I follow up on a previous inquiry?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>If you need to follow up, please reply to the original email or call us with your inquiry reference number.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Are there specific hours for customer support?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Our customer support team is available Monday to Friday, from 9 AM to 5 PM.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"What information should I include in my inquiry?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Please include your contact details, the nature of your inquiry, and any specific questions you have.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"How can I provide feedback on your services?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>We welcome feedback through our contact form or by emailing us directly. Your input helps us improve our services.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Is there a direct contact for urgent inquiries?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>For urgent matters, please call our hotline at the number provided on our contact page.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Do you offer support in multiple languages?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Yes, we offer support in several languages. Please specify your preferred language when contacting us.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Social Media\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect with Us on Social Media\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"Twitter\" number=\"52,845\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on Facebook: <a href=\'https://facebook.com/asyahavacilik\'>facebook.com/asyahavacilik</a> - 10,000 Followers</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"YouTube\" number=\"113,660\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on Instagram: <a href=\'https://instagram.com/asyahavacilik\'>instagram.com/asyahavacilik</a> - 8,500 Followers</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"Instagram\" number=\"76,110\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on Twitter: <a href=\'https://twitter.com/asyahavacilik\'>twitter.com/asyahavacilik</a> - 7,200 Followers</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"Pinterest\" number=\"25,445\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on LinkedIn: <a href=\'https://linkedin.com/company/asyahavacilik\'>linkedin.com/company/asyahavacilik</a> - 5,000 Followers</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Today\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','trash','closed','closed','','contact__trashed','','','2025-02-16 22:30:19','2025-02-16 22:30:19','',0,'https://asyahavacilik.com/?page_id=522',0,'page','',0);
INSERT INTO `wp_posts` VALUES
(524,1,'2025-02-13 01:25:01','2025-02-13 01:25:01','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://images.unsplash.com/photo-1569938709389-ff8ab00530b3?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" background_enable_mask_style=\"on\" background_mask_style=\"arch\" custom_padding=\"14vw||14vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevating Aviation Standards\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Welcome to Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover our commitment to pioneering excellence in the aviation industry, where innovation meets reliability.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Legacy of Excellence\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Asya Havacılık has been a leader in the aviation sector since its inception, driven by a passion for innovation and a commitment to safety. Our journey began with a vision to transform the skies, and today, we stand as a testament to quality and trust. With decades of experience, we continue to push the boundaries of aviation technology, ensuring that our clients receive unparalleled service and expertise. Our dedication to excellence is reflected in every flight we operate, making us a trusted partner in the aviation industry.</p>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMHRlYW0lMjBtZWV0aW5nfGVufDB8MHx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Premier Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Ensuring the highest standards of safety and performance through meticulous maintenance and inspections.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Charter Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Providing flexible and luxurious travel options tailored to meet the unique needs of our clients.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aviation Consulting\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Offering expert guidance and strategic solutions to optimize aviation operations and efficiency.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilot Training\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Empowering the next generation of pilots with comprehensive training programs and state-of-the-art simulators.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Explore Our Services\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1541336318489-083c7d277b8e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJwb3J0JTIwc2VydmljZSUyMHZlaGljbGVzfGVufDB8MXx8fDE3Mzk0MDk4OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Distinctive Features\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Safety Standards\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22gcid-primary-color%22:%91%22icon_color%22%93}\"]<p>At Asya Havacılık, we prioritize safety above all else, implementing rigorous protocols and state-of-the-art technology to ensure the highest safety standards in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Innovative Fleet Management\" use_icon=\"on\" font_icon=\"&#xf0ae;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22gcid-primary-color%22:%91%22icon_color%22%93}\"]<p>Our advanced fleet management system optimizes aircraft performance, reduces downtime, and enhances operational efficiency, setting us apart in the aviation industry.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Personalized Customer Experience\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22gcid-primary-color%22:%91%22icon_color%22%93}\"]<p>We offer tailored services to meet the unique needs of each client, ensuring a seamless and personalized experience from booking to landing.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||60px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22%93}\" box_shadow_color__hover_enabled=\"off|hover\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-12-800x800-1.jpg\" title_text=\"new-portrait-12-800x800\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık has consistently delivered exceptional service, ensuring our travel needs are met with professionalism and care.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>John Doe, CEO of Global Ventures</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" title_text=\"new-portrait-8-800x800\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Their commitment to safety and customer satisfaction is unparalleled. We trust Asya Havacılık with all our corporate travel requirements.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith, Director of Operations at Tech Innovations</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Statistics\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_enable_color=\"off\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-primary-color\" custom_padding=\"60px|60px||60px|false|true\" custom_padding_tablet=\"30px|30px||30px|false|true\" custom_padding_phone=\"20px|20px||20px|false|true\" hover_enabled=\"0\" border_radii=\"off|6px|6px||\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Impact in Numbers\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-primary-color\" custom_padding=\"|60px|60px|60px|false|true\" custom_padding_tablet=\"|30px|30px|30px|false|true\" custom_padding_phone=\"|20px|20px|20px|false|true\" hover_enabled=\"0\" border_radii=\"off|||6px|6px\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Flights Operated Annually\" number=\"1,500\" percent_sign=\"off\" _builder_version=\"4.24.2\" _module_preset=\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\" number_font_size=\"60px\" hover_enabled=\"0\" locked=\"off\"][/et_pb_number_counter][et_pb_divider color=\"rgba(255,255,255,0.4)\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-728bdef5-a877-4852-ab0a-1ec8dbed052f%22:%91%22color%22%93}\"][/et_pb_divider][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>We successfully operate over 1,500 flights each year, connecting clients to destinations across the globe with reliability and efficiency.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Customer Satisfaction Rate\" number=\"98%\" percent_sign=\"off\" _builder_version=\"4.24.2\" _module_preset=\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\" number_font_size=\"60px\" hover_enabled=\"0\" locked=\"off\"][/et_pb_number_counter][et_pb_divider color=\"rgba(255,255,255,0.4)\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-728bdef5-a877-4852-ab0a-1ec8dbed052f%22:%91%22color%22%93}\"][/et_pb_divider][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Our dedication to excellence is reflected in a 98% customer satisfaction rate, highlighting our commitment to superior service.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_number_counter title=\"Years of Industry Experience\" number=\"25\" percent_sign=\"off\" _builder_version=\"4.24.2\" _module_preset=\"eb8e0a21-f73c-4e32-bc0c-e37d0ee934ba\" number_font_size=\"60px\" hover_enabled=\"0\" locked=\"off\"][/et_pb_number_counter][et_pb_divider color=\"rgba(255,255,255,0.4)\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-728bdef5-a877-4852-ab0a-1ec8dbed052f%22:%91%22color%22%93}\"][/et_pb_divider][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>With 25 years of experience in the aviation sector, Asya Havacılık has established itself as a leader in providing top-tier aviation solutions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"gcid-secondary-color\" custom_padding=\"6vw|8%|6vw|8%|true|true\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover the Future of Aviation with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Explore Our Services\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','514-revision-v1','','','2025-02-13 01:25:01','2025-02-13 01:25:01','',514,'https://asyahavacilik.com/?p=524',0,'revision','',0),
(1283,1,'2025-02-22 05:13:53','2025-02-22 05:13:53','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1642506538686-17f658fd5fb2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxidXNpbmVzcyUyMGF2aWF0aW9ufGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8%||0px||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Unmatched Aviation Excellence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Discover Asya Havacılık\'s Premier Services\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Experience the pinnacle of aviation services tailored to meet your unique needs. At Asya Havacılık, we prioritize safety, efficiency, and unparalleled customer satisfaction.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_margin=\"8%||||false|false\" custom_padding=\"0px||0px||true|false\" border_radii=\"off||6px||\" border_radii_tablet=\"off||6px||\" border_radii_phone=\"off||6px||\" border_radii_last_edited=\"on|desktop\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-31vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" custom_padding_tablet=\"40px|20px|40px||true|false\" custom_padding_phone=\"30px||30px||true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Personalized Charter Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" global_colors_info=\"{}\"]<p>Enjoy the flexibility and convenience of our bespoke charter flight services, designed to cater to your specific travel requirements.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Maintenance Solutions\" use_icon=\"on\" font_icon=\"&#xf0a9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" locked=\"off\" global_colors_info=\"{}\"]<p>Ensure your aircraft\'s peak performance with our expert maintenance services, offering thorough inspections and timely repairs.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Pilot Training\" use_icon=\"on\" font_icon=\"&#xf0a9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your skills with our state-of-the-art pilot training programs, led by experienced instructors committed to your success.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"gcid-secondary-color\" transform_translate=\"1px|0px\" transform_translate_linked=\"off\" custom_padding=\"50px|20px|50px|20px|true|true\" custom_padding_tablet=\"||||true|false\" custom_padding_phone=\"30px||30px||true|true\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_button button_text=\"Explore Services\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"gcid-secondary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Aviation Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1519642918688-7e43b19245d8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwcml2YXRlJTIwamV0JTIwaW50ZXJpb3J8ZW58MHwwfHx8MTczOTQwOTkzMXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Private Jet Charter\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Experience luxury and privacy with our private jet charter services, offering flexible scheduling and personalized itineraries.</p>[/et_pb_text][et_pb_button button_text=\"Book a Flight\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1627070565585-69d1e2f133b5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Aircraft Management\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Optimize your aircraft\'s performance and value with our comprehensive management services, including crew management and operational support.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1461988279488-1dac181a78f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBjcmV3JTIwYnJpZWZpbmd8ZW58MHwwfHx8MTczOTQwOTkzMXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Aviation Consultancy\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Benefit from our expert consultancy services, providing strategic insights and solutions to enhance your aviation operations.</p>[/et_pb_text][et_pb_button button_text=\"Consult with Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1532372768454-c936572f87ea?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8bHV4dXJ5JTIwYWlycG9ydCUyMGxvdW5nZXxlbnwwfDB8fHwxNzM5NDA5OTMxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Cargo Transport\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Efficiently transport your goods with our reliable cargo services, ensuring timely and secure delivery worldwide.</p>[/et_pb_text][et_pb_button button_text=\"Get a Quote\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Discover the unique features that make Asya Havacılık a leader in the aviation industry, committed to excellence and innovation.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Safety Standards\" use_icon=\"on\" font_icon=\"&#xf071;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cutting-Edge Technology\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Exceptional Customer Service\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_text_color=\"gcid-primary-color\" text_font_size=\"24px\" text_letter_spacing=\"4px\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-primary-color%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık provided an exceptional experience from start to finish. Their attention to detail and commitment to safety made our journey truly memorable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>CEO, Global Ventures</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_text_color=\"gcid-primary-color\" text_font_size=\"24px\" text_letter_spacing=\"4px\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-primary-color%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The professionalism and expertise of Asya Havacılık\'s team are unmatched. They exceeded our expectations in every way possible.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Director of Operations, SkyTech Solutions</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Elevate Your Experience?\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Contact us today to discover how Asya Havacılık can meet your aviation needs with unparalleled service and expertise. Schedule a consultation and let us help you soar to new heights.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Get in Touch\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','516-revision-v1','','','2025-02-22 05:13:53','2025-02-22 05:13:53','',516,'https://asyahavacilik.com/?p=1283',0,'revision','',0),
(525,1,'2025-02-13 01:25:33','2025-02-13 01:25:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1642506538686-17f658fd5fb2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxidXNpbmVzcyUyMGF2aWF0aW9ufGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8%||0px||false|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Unmatched Aviation Excellence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Discover Asya Havacılık\'s Premier Services\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Experience the pinnacle of aviation services tailored to meet your unique needs. At Asya Havacılık, we prioritize safety, efficiency, and unparalleled customer satisfaction.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_margin=\"8%||||false|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" border_radii=\"off||6px||\" border_radii_tablet=\"off||6px||\" border_radii_phone=\"off||6px||\" border_radii_last_edited=\"on|desktop\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-31vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" custom_padding_tablet=\"40px|20px|40px||true|false\" custom_padding_phone=\"30px||30px||true|true\" custom_padding_last_edited=\"off|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Personalized Charter Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Enjoy the flexibility and convenience of our bespoke charter flight services, designed to cater to your specific travel requirements.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Maintenance Solutions\" use_icon=\"on\" font_icon=\"&#xf0a9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Ensure your aircraft\'s peak performance with our expert maintenance services, offering thorough inspections and timely repairs.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"30px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Pilot Training\" use_icon=\"on\" font_icon=\"&#xf0a9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your skills with our state-of-the-art pilot training programs, led by experienced instructors committed to your success.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"gcid-secondary-color\" transform_translate=\"1px|0px\" transform_translate_linked=\"off\" custom_padding=\"50px|20px|50px|20px|true|true\" custom_padding_tablet=\"||||true|false\" custom_padding_phone=\"30px||30px||true|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_button button_text=\"Explore Services\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"gcid-secondary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Aviation Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1519642918688-7e43b19245d8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwcml2YXRlJTIwamV0JTIwaW50ZXJpb3J8ZW58MHwwfHx8MTczOTQwOTkzMXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Private Jet Charter\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Experience luxury and privacy with our private jet charter services, offering flexible scheduling and personalized itineraries.</p>[/et_pb_text][et_pb_button button_text=\"Book a Flight\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1627070565585-69d1e2f133b5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Aircraft Management\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Optimize your aircraft\'s performance and value with our comprehensive management services, including crew management and operational support.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1461988279488-1dac181a78f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBjcmV3JTIwYnJpZWZpbmd8ZW58MHwwfHx8MTczOTQwOTkzMXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Aviation Consultancy\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Benefit from our expert consultancy services, providing strategic insights and solutions to enhance your aviation operations.</p>[/et_pb_text][et_pb_button button_text=\"Consult with Us\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1532372768454-c936572f87ea?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8bHV4dXJ5JTIwYWlycG9ydCUyMGxvdW5nZXxlbnwwfDB8fHwxNzM5NDA5OTMxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Cargo Transport\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Efficiently transport your goods with our reliable cargo services, ensuring timely and secure delivery worldwide.</p>[/et_pb_text][et_pb_button button_text=\"Get a Quote\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Discover the unique features that make Asya Havacılık a leader in the aviation industry, committed to excellence and innovation.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Safety Standards\" use_icon=\"on\" font_icon=\"&#xf071;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cutting-Edge Technology\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Exceptional Customer Service\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_text_color=\"gcid-primary-color\" text_font_size=\"24px\" text_letter_spacing=\"4px\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-primary-color%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık provided an exceptional experience from start to finish. Their attention to detail and commitment to safety made our journey truly memorable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>CEO, Global Ventures</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_text_color=\"gcid-primary-color\" text_font_size=\"24px\" text_letter_spacing=\"4px\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-primary-color%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The professionalism and expertise of Asya Havacılık\'s team are unmatched. They exceeded our expectations in every way possible.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Director of Operations, SkyTech Solutions</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Elevate Your Experience?\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Contact us today to discover how Asya Havacılık can meet your aviation needs with unparalleled service and expertise. Schedule a consultation and let us help you soar to new heights.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Get in Touch\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Services','','inherit','closed','closed','','516-revision-v1','','','2025-02-13 01:25:33','2025-02-13 01:25:33','',516,'https://asyahavacilik.com/?p=525',0,'revision','',0),
(642,1,'2025-02-13 10:12:33','2025-02-13 10:12:33','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Soar Your Dreams - Start Your Aviation Career With Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Embark on an exhilarating journey into the world of aviation with Asya Havacılık. Our comprehensive programs are designed to elevate your skills and prepare you for a successful career in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Mission & Vision\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]At Asya Havacılık, we are committed to providing exceptional aviation training that empowers our students to excel in their careers. Our mission is to cultivate a new generation of aviation professionals through innovative education and hands-on experience. We envision a future where our graduates lead the industry with expertise, integrity, and passion.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]With a rich history of excellence, Asya Havacılık is dedicated to fostering an environment of learning and growth. Our vision is to be a global leader in aviation education, inspiring students to reach new heights and achieve their dreams.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Featured Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Pilotage Program\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Pilotage Program offers comprehensive training for aspiring pilots, covering everything from basic flight principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cabin Crew Training\" use_icon=\"on\" font_icon=\"&#xf4fc;||fa||900\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for a rewarding career as a cabin crew member with our specialized training, focusing on safety procedures, customer service, and emergency management.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Air Traffic Control Course\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain the skills needed to manage air traffic efficiently and safely with our Air Traffic Control Course, designed to meet international standards.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Aircraft Maintenance Program\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn the intricacies of aircraft maintenance with our hands-on program, ensuring that you are equipped to keep aircraft in top condition.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1510832303954-cc30cbf2b8db?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" custom_margin=\"142px|||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" min_height=\"528.4px\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" min_height=\"523px\" custom_margin=\"||28px|||\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training at Asya Havacılık transformed my career. The instructors are top-notch, and the simulators are incredibly realistic.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James T.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I am now a certified pilot. The hands-on experience and support were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia L.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The cabin crew program exceeded my expectations. The skills I gained here have opened doors to international opportunities.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael B.\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık\'s air traffic control training is unparalleled. I felt prepared and confident stepping into my new role.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Take Flight?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Asya Havacılık and launch your aviation career today!\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Apply Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home-2','','','2025-02-22 05:16:21','2025-02-22 05:16:21','',0,'https://asyahavacilik.com/?page_id=642',0,'page','',0),
(644,1,'2025-02-13 10:12:33','2025-02-13 10:12:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1566822777822-0b43388beaba?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJwbGFuZSUyMGZseWluZ3xlbnwwfDB8fHwxNzM5NDQxNDYzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Our Legacy\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Asya Havacılık: Shaping the Future of Aviation\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" locked=\"off\"]<p>Join us on a journey through our storied history and commitment to excellence in aviation education.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Story and Values\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]Founded with a passion for aviation, Asya Havacılık has been at the forefront of aviation education for over two decades. Our mission is to cultivate skilled professionals who are ready to meet the challenges of the aviation industry. We are dedicated to providing a comprehensive education that emphasizes safety, innovation, and leadership. Our values are rooted in integrity, excellence, and a commitment to continuous improvement, ensuring our students are well-prepared for their future careers.[/et_pb_text][et_pb_button button_text=\"Explore Our Philosophy\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Accreditations & Certifications\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık is proud to be recognized by leading aviation authorities and educational bodies. Our school holds accreditations from the International Civil Aviation Organization (ICAO) and the European Union Aviation Safety Agency (EASA), ensuring our training programs meet the highest international standards. Additionally, we are certified by the Civil Aviation Authority of Turkey, which underscores our commitment to providing top-tier aviation education. These credentials affirm our dedication to excellence and safety in aviation training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I transformed my passion for flying into a successful career. The comprehensive training and supportive instructors prepared me well for the challenges of the aviation industry.\"</p>[/et_pb_text][et_pb_blurb title=\"Emre Yılmaz\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The hands-on experience and state-of-the-art simulators at Asya Havacılık gave me the confidence and skills I needed to excel in my role as a cabin crew member. I highly recommend their programs!\"</p>[/et_pb_text][et_pb_blurb title=\"Aylin Kaya\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Cabin Crew Member</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Journey\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Apply Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to elevate your career in aviation? Contact Asya Havacılık today to learn more about our programs and how we can help you achieve your dreams. Our team is here to guide you every step of the way. Don\'t wait—start your journey with us now!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','closed','closed','','about-2','','','2025-02-22 05:11:36','2025-02-22 05:11:36','',0,'https://asyahavacilik.com/?page_id=644',0,'page','',0),
(646,1,'2025-02-13 10:12:33','2025-02-13 10:12:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1476058262011-9a78b43bb832?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxhaXJwbGFuZSUyMGluJTIwc2t5fGVufDB8MHx8fDE3Mzk0NDE0OTl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||3vw||false|false\" bottom_divider_style=\"slant\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Comprehensive Aviation Programs\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Launch Your Aviation Career with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover a range of expertly designed training programs that prepare you for a successful career in the aviation industry. From piloting to cabin crew, our courses are tailored to meet the highest standards.</p>[/et_pb_text][et_pb_button button_text=\"View Programs\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1590556409300-431697bafd4f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMHRyYWluaW5nfGVufDB8MXx8fDE3Mzk0NDE0NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1527625243292-908353a57c96?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxzdHVkZW50JTIwcGlsb3QlMjB0cmFpbmluZ3xlbnwwfDF8fHwxNzM5NDQxNDk4fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1066&q=20&dpr=2\" title_text=\"800x1066\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"80px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|tablet\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22%93}\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\"]<p>At Asya Havacılık, we offer a variety of training programs tailored to meet the needs of aspiring aviation professionals. Our Pilotage Program spans 18 months, providing in-depth flight training and simulator sessions. The Cabin Crew Course is a 6-month program focusing on safety, service, and communication skills. Our Air Traffic Control Training lasts 12 months, equipping students with the necessary skills to manage air traffic efficiently.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1680968020770-53957ac4294e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxjYXJlZXIlMjBpbiUyMGF2aWF0aW9ufGVufDB8Mnx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"5%||5%||true|false\" custom_padding_tablet=\"0%||0%||true|false\" custom_padding_phone=\"0%||0%||true|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Career Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Graduates from Asya Havacılık have a wealth of career opportunities awaiting them. Successful completion of the Pilotage Program opens doors to becoming a commercial pilot for leading airlines. Cabin Crew graduates are sought after by both domestic and international airlines. Those who complete the Air Traffic Control Training are well-prepared for positions in air traffic management at airports worldwide.</p>[/et_pb_text][et_pb_button button_text=\"Explore Careers\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"5%||5%||true|false\" custom_padding_tablet=\"0%||0%||true|false\" custom_padding_phone=\"0%||0%||true|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Future in Aviation\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>With a strong foundation from Asya Havacılık, our graduates are equipped to excel in various aviation roles. Our programs are designed to not only provide technical skills but also to enhance leadership and teamwork abilities, ensuring our students are ready to meet the challenges of the aviation industry.</p>[/et_pb_text][et_pb_button button_text=\"Join Us Today\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1629972865877-1f63fc787db9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxjb2NrcGl0JTIwc2ltdWxhdG9yfGVufDB8Mnx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(255,255,255,0) 15%|rgba(0,0,0,0.08) 15%\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"30px||30px||true|false\" custom_padding_phone=\"30px||30px||true|false\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" background_color_gradient_direction_tablet=\"180deg\" border_radii=\"off||6px|6px|\" border_radii_tablet=\"off||0px|6px|6px\" border_radii_phone=\"off||0px|6px|6px\" border_radii_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566812192804-b33b53ccb207?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8Mnx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|30px|||false|false\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Application Requirements\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Admission Criteria for Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>To enroll in our aviation training programs, candidates must meet specific prerequisites. Applicants should possess a high school diploma or equivalent, demonstrate proficiency in English, and pass a medical examination to ensure they meet the physical demands of the aviation industry. Additionally, candidates are required to submit a completed application form, a personal statement, and two letters of recommendation. Some programs may also require an entrance exam or interview to assess the applicant\'s suitability for the course.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Inquiries About Our Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>We understand that you may have questions about our aviation training programs. Below are answers to some of the most frequently asked questions to help guide you through the process.</p>[/et_pb_text][et_pb_button button_text=\"Submit a Question\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_accordion _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What are the career prospects after completing a program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Graduates from our programs can pursue various careers in the aviation industry, including roles as pilots, cabin crew members, air traffic controllers, and aviation managers. Our training is designed to equip you with the skills and knowledge required to excel in these fields.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does each training program last?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>The duration of our training programs varies. For example, the pilot training program typically lasts 18 months, while the cabin crew training is completed in 6 months. Each program\'s length is tailored to ensure comprehensive coverage of all necessary skills and knowledge.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Yes, we offer several financial aid options, including scholarships and payment plans, to assist students in managing the costs of their education. Please contact our admissions office for more details on how to apply for financial assistance.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the application process like?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>The application process involves submitting an online application form, providing required documents, and attending an interview if necessary. We recommend starting your application early to ensure you meet all deadlines and requirements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable, and the hands-on training prepared me well for my career as a commercial pilot.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-10-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The cabin crew training program was intensive but rewarding. I gained valuable skills that have helped me excel in my role at a leading airline. I highly recommend Asya Havacılık to anyone looking to start a career in aviation.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-9-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Cabin Crew Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to the comprehensive air traffic control program at Asya Havacılık, I was able to secure a position at a major airport. The support and guidance I received were exceptional.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Brown\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Air Traffic Control Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" text_text_color=\"gcid-heading-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The training at Asya Havacılık exceeded my expectations. The state-of-the-art simulators and experienced instructors provided me with the best possible preparation for my aviation career.\"</p>[/et_pb_text][et_pb_blurb title=\"Emily White\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"45b26d2b-79d4-4066-9585-263815e1a9a2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Aviation Management Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.5) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk0NDE0OTh8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"5vw||5vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"#\" button_text=\"Apply Now\" _builder_version=\"4.23.1\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to elevate your future? Explore our comprehensive training programs and embark on a rewarding career in aviation. Whether you\'re aiming to become a pilot, cabin crew member, or air traffic controller, Asya Havacılık offers the expertise and support you need. Contact us today for more information or to start your application process.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Programs','','publish','closed','closed','','programs','','','2025-02-13 10:12:33','2025-02-13 10:12:33','',0,'https://asyahavacilik.com/?page_id=646',0,'page','',0),
(641,1,'2025-02-13 10:03:57','2025-02-13 10:03:57','[et_pb_section fb_built=\"1\" make_equal=\"on\" specialty=\"on\" bg_img_1=\"https://images.unsplash.com/photo-1511140276483-30c1217ca449?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwxfHx8MTczOTQwOTk1MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.23.1\" _module_preset=\"default\" height_tablet=\"50vw\" height_phone=\"50vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Our Legacy\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"The Journey of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Explore the rich history and pioneering spirit of Asya Havacılık, where innovation meets excellence in aviation.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" custom_margin=\"||||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|tablet\" width=\"150%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_margin=\"30px|||-50%|false|false\" custom_margin_tablet=\"|||0%|false|false\" custom_margin_phone=\"|||0%|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" positioning_tablet=\"none\" positioning_phone=\"none\" positioning_last_edited=\"on|tablet\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"gcid-secondary-color\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Innovation at Core\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Our commitment to cutting-edge technology drives our success.</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"rgba(0,0,0,0.06)\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_heading title=\"Global Reach\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Connecting the world with our expansive network and expertise.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Story\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]Asya Havacılık is dedicated to advancing the aviation industry through innovation and integrity. Our mission is to deliver exceptional service and safety, while our vision is to lead the industry with groundbreaking solutions. With a team of seasoned professionals, we are committed to excellence and sustainability in every endeavor.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Timeline\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Milestones\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Charting the path of Asya Havacılık\'s growth and achievements.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"1995\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Foundation of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Asya Havacılık was established, marking the beginning of our journey in the aviation sector.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1712570068476-4dc80afe25cb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YXZpYXRpb24lMjBoaXN0b3J5fGVufDB8MHx8fDE3Mzk0MDk5NTF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2000\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"First International Flight\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>We expanded our operations to include international routes, broadening our global footprint.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1497215842964-222b430dc094?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxidXNpbmVzcyUyMG1lZXRpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5NDA5OTUxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2010\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Innovation Award\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Received prestigious recognition for our innovative approach to aviation technology.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1524592714635-d77511a4834d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2020\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Sustainability Initiative\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"]<p>Launched a comprehensive program to enhance sustainability across all operations.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTQwOTk1MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Core Values\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>At Asya Havacılık, integrity, innovation, and excellence are the pillars that guide our operations. We are committed to maintaining transparency in all our dealings, fostering a culture of innovation to stay ahead in the aerospace industry, and delivering exceptional quality in every project we undertake.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Commitment to Sustainability\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>We prioritize sustainable practices in our operations, ensuring that our processes are environmentally friendly and contribute to a better future. Our commitment to sustainability drives us to continuously seek new ways to reduce our carbon footprint and promote eco-friendly solutions in aviation.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Customer-Centric Approach\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our customers are at the heart of everything we do. We strive to exceed their expectations by understanding their needs and delivering tailored solutions. Our customer-centric approach ensures that we build lasting relationships based on trust and satisfaction.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Meet Our Expert Team\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Our team at Asya Havacılık is composed of seasoned professionals who bring a wealth of experience and expertise to the table. Each member is dedicated to driving innovation and excellence in the aerospace industry.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_team_member name=\"Ayla Demir\" position=\"Chief Executive Officer\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-6-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_team_member name=\"Emre Yılmaz\" position=\"Head of Engineering\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-5-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_team_member name=\"Zeynep Kaya\" position=\"Director of Operations\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-4-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Reliable and Efficient Service\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\"]<p>John Smith, CEO of AeroTech Solutions</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Exceptional Quality and Support\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-11-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\"]<p>Maria Gonzalez, Operations Manager at SkyHigh Airlines</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Aviation Expertise\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Today\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','518-revision-v1','','','2025-02-13 10:03:57','2025-02-13 10:03:57','',518,'https://asyahavacilik.com/?p=641',0,'revision','',0),
(532,1,'2025-02-13 01:25:56','2025-02-13 01:25:56','[et_pb_section fb_built=\"1\" make_equal=\"on\" specialty=\"on\" bg_img_1=\"https://images.unsplash.com/photo-1511140276483-30c1217ca449?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwxfHx8MTczOTQwOTk1MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.23.1\" _module_preset=\"default\" height_tablet=\"50vw\" height_phone=\"50vw\" height_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Our Legacy\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"The Journey of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Explore the rich history and pioneering spirit of Asya Havacılık, where innovation meets excellence in aviation.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" custom_margin=\"||||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|tablet\" width=\"150%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_margin=\"30px|||-50%|false|false\" custom_margin_tablet=\"|||0%|false|false\" custom_margin_phone=\"|||0%|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" positioning_tablet=\"none\" positioning_phone=\"none\" positioning_last_edited=\"on|tablet\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"gcid-secondary-color\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Innovation at Core\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Our commitment to cutting-edge technology drives our success.</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"rgba(0,0,0,0.06)\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Global Reach\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Connecting the world with our expansive network and expertise.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Story\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]Asya Havacılık is dedicated to advancing the aviation industry through innovation and integrity. Our mission is to deliver exceptional service and safety, while our vision is to lead the industry with groundbreaking solutions. With a team of seasoned professionals, we are committed to excellence and sustainability in every endeavor.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Timeline\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Milestones\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Charting the path of Asya Havacılık\'s growth and achievements.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" make_equal=\"on\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"1995\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Foundation of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Asya Havacılık was established, marking the beginning of our journey in the aviation sector.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1712570068476-4dc80afe25cb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YXZpYXRpb24lMjBoaXN0b3J5fGVufDB8MHx8fDE3Mzk0MDk5NTF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2000\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"First International Flight\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>We expanded our operations to include international routes, broadening our global footprint.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1497215842964-222b430dc094?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxidXNpbmVzcyUyMG1lZXRpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5NDA5OTUxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2010\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Innovation Award\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Received prestigious recognition for our innovative approach to aviation technology.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1524592714635-d77511a4834d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk0MDk5MzF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_left=\"2px\" global_colors_info=\"{}\"][et_pb_heading title=\"2020\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Sustainability Initiative\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Launched a comprehensive program to enhance sustainability across all operations.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTQwOTk1MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Core Values\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>At Asya Havacılık, integrity, innovation, and excellence are the pillars that guide our operations. We are committed to maintaining transparency in all our dealings, fostering a culture of innovation to stay ahead in the aerospace industry, and delivering exceptional quality in every project we undertake.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Commitment to Sustainability\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>We prioritize sustainable practices in our operations, ensuring that our processes are environmentally friendly and contribute to a better future. Our commitment to sustainability drives us to continuously seek new ways to reduce our carbon footprint and promote eco-friendly solutions in aviation.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Customer-Centric Approach\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our customers are at the heart of everything we do. We strive to exceed their expectations by understanding their needs and delivering tailored solutions. Our customer-centric approach ensures that we build lasting relationships based on trust and satisfaction.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Team\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Meet Our Expert Team\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our team at Asya Havacılık is composed of seasoned professionals who bring a wealth of experience and expertise to the table. Each member is dedicated to driving innovation and excellence in the aerospace industry.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Ayla Demir\" position=\"Chief Executive Officer\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-6-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Emre Yılmaz\" position=\"Head of Engineering\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-5-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_team_member name=\"Zeynep Kaya\" position=\"Director of Operations\" image_url=\"https://asyahavacilik.com/wp-content/uploads/2025/02/new-portrait-4-800x800-1-800x800.jpg\" _builder_version=\"4.24.3\" _module_preset=\"29ecc1d9-a705-40fa-b3f8-5c9482cd47fc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22gcid-79b39b81-644f-4ab7-865f-b460373c4fde%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22,%22position_text_color%22%93}\"][/et_pb_team_member][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Reliable and Efficient Service\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\"]<p>John Smith, CEO of AeroTech Solutions</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Exceptional Quality and Support\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-11-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\"]<p>Maria Gonzalez, Operations Manager at SkyHigh Airlines</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Aviation Expertise\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Today\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','518-revision-v1','','','2025-02-13 01:25:56','2025-02-13 01:25:56','',518,'https://asyahavacilik.com/?p=532',0,'revision','',0),
(533,1,'2025-02-13 01:26:23','2025-02-13 01:26:23','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.23.1\" _module_preset=\"default\" custom_padding=\"8vw||||false|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Elite Fleet\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Discover the Power of Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Experience unparalleled luxury and performance with our diverse range of aircraft, tailored to meet your unique travel needs.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"View Our Fleet\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.3\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" background_color=\"gcid-primary-color\" custom_margin=\"6vw||||false|false\" custom_margin_tablet=\"6vw||||false|false\" custom_margin_phone=\"6vw||||false|false\" custom_margin_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22,%22color%22%93,%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Unmatched Comfort\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Technology\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Global Reach\" use_icon=\"on\" font_icon=\"&#xf7a2;||fa||900\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety First\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" _builder_version=\"4.25.2\" _module_preset=\"1d431978-603a-4044-b96b-3cc1d9396512\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Gallery\" _builder_version=\"4.17.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"A Glimpse into Our Fleet\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Aircraft Image Showcase\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1733932911797-678810d90728?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1621632361333-4649f0b59adc?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxhaXJwbGFuZSUyMHRha2VvZmZ8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1565038941323-e5ceac0fcde2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwcml2YXRlJTIwamV0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1659232246974-d35664b0bea8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhaXJjcmFmdCUyMGxhbmRpbmd8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1698077689052-73daf0d5b10b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxidXNpbmVzcyUyMGpldCUyMGV4dGVyaW9yfGVufDB8Mnx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1535330943120-16c31c853755?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJwbGFuZSUyMGluJTIwZmxpZ2h0fGVufDB8Mnx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1501776989-2967b46f7795?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxoZWxpY29wdGVyJTIwdmlld3xlbnwwfDJ8fHwxNzM5NDA5OTgyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1672691699756-7dbbf99d5822?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8Mnx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1643297654416-05795d62e39c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHx0ZWNobmljYWwlMjBzcGVjaWZpY2F0aW9uc3xlbnwwfDJ8fHwxNzM5NDA5OTgyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" show_in_lightbox=\"on\" use_overlay=\"on\" overlay_icon_color=\"gcid-secondary-color\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22overlay_icon_color%22%93}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Aircraft Specifications and Capabilities\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1535980394126-1db205d7e777?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJjcmFmdCUyMGZlYXR1cmVzfGVufDB8MHx8fDE3Mzk0MDk5ODJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Luxury Jet\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our luxury jet offers spacious interiors, state-of-the-art entertainment systems, and exceptional range for long-haul flights.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Executive Turboprop\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Perfect for regional travel, this aircraft combines efficiency with comfort, providing a smooth and swift journey.</p>[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"gcid-secondary-color\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1713799980833-d0de84f289bf?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxsdXh1cnklMjBhaXJjcmFmdHxlbnwwfDB8fHwxNzM5NDA5OTgyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"5%||5%||true|false\" custom_padding_tablet=\"0%||0%||true|false\" custom_padding_phone=\"0%||0%||true|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>Asya Havacılık offers a premier fleet that stands out for its unmatched reliability, state-of-the-art technology, and exceptional comfort. Our aircraft are meticulously maintained to ensure safety and performance, providing you with peace of mind on every journey. With a diverse range of aircraft, we cater to various travel needs, ensuring flexibility and convenience. Choose Asya Havacılık for an unparalleled flying experience that combines luxury with efficiency.</p>[/et_pb_text][et_pb_button button_text=\"Explore Our Fleet\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1560017487-c44f80136c56?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGFkdmFudGFnZXN8ZW58MHwyfHx8MTczOTQwOTk4Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.23.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Flying with Asya Havacılık was a seamless experience. The aircraft was immaculate, and the crew was incredibly professional. I felt safe and well-cared for throughout the journey.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-12-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>CEO, Global Enterprises</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" hover_enabled=\"0\" border_color_all=\"gcid-secondary-color\" border_width_left=\"2px\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"--et_global_body_font|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık exceeded my expectations with their exceptional service and attention to detail. The flight was smooth, and the comfort was unparalleled. I highly recommend their services to anyone seeking a premium travel experience.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-9-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Managing Director, Tech Innovations</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Fly with Us?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Discover the unmatched service and luxury of Asya Havacılık\'s fleet. Whether you\'re planning a business trip or a leisurely getaway, our team is here to assist you every step of the way. Contact us today to learn more about our offerings or to book your next flight. Experience the difference with Asya Havacılık.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Now\" button_alignment=\"right\" _builder_version=\"4.23.1\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Fleet','','inherit','closed','closed','','520-revision-v1','','','2025-02-13 01:26:23','2025-02-13 01:26:23','',520,'https://asyahavacilik.com/?p=533',0,'revision','',0),
(534,1,'2025-02-13 01:26:54','2025-02-13 01:26:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxtb2Rlcm4lMjBhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQxMDAxM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" min_height=\"100vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"10vw||10vw||true|false\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Reach Out to Our Team\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22%93}\"]<p>We are here to assist you with all your aviation needs. Get in touch with us today to learn more about our services and how we can help you.</p>[/et_pb_text][et_pb_button button_text=\"Contact Us Now\" button_alignment=\"center\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>5678 Aviation Blvd, Suite 200, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"2px\" border_color_all=\"gcid-828accbb-1ed2-407d-95be-20ab4e191566\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_column type=\"3_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"We\'d Love to Hear from You\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>At Asya Havacılık, we value your inquiries and feedback. Whether you have questions about our services or need assistance, our team is ready to help. Please don\'t hesitate to reach out to us.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Our dedicated staff is committed to providing prompt and thorough responses to all your inquiries. We look forward to connecting with you and addressing your aviation needs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"What is the typical response time for inquiries?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"How can I inquire about specific services?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>We aim to respond to all inquiries within 24 hours. For urgent matters, please call us directly.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"What types of inquiries can I make?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>You can inquire about our aviation services, pricing, partnerships, and more. We\'re here to assist with any questions you may have.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Can I schedule a consultation?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Yes, consultations can be scheduled by contacting us through our website or calling our office directly.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"How do I follow up on a previous inquiry?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>If you need to follow up, please reply to the original email or call us with your inquiry reference number.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Are there specific hours for customer support?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Our customer support team is available Monday to Friday, from 9 AM to 5 PM.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"What information should I include in my inquiry?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Please include your contact details, the nature of your inquiry, and any specific questions you have.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"How can I provide feedback on your services?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>We welcome feedback through our contact form or by emailing us directly. Your input helps us improve our services.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Is there a direct contact for urgent inquiries?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>For urgent matters, please call our hotline at the number provided on our contact page.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb title=\"Do you offer support in multiple languages?\" use_icon=\"on\" font_icon=\"&#x75;||divi||400\" image_icon_background_color=\"gcid-secondary-color\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c4be762d-d134-408e-b49a-ae764af14c39\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-secondary-color%22:%91%22image_icon_background_color%22%93}\"]<p>Yes, we offer support in several languages. Please specify your preferred language when contacting us.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Social Media\" _builder_version=\"4.18.0\" _module_preset=\"default\" hover_enabled=\"0\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect with Us on Social Media\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"Twitter\" number=\"52,845\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on Facebook: <a href=\'https://facebook.com/asyahavacilik\'>facebook.com/asyahavacilik</a> - 10,000 Followers</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"YouTube\" number=\"113,660\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on Instagram: <a href=\'https://instagram.com/asyahavacilik\'>instagram.com/asyahavacilik</a> - 8,500 Followers</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"Instagram\" number=\"76,110\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on Twitter: <a href=\'https://twitter.com/asyahavacilik\'>twitter.com/asyahavacilik</a> - 7,200 Followers</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" box_shadow_style=\"preset1\" box_shadow_vertical=\"8px\" box_shadow_blur=\"32px\" box_shadow_spread=\"-8px\" box_shadow_color=\"rgba(0,0,0,0.12)\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_number_counter title=\"Pinterest\" number=\"25,445\" percent_sign=\"off\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"7221b916-5673-42a9-821d-94b9139856c5\" text_orientation=\"center\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_number_counter][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"]<p>Follow us on LinkedIn: <a href=\'https://linkedin.com/company/asyahavacilik\'>linkedin.com/company/asyahavacilik</a> - 5,000 Followers</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" hover_enabled=\"0\" locked=\"off\" template_type=\"section\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us Today\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','522-revision-v1','','','2025-02-13 01:26:54','2025-02-13 01:26:54','',522,'https://asyahavacilik.com/?p=534',0,'revision','',0),
(499,1,'2025-02-13 01:12:17','2025-02-13 01:12:17','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.24.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"rgba(0, 0, 0, 1) 0%|gcid-primary-color 100%\" background_color_gradient_start=\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\" background_color_gradient_end=\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\" custom_padding=\"0px||8px||false|false\" sticky_position_tablet=\"none\" sticky_position_last_edited=\"off|desktop\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22colorStart%22%93,%22gcid-secondary-color%22:%91%22background_color_gradient_stops%22%93,%22gcid-primary-color%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"gcid-primary-color 0%|rgba(0, 0, 0, 1) 100%\" background_color_gradient_start=\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\" background_color_gradient_end=\"gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b\" width_last_edited=\"off|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px|8px|8px|0px|false|false\" custom_padding_phone=\"\" border_radii=\"off||||6px\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#000000\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8px|8px|8px|8px|true|true\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|tablet\" custom_css_main_element_tablet=\"margin-bottom: 8px;\" custom_css_main_element_phone=\"margin-bottom: 8px;\"][et_pb_button button_text=\"Explore Our Fleet\" _builder_version=\"4.24.3\" _module_preset=\"c6f9a26b-dc05-4e19-9264-f343c67e8720\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8px||||false|false\" global_colors_info=\"{}\"][et_pb_social_media_follow _builder_version=\"4.23.1\" _module_preset=\"ed9533cf-0512-4d80-ba90-fe0edf412be3\" text_orientation=\"right\" text_orientation_tablet=\"left\" text_orientation_phone=\"\" text_orientation_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.16\" _module_preset=\"80de680a-4f6f-4fd0-b44d-035061b65274\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]https://www.facebook.com/AsyaHavacilik[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.16\" _module_preset=\"80de680a-4f6f-4fd0-b44d-035061b65274\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]https://www.twitter.com/AsyaHavacilik[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"linkedin\" _builder_version=\"4.16\" _module_preset=\"80de680a-4f6f-4fd0-b44d-035061b65274\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]https://www.linkedin.com/company/asyahavacilik[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"youtube\" _builder_version=\"4.16\" _module_preset=\"80de680a-4f6f-4fd0-b44d-035061b65274\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]https://www.youtube.com/channel/AsyaHavacilik[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"1\" custom_padding_last_edited=\"off|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color_gradient_direction=\"90deg\" custom_padding=\"8px||8px||true|false\" global_colors_info=\"{}\" width__hover_enabled=\"off|desktop\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\"][et_pb_menu logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"logo,logo_url\" _module_preset=\"3c77b4af-96ee-4601-b31b-93a419dded40\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"16px||||false|false\" custom_padding_tablet=\"8px||||false|false\" custom_padding_phone=\"8px||||false|false\" custom_padding_last_edited=\"on|phone\" global_colors_info=\"{}\"][et_pb_button button_text=\"Contact Us\" button_alignment=\"right\" _builder_version=\"4.23.1\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-3','','','2025-02-13 01:12:17','2025-02-13 01:12:17','',0,'https://asyahavacilik.com/index.php/et_header_layout/theme-builder-layout-3/',0,'et_header_layout','',0),
(500,1,'2025-02-13 01:12:18','2025-02-13 01:12:18','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Company Information\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">About Us</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Our Services</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Careers</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Contact Us</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Customer Support\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Help Center</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">FAQs</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Shipping & Returns</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Privacy Policy</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore More\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Blog</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Events</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Newsletter Signup</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Site Map</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Connect With Us\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Facebook</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Twitter</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">LinkedIn</a></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" custom_margin=\"||6px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p><a href=\"#\">Instagram</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-3','','','2025-02-13 01:12:18','2025-02-13 01:12:18','',0,'https://asyahavacilik.com/index.php/et_footer_layout/theme-builder-layout-3/',0,'et_footer_layout','',0),
(501,1,'2025-02-13 01:12:19','2025-02-13 01:12:19','[et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"6\" _builder_version=\"4.25.2\" _module_preset=\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Newsletter\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"gcid-primary-color\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"||30px||false|false\" custom_padding_phone=\"||30px||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_heading title=\"Stay Informed with Our Latest Updates\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Join our community to receive the latest news, insights, and offers from Asya Havacılık directly to your inbox. Stay connected and never miss a beat!</p>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.25.2\" _module_preset=\"9eb953e9-ab90-4e8c-b6ac-9daa4b421b28\" width=\"800px\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-11','','','2025-02-13 01:12:19','2025-02-13 01:12:19','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-11/',0,'et_body_layout','',0),
(502,1,'2025-02-13 01:12:20','2025-02-13 01:12:20','[et_pb_section fb_built=\"1\" admin_label=\"Exploring the Skies: Innovations in Aviation\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"gcid-primary-color\" custom_margin=\"||||false|false\" custom_padding=\"8vw||10vw||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_title featured_image=\"off\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_font_size=\"72px\" title_font_size_tablet=\"40px\" title_font_size_phone=\"24px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.15em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" meta_text_color=\"#FFFFFF\" text_orientation=\"center\" title_text_color=\"#FFFFFF\" _builder_version=\"4.24.3\" _module_preset=\"79a2adbb-3832-47d2-b346-83b9ce28868f\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_post_title][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"The aviation industry is constantly evolving, with new technologies and innovations shaping the way we travel. From eco-friendly aircraft designs to advancements in passenger comfort, the future of flying is both exciting and promising. In this post, we delve into the latest trends and breakthroughs that are transforming the skies.\" _builder_version=\"4.23.4\" _module_preset=\"default\" custom_padding=\"0px|||||\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" custom_padding=\"0px|||||\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9mZWF0dXJlZF9pbWFnZSIsInNldHRpbmdzIjp7fX0=@\" _builder_version=\"4.24.3\" _dynamic_attributes=\"src\" _module_preset=\"_initial\" custom_margin=\"-8vw||||false|false\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_content quote_border_color=\"gcid-secondary-color\" text_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" text_font_size=\"16px\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|desktop\" text_line_height=\"1.75em\" link_text_color=\"gcid-primary-color\" quote_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" quote_text_color=\"gcid-secondary-color\" quote_font_size=\"24px\" quote_font_size_tablet=\"18px\" quote_font_size_phone=\"15px\" quote_font_size_last_edited=\"on|desktop\" quote_line_height=\"1.4em\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"72px\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.15em\" header_2_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_2_text_color=\"gcid-heading-color\" header_2_font_size=\"50px\" header_2_font_size_tablet=\"28px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" header_2_line_height=\"1.2em\" header_3_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_3_text_color=\"gcid-heading-color\" header_3_font_size=\"32px\" header_3_font_size_tablet=\"22px\" header_3_font_size_phone=\"17px\" header_3_font_size_last_edited=\"on|desktop\" header_3_line_height=\"1.3em\" header_4_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_4_text_color=\"gcid-heading-color\" header_4_font_size=\"24px\" header_4_font_size_tablet=\"18px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|tablet\" header_4_line_height=\"1.4em\" header_5_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_5_text_color=\"gcid-heading-color\" header_5_font_size=\"18px\" header_5_font_size_tablet=\"15px\" header_5_font_size_phone=\"14px\" header_5_font_size_last_edited=\"on|desktop\" header_5_line_height=\"1.4em\" header_6_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_6_text_color=\"gcid-heading-color\" header_6_line_height=\"1.5em\" header_6_font_size_tablet=\"13px\" header_6_font_size_phone=\"13px\" header_6_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" border_radii_image=\"on|6px|6px|6px|6px\" _builder_version=\"4.23.4\" _module_preset=\"fe3d0146-672d-4ba4-9e5d-b0288477ec8d\" hover_enabled=\"0\"][/et_pb_post_content][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_post_nav title_font=\"--et_global_body_font|700|||||||\" title_text_color=\"gcid-primary-color\" title_font_size=\"18px\" global_colors_info=\"{}\" title_font_size_last_edited=\"on|desktop\" title_font_size_tablet=\"15px\" title_font_size_phone=\"14px\" title_line_height=\"1.4em\" _builder_version=\"4.23.1\" _module_preset=\"34b0f376-0dfb-409a-a643-b2aaaa7791f6\" hover_enabled=\"0\"][/et_pb_post_nav][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Written by: Asya Havacılık Team\" _builder_version=\"4.23.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row make_equal=\"on\" global_colors_info=\"{%22gcid-secondary-color%22:%91%22background_color%22%93}\" background_color=\"gcid-secondary-color\" background_enable_color=\"on\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"|30px||30px|false|true\" custom_padding_phone=\"|20px||20px|false|true\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_blurb background_enable_color=\"on\" use_background_color_gradient=\"off\" background_color_gradient_direction=\"180deg\" background_color_gradient_unit=\"%\" background_color_gradient_start=\"#2b87da\" background_color_gradient_start_position=\"0%\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_end_position=\"100%\" background_enable_image=\"on\" parallax=\"off\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" background_enable_video_mp4=\"on\" background_enable_video_webm=\"on\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" background_enable_pattern_style=\"off\" background_pattern_style=\"polka-dots\" background_pattern_repeat_origin=\"top_left\" background_pattern_horizontal_offset=\"0\" background_pattern_vertical_offset=\"0\" background_pattern_repeat=\"repeat\" background_enable_mask_style=\"off\" background_mask_style=\"layer-blob\" icon_color=\"#FFFFFF\" icon_placement=\"top\" content_max_width=\"100%\" header_level=\"h4\" header_text_color=\"#FFFFFF\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"13px\" header_font_size_last_edited=\"on|phone\" header_letter_spacing=\"0px\" header_line_height=\"1.4em\" header_text_shadow_style=\"none\" body_text_color=\"#FFFFFF\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_letter_spacing=\"0px\" body_line_height=\"1.75em\" body_text_shadow_style=\"none\" body_link_text_color=\"#FFFFFF\" body_link_font_size=\"14px\" body_link_letter_spacing=\"0px\" body_link_line_height=\"1em\" body_link_text_shadow_style=\"none\" body_ul_font_size=\"14px\" body_ul_letter_spacing=\"0px\" body_ul_line_height=\"1em\" body_ul_text_shadow_style=\"none\" body_ol_font_size=\"14px\" body_ol_letter_spacing=\"0px\" body_ol_line_height=\"1em\" body_ol_text_shadow_style=\"none\" body_quote_font_size=\"14px\" body_quote_letter_spacing=\"0px\" body_quote_line_height=\"1em\" body_quote_text_shadow_style=\"none\" border_radii=\"on||||\" border_radii_image=\"on|100px|100px|100px|100px\" box_shadow_style=\"none\" background_layout=\"light\" width=\"auto\" max_width=\"none\" min_height=\"auto\" height=\"auto\" max_height=\"none\" filter_hue_rotate=\"0deg\" filter_saturate=\"100%\" filter_brightness=\"100%\" filter_contrast=\"100%\" filter_invert=\"0%\" filter_sepia=\"0%\" filter_opacity=\"100%\" filter_blur=\"0px\" mix_blend_mode=\"normal\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" animation_style=\"none\" animation=\"top\" text_shadow_style=\"none\" positioning=\"none\" position_origin_a=\"top_left\" position_origin_f=\"top_left\" position_origin_r=\"top_left\" hover_transition_duration=\"300ms\" hover_transition_delay=\"0ms\" hover_transition_speed_curve=\"ease\" sticky_position=\"none\" body_link_font=\"||||on||||\" icon_alignment=\"center\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJXcml0dGVuIEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9sYXN0X25hbWUiLCJsaW5rIjoib2ZmIiwibGlua19kZXN0aW5hdGlvbiI6ImF1dGhvcl9hcmNoaXZlIn19@\" image=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" image_icon_width=\"64px\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title,content,image\" _module_preset=\"432a0261-7edc-4483-aaee-e62e34cb1bce\" text_orientation=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\"]undefined[/et_pb_blurb][et_pb_button custom_button=\"on\" button_text_size=\"14px\" button_bg_color=\"#FFFFFF\" button_border_radius=\"100px\" custom_padding=\"12px|24px|12px|24px|true|true\" global_colors_info=\"{}\" button_border_width=\"0px\" button_text_color=\"gcid-primary-color\" button_font=\"--et_global_body_font|700|||||||\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfdXJsIiwic2V0dGluZ3MiOnt9fQ==@\" button_text=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJNb3JlIFBvc3RzIGJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" button_alignment=\"center\" _builder_version=\"4.24.2\" _dynamic_attributes=\"button_text,button_url\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" hover_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Explore More Insights\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_heading title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"50px\" title_font_size_tablet=\"28px\" title_font_size_phone=\"20px\" title_font_size_last_edited=\"on|phone\" title_line_height=\"1.2em\" global_colors_info=\"{}\" title_level=\"h2\" custom_margin=\"||10px||false|false\" title=\"Related Posts\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_text_align=\"center\" hover_enabled=\"0\"][/et_pb_heading][et_pb_blog fullwidth=\"off\" show_more=\"on\" show_author=\"off\" header_font_size=\"18px\" header_font_size_tablet=\"15px\" header_font_size_phone=\"14.5px\" header_font_size_last_edited=\"on|phone\" header_line_height=\"1.4em\" meta_text_color=\"gcid-primary-color\" read_more_font=\"--et_global_body_font|700|||||||\" read_more_text_color=\"gcid-secondary-color\" pagination_text_color=\"gcid-secondary-color\" pagination_font_size=\"18px\" border_radii=\"on|6px|6px|6px|6px\" border_width_all=\"0px\" border_color_all=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" body_line_height=\"1.75em\" box_shadow_style=\"preset3\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" box_shadow_color=\"rgba(0,0,0,0.12)\" pagination_font_size_last_edited=\"on|tablet\" pagination_font_size_tablet=\"15px\" pagination_font_size_phone=\"14px\" body_text_color=\"gcid-body-color\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" pagination_font=\"--et_global_body_font|700|||||||\" posts_number=\"3\" include_categories=\"current\" show_pagination=\"off\" offset_number=\"0\" _builder_version=\"4.24.2\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" hover_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Join the Conversation\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\"][et_pb_comments form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"gcid-body-color\" form_field_focus_text_color=\"gcid-body-color\" form_field_custom_padding=\"18px||18px||true|false\" header_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" header_text_color=\"gcid-heading-color\" header_font_size=\"50px\" header_font_size_tablet=\"28px\" header_font_size_phone=\"20px\" header_font_size_last_edited=\"on|desktop\" header_line_height=\"1.2em\" title_font=\"--et_global_heading_font|--et_global_heading_font_weight|||||||\" title_text_color=\"gcid-heading-color\" title_font_size=\"32px\" title_font_size_tablet=\"22px\" title_font_size_phone=\"17px\" title_font_size_last_edited=\"on|desktop\" title_line_height=\"1.3em\" meta_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" body_text_color=\"gcid-body-color\" body_font_size=\"16px\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" body_line_height=\"1.75em\" form_field_font=\"--et_global_body_font|--et_global_body_font_weight|||||||\" form_field_font_size=\"14px\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#FFFFFF\" button_bg_color=\"gcid-primary-color\" button_border_width=\"0px\" button_border_radius=\"100px\" button_font=\"--et_global_body_font|700|||||||\" button_custom_margin=\"||||false|false\" button_custom_padding=\"12px|24px|12px|24px|true|true\" border_radii_fields=\"on|6px|6px|6px|6px\" border_width_all_fields=\"2px\" border_color_all_fields=\"rgba(0,0,0,0.08)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" meta_text_color=\"#000000\" button_bg_enable_color=\"on\" border_radii_image=\"on|200px|200px|200px|200px\" _builder_version=\"4.24.2\" _module_preset=\"abb240a2-a953-4e48-8a6f-4661409a9742\" hover_enabled=\"0\"][/et_pb_comments][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-12','','','2025-02-13 01:12:20','2025-02-13 01:12:20','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-12/',0,'et_body_layout','',0),
(503,1,'2025-02-13 01:12:20','2025-02-13 01:12:20','[et_pb_section fb_built=\"1\" admin_label=\"Meet Our Founder, Asya\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_margin=\"||30px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3JfcHJvZmlsZV9waWN0dXJlIiwic2V0dGluZ3MiOnt9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"src\" _module_preset=\"d0922e87-91bd-4a92-93b6-ba97284f635a\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiIiLCJhZnRlciI6IiIsIm5hbWVfZm9ybWF0IjoiZmlyc3RfbGFzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_level=\"h1\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.2\" _dynamic_attributes=\"content\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" global_colors_info=\"{}\"]undefined[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9hdXRob3IiLCJzZXR0aW5ncyI6eyJiZWZvcmUiOiJQb3N0IEJ5ICIsImFmdGVyIjoiIiwibmFtZV9mb3JtYXQiOiJmaXJzdF9uYW1lIiwibGluayI6Im9mZiIsImxpbmtfZGVzdGluYXRpb24iOiJhdXRob3JfYXJjaGl2ZSJ9fQ==@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_blog use_current_loop=\"on\" posts_number=\"3\" _builder_version=\"4.25.2\" _module_preset=\"251200d6-920d-4a1e-b62c-e61f564bd204\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-13','','','2025-02-13 01:12:20','2025-02-13 01:12:20','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-13/',0,'et_body_layout','',0),
(504,1,'2025-02-13 01:12:21','2025-02-13 01:12:21','[et_pb_section fb_built=\"1\" admin_label=\"Search\" _builder_version=\"4.25.2\" _module_preset=\"_initial\" background_color=\"gcid-primary-color\" global_colors_info=\"{%22gcid-primary-color%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.25.2\" _dynamic_attributes=\"title\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_search placeholder=\"Refine Your Search\" _builder_version=\"4.25.2\" _module_preset=\"724c77c2-8bf0-4b4b-b1cb-98c30d3435e4\" max_width=\"500px\" module_alignment=\"center\" global_colors_info=\"{}\"][/et_pb_search][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Blog\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog use_current_loop=\"on\" show_thumbnail=\"off\" show_more=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.25.2\" _module_preset=\"0348c28c-34b9-43d0-8c6e-c8db6c12d77f\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-14','','','2025-02-13 01:12:21','2025-02-13 01:12:21','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-14/',0,'et_body_layout','',0),
(505,1,'2025-02-13 01:12:22','2025-02-13 01:12:22','[et_pb_section template_type=\"section\" fb_built=\"1\" admin_label=\"404\" _builder_version=\"4.17.4\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.17.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/02/fourzerofour-7.png\" title_text=\"fourzerofour-7\" _builder_version=\"4.24.1\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"80px||||false|false\" custom_padding_tablet=\"0px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_heading title=\"404\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Oops! Page Not Found\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation_tablet=\"center\" text_orientation_phone=\"center\" text_orientation_last_edited=\"on|tablet\" locked=\"off\" global_colors_info=\"{}\"]<p>Sorry, the page you\'re looking for doesn\'t exist. Please check the URL or return to the homepage.</p>[/et_pb_text][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" button_text=\"Back Home\" button_alignment_tablet=\"center\" button_alignment_phone=\"center\" button_alignment_last_edited=\"on|tablet\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.1\" _dynamic_attributes=\"button_url\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-15','','','2025-02-13 01:12:22','2025-02-13 01:12:22','',0,'https://asyahavacilik.com/index.php/et_body_layout/theme-builder-layout-15/',0,'et_body_layout','',0),
(506,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','Theme Builder','','trash','closed','closed','','theme-builder__trashed-3','','','2025-02-13 01:21:52','2025-02-13 01:21:52','',0,'https://asyahavacilik.com/index.php/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),
(507,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','Default Website Template','','publish','closed','closed','','default-website-template-3','','','2025-02-13 01:12:25','2025-02-13 01:12:25','',0,'https://asyahavacilik.com/index.php/et_template/default-website-template-3/',0,'et_template','',0),
(508,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','All Category Pages','','publish','closed','closed','','all-category-pages-3','','','2025-02-13 01:12:25','2025-02-13 01:12:25','',0,'https://asyahavacilik.com/index.php/et_template/all-category-pages-3/',0,'et_template','',0),
(509,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','All Posts','','publish','closed','closed','','all-posts-3','','','2025-02-13 01:12:25','2025-02-13 01:12:25','',0,'https://asyahavacilik.com/index.php/et_template/all-posts-3/',0,'et_template','',0),
(510,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','All Author Pages','','publish','closed','closed','','all-author-pages-3','','','2025-02-13 01:12:25','2025-02-13 01:12:25','',0,'https://asyahavacilik.com/index.php/et_template/all-author-pages-3/',0,'et_template','',0),
(511,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','Search Results','','publish','closed','closed','','search-results-3','','','2025-02-13 01:12:25','2025-02-13 01:12:25','',0,'https://asyahavacilik.com/index.php/et_template/search-results-3/',0,'et_template','',0),
(512,1,'2025-02-13 01:12:25','2025-02-13 01:12:25','','404 Page','','publish','closed','closed','','404-page-3','','','2025-02-13 01:12:25','2025-02-13 01:12:25','',0,'https://asyahavacilik.com/index.php/et_template/404-page-3/',0,'et_template','',0),
(513,1,'2025-02-13 01:18:40','2025-02-13 01:18:40','{\n    \"et_divi[accent_color]\": {\n        \"value\": \"#4b8cc1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 01:18:40\"\n    },\n    \"et_divi[footer_widget_text_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 01:18:40\"\n    },\n    \"et_divi[footer_widget_link_color]\": {\n        \"value\": \"#ffffff\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-02-13 01:18:40\"\n    }\n}','','','trash','closed','closed','','fbe53614-a8ca-4845-bc5f-64db9c81cc0c','','','2025-02-13 01:18:40','2025-02-13 01:18:40','',0,'https://asyahavacilik.com/index.php/2025/02/13/fbe53614-a8ca-4845-bc5f-64db9c81cc0c/',0,'customize_changeset','',0),
(964,1,'2025-02-17 02:26:53','2025-02-17 02:26:53','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-17 02:26:53','2025-02-17 02:26:53','',554,'https://asyahavacilik.com/?p=964',0,'revision','',0),
(976,1,'2025-02-17 02:40:52','2025-02-17 02:40:52','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Special ATPL Training for Cabin Attendants','','inherit','closed','closed','','555-revision-v1','','','2025-02-17 02:40:52','2025-02-17 02:40:52','',555,'https://asyahavacilik.com/?p=976',0,'revision','',0),
(980,1,'2025-02-18 23:17:20','2025-02-18 23:17:20','[et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" template_type=\"module\"][/et_pb_button]','turkax buton','','publish','closed','closed','','turkax-buton','','','2025-02-18 23:17:20','2025-02-18 23:17:20','',0,'https://asyahavacilik.com/et_pb_layout/turkax-buton/',0,'et_pb_layout','',0),
(970,1,'2025-02-17 02:36:57','2025-02-17 02:36:57','[et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\" template_type=\"module\"][/et_pb_button]','register mavi','','publish','closed','closed','','register-mavi','','','2025-02-17 02:36:57','2025-02-17 02:36:57','',0,'https://asyahavacilik.com/et_pb_layout/register-mavi/',0,'et_pb_layout','',0),
(1262,1,'2025-02-22 04:46:20','2025-02-22 04:46:20','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1527354372664-ae0112ab2c41?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"||8vw||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#03045e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Achieve Your Pilot Dreams with Our Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with Asya Havacılık\'s exclusive ATPL training, designed to elevate your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"|||470px|false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_padding=\"|30px|71px|30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive ATPL Training for Aspiring Aviators\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>At Asya Havacılık, we offer a specialized Airline Transport Pilot License (ATPL) training program that equips aspiring pilots with the skills and knowledge necessary for a successful career in aviation. Our program is meticulously crafted to meet the highest industry standards, ensuring that our students are well-prepared for the challenges of modern aviation. With a focus on both theoretical and practical training, our curriculum is designed to foster excellence and professionalism in every aspect of pilot education.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a3.webp\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our ATPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Train using cutting-edge flight simulators that replicate real-world flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Our program covers all essential topics, from navigation and meteorology to advanced flight operations, ensuring a well-rounded education.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aerodynamics and Flight Mechanics\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Gain a deep understanding of the principles of flight and aircraft control.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the skills of navigation and weather analysis crucial for pilots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems and Engines\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/title-2022-03-08-00-23-14-utc.jpeg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Comprehensive study of aircraft systems and propulsion mechanisms.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The ATPL program at Asya Havacılık was transformative. The instructors were knowledgeable and supportive.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I passed my exams with flying colors. The course material was top-notch.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık for anyone serious about a career in aviation. The training was exceptional.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Open Day at Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNhcmVlciUyMGZhaXJ8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Pilot Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" custom_margin=\"||32px|||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Career with ATPL Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Join our comprehensive ATPL training program at Asya Havacılık and take the first step towards a successful aviation career. Our expert instructors and state-of-the-art facilities ensure you receive the highest quality education. Don\'t miss this opportunity to soar to new heights. Request more information today!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-22 04:46:20','2025-02-22 04:46:20','',554,'https://asyahavacilik.com/?p=1262',0,'revision','',0),
(975,1,'2025-02-17 02:40:17','2025-02-17 02:40:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1527354372664-ae0112ab2c41?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"||8vw||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#03045e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_heading title=\"Achieve Your Pilot Dreams with Our Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey with Asya Havacılık\'s exclusive ATPL training, designed to elevate your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\" custom_margin=\"|||470px|false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"|30px|71px|30px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive ATPL Training for Aspiring Aviators\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>At Asya Havacılık, we offer a specialized Airline Transport Pilot License (ATPL) training program that equips aspiring pilots with the skills and knowledge necessary for a successful career in aviation. Our program is meticulously crafted to meet the highest industry standards, ensuring that our students are well-prepared for the challenges of modern aviation. With a focus on both theoretical and practical training, our curriculum is designed to foster excellence and professionalism in every aspect of pilot education.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a3.webp\" _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our ATPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train using cutting-edge flight simulators that replicate real-world flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential topics, from navigation and meteorology to advanced flight operations, ensuring a well-rounded education.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aerodynamics and Flight Mechanics\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a deep understanding of the principles of flight and aircraft control.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://images.unsplash.com/photo-1551633166-23c7aed83e48?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx2aXJ0dWFsJTIwZmxpZ2h0JTIwc2ltdWxhdG9yfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the skills of navigation and weather analysis crucial for pilots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Engines\" image=\"https://images.unsplash.com/photo-1591380816222-28cec94b49c8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Comprehensive study of aircraft systems and propulsion mechanisms.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The ATPL program at Asya Havacılık was transformative. The instructors were knowledgeable and supportive.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I passed my exams with flying colors. The course material was top-notch.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I highly recommend Asya Havacılık for anyone serious about a career in aviation. The training was exceptional.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming ATPL Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Virtual Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1472653816316-3ad6f10a6592?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMG5ldHdvcmtpbmclMjBldmVudHxlbnwwfDB8fHwxNzM5NzU5MjQ1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Webinar: Career Paths in Aviation\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBzYWZldHklMjBzZW1pbmFyfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Open Day at Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNhcmVlciUyMGZhaXJ8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Pilot Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||32px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Career with ATPL Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join our comprehensive ATPL training program at Asya Havacılık and take the first step towards a successful aviation career. Our expert instructors and state-of-the-art facilities ensure you receive the highest quality education. Don\'t miss this opportunity to soar to new heights. Request more information today!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-17 02:40:17','2025-02-17 02:40:17','',554,'https://asyahavacilik.com/?p=975',0,'revision','',0),
(972,1,'2025-02-17 02:39:29','2025-02-17 02:39:29','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1527354372664-ae0112ab2c41?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"||8vw||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#03045e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_heading title=\"Achieve Your Pilot Dreams with Our Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey with Asya Havacılık\'s exclusive ATPL training, designed to elevate your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\" custom_margin=\"|||470px|false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive ATPL Training for Aspiring Aviators\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>At Asya Havacılık, we offer a specialized Airline Transport Pilot License (ATPL) training program that equips aspiring pilots with the skills and knowledge necessary for a successful career in aviation. Our program is meticulously crafted to meet the highest industry standards, ensuring that our students are well-prepared for the challenges of modern aviation. With a focus on both theoretical and practical training, our curriculum is designed to foster excellence and professionalism in every aspect of pilot education.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a3.webp\" _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our ATPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train using cutting-edge flight simulators that replicate real-world flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential topics, from navigation and meteorology to advanced flight operations, ensuring a well-rounded education.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aerodynamics and Flight Mechanics\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a deep understanding of the principles of flight and aircraft control.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://images.unsplash.com/photo-1551633166-23c7aed83e48?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx2aXJ0dWFsJTIwZmxpZ2h0JTIwc2ltdWxhdG9yfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the skills of navigation and weather analysis crucial for pilots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Engines\" image=\"https://images.unsplash.com/photo-1591380816222-28cec94b49c8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Comprehensive study of aircraft systems and propulsion mechanisms.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The ATPL program at Asya Havacılık was transformative. The instructors were knowledgeable and supportive.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I passed my exams with flying colors. The course material was top-notch.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I highly recommend Asya Havacılık for anyone serious about a career in aviation. The training was exceptional.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming ATPL Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Virtual Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1472653816316-3ad6f10a6592?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMG5ldHdvcmtpbmclMjBldmVudHxlbnwwfDB8fHwxNzM5NzU5MjQ1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Webinar: Career Paths in Aviation\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBzYWZldHklMjBzZW1pbmFyfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Open Day at Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNhcmVlciUyMGZhaXJ8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Pilot Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||32px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Career with ATPL Training\" button_url=\"#\" button_text=\"Enroll Now\" _builder_version=\"4.23.1\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>Join our comprehensive ATPL training program at Asya Havacılık and take the first step towards a successful aviation career. Our expert instructors and state-of-the-art facilities ensure you receive the highest quality education. Don\'t miss this opportunity to soar to new heights. Request more information today!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-17 02:39:29','2025-02-17 02:39:29','',554,'https://asyahavacilik.com/?p=972',0,'revision','',0),
(966,1,'2025-02-17 02:30:09','2025-02-17 02:30:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1527354372664-ae0112ab2c41?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"||8vw||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#03045e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_heading title=\"Achieve Your Pilot Dreams with Our Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey with Asya Havacılık\'s exclusive ATPL training, designed to elevate your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\" custom_margin=\"|||470px|false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive ATPL Training for Aspiring Aviators\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>At Asya Havacılık, we offer a specialized Airline Transport Pilot License (ATPL) training program that equips aspiring pilots with the skills and knowledge necessary for a successful career in aviation. Our program is meticulously crafted to meet the highest industry standards, ensuring that our students are well-prepared for the challenges of modern aviation. With a focus on both theoretical and practical training, our curriculum is designed to foster excellence and professionalism in every aspect of pilot education.</p>[/et_pb_text][et_pb_video src=\"https://www.youtube.com/watch?v=FkQuawiGWUw\" image_src=\"https://images.unsplash.com/photo-1632215861513-130b66fe97f4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjB0cmFpbmluZyUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5NzU5MjQ1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_video][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our ATPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train using cutting-edge flight simulators that replicate real-world flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential topics, from navigation and meteorology to advanced flight operations, ensuring a well-rounded education.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aerodynamics and Flight Mechanics\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a deep understanding of the principles of flight and aircraft control.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"right\" text_orientation_tablet=\"\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>$299.99</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://images.unsplash.com/photo-1551633166-23c7aed83e48?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx2aXJ0dWFsJTIwZmxpZ2h0JTIwc2ltdWxhdG9yfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the skills of navigation and weather analysis crucial for pilots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"right\" text_orientation_tablet=\"\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>$349.99</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Engines\" image=\"https://images.unsplash.com/photo-1591380816222-28cec94b49c8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Comprehensive study of aircraft systems and propulsion mechanisms.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"right\" text_orientation_tablet=\"\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>$399.99</p>[/et_pb_text][et_pb_button button_text=\"Join Course\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The ATPL program at Asya Havacılık was transformative. The instructors were knowledgeable and supportive.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I passed my exams with flying colors. The course material was top-notch.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I highly recommend Asya Havacılık for anyone serious about a career in aviation. The training was exceptional.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Michael Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming ATPL Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Virtual Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>November 15, 2023</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1472653816316-3ad6f10a6592?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMG5ldHdvcmtpbmclMjBldmVudHxlbnwwfDB8fHwxNzM5NzU5MjQ1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Register Now\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Webinar: Career Paths in Aviation\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>December 5, 2023</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBzYWZldHklMjBzZW1pbmFyfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Sign Up\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Open Day at Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>January 20, 2024</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNhcmVlciUyMGZhaXJ8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Reserve Spot\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Pilot Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>February 10, 2024</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YWlyY3JhZnQlMjBtYWludGVuYW5jZSUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Join Event\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Career with ATPL Training\" button_url=\"#\" button_text=\"Enroll Now\" _builder_version=\"4.23.1\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>Join our comprehensive ATPL training program at Asya Havacılık and take the first step towards a successful aviation career. Our expert instructors and state-of-the-art facilities ensure you receive the highest quality education. Don\'t miss this opportunity to soar to new heights. Request more information today!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-17 02:30:09','2025-02-17 02:30:09','',554,'https://asyahavacilik.com/?p=966',0,'revision','',0),
(969,1,'2025-02-17 02:33:26','2025-02-17 02:33:26','[et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" template_type=\"module\"][/et_pb_button]','register button','','publish','closed','closed','','register-button','','','2025-02-17 02:33:26','2025-02-17 02:33:26','',0,'https://asyahavacilik.com/et_pb_layout/register-button/',0,'et_pb_layout','',0),
(968,1,'2025-02-17 02:32:28','2025-02-17 02:32:28','','','','inherit','open','closed','','a3','','','2025-02-17 02:32:34','2025-02-17 02:32:34','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/a3.webp',0,'attachment','image/webp',0),
(974,1,'2025-02-17 02:39:51','2025-02-17 02:39:51','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1527354372664-ae0112ab2c41?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"||8vw||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px|||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#03045e\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_heading title=\"Achieve Your Pilot Dreams with Our Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey with Asya Havacılık\'s exclusive ATPL training, designed to elevate your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\" custom_margin=\"|||470px|false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive ATPL Training for Aspiring Aviators\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>At Asya Havacılık, we offer a specialized Airline Transport Pilot License (ATPL) training program that equips aspiring pilots with the skills and knowledge necessary for a successful career in aviation. Our program is meticulously crafted to meet the highest industry standards, ensuring that our students are well-prepared for the challenges of modern aviation. With a focus on both theoretical and practical training, our curriculum is designed to foster excellence and professionalism in every aspect of pilot education.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a3.webp\" _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our ATPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train using cutting-edge flight simulators that replicate real-world flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential topics, from navigation and meteorology to advanced flight operations, ensuring a well-rounded education.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aerodynamics and Flight Mechanics\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a deep understanding of the principles of flight and aircraft control.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://images.unsplash.com/photo-1551633166-23c7aed83e48?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx2aXJ0dWFsJTIwZmxpZ2h0JTIwc2ltdWxhdG9yfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the skills of navigation and weather analysis crucial for pilots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Engines\" image=\"https://images.unsplash.com/photo-1591380816222-28cec94b49c8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Comprehensive study of aircraft systems and propulsion mechanisms.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The ATPL program at Asya Havacılık was transformative. The instructors were knowledgeable and supportive.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I passed my exams with flying colors. The course material was top-notch.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I highly recommend Asya Havacılık for anyone serious about a career in aviation. The training was exceptional.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming ATPL Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Virtual Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1472653816316-3ad6f10a6592?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMG5ldHdvcmtpbmclMjBldmVudHxlbnwwfDB8fHwxNzM5NzU5MjQ1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Webinar: Career Paths in Aviation\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBzYWZldHklMjBzZW1pbmFyfGVufDB8MHx8fDE3Mzk3NTkyNDV8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Open Day at Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1557804506-669a67965ba0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNhcmVlciUyMGZhaXJ8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Pilot Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/224252.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||32px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Career with ATPL Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join our comprehensive ATPL training program at Asya Havacılık and take the first step towards a successful aviation career. Our expert instructors and state-of-the-art facilities ensure you receive the highest quality education. Don\'t miss this opportunity to soar to new heights. Request more information today!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Students','','inherit','closed','closed','','554-revision-v1','','','2025-02-17 02:39:51','2025-02-17 02:39:51','',554,'https://asyahavacilik.com/?p=974',0,'revision','',0),
(984,1,'2025-02-18 23:20:34','2025-02-18 23:20:34','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Special ATPL Training for Employees','','inherit','closed','closed','','557-revision-v1','','','2025-02-18 23:20:34','2025-02-18 23:20:34','',557,'https://asyahavacilik.com/?p=984',0,'revision','',0),
(995,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-1-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-1-800x800-1-1-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-1-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(996,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-7-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-7-800x800-1-2-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-7-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(997,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-12-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-12-800x800-1-3-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-12-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1003,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-5-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-5-800x800-1-3-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-5-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(998,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-9-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-9-800x800-1-1-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-9-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(1001,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-3-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-3-800x800-1-1-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-3-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(1002,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-6-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-3-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(999,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-2-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-2-800x800-1-2-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-2-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(1000,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-4-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-4-800x800-1-3-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-4-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1004,1,'2025-02-18 23:21:26','2025-02-18 23:21:26','','new-portrait-8-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-8-800x800-1-3-800x800','','','2025-02-18 23:21:26','2025-02-18 23:21:26','',0,'https://asyahavacilik.com/new-portrait-8-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1007,1,'2025-02-18 23:21:28','2025-02-18 23:21:28','','new-portrait-11-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-2-800x800','','','2025-02-18 23:21:28','2025-02-18 23:21:28','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(1008,1,'2025-02-18 23:21:28','2025-02-18 23:21:28','','new-portrait-10-800x800-1-1-800x800','','inherit','open','closed','','new-portrait-10-800x800-1-1-800x800','','','2025-02-18 23:21:28','2025-02-18 23:21:28','',0,'https://asyahavacilik.com/new-portrait-10-800x800-1-1-800x800/',0,'attachment','image/jpeg',0),
(1275,1,'2025-02-22 05:02:11','2025-02-22 05:02:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://images.unsplash.com/photo-1532196553209-dfabaf44bcfd?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Achieve Your Aviation Dreams\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık\'s elite Airline Transport Pilot License program and take the first step towards a rewarding career in aviation.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1725957252016-3f85c1876bb3?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjB0cmFpbmluZyUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Airline Transport Pilot License training program at Asya Havacılık is designed to equip aspiring pilots with the skills and knowledge necessary for a successful career in aviation. This comprehensive program emphasizes safety, precision, and excellence, ensuring that our graduates are well-prepared to meet the demands of the industry. With experienced instructors and state-of-the-art facilities, we offer a learning environment that fosters growth and confidence. Join us to unlock a world of opportunities in the skies.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our program covers all essential aspects of pilot training, including theoretical knowledge and practical flight hours, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" custom_margin=\"||57px|||\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train on modern aircraft equipped with the latest technology to provide real-world flying experience and enhance your learning.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View Aircraft\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"A Journey to the Skies\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\"]<p>\"Completing my training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout my journey.\"</p>\n<p>- Alex T.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_blurb title=\"Reaching New Heights\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\"]<p>\"The comprehensive training program at Asya Havacılık equipped me with the skills and confidence I needed to excel in my aviation career.\"</p>\n<p>- Maria L.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||23px|||\" min_height=\"377.6px\"]<p>Master the art of navigation with our in-depth course designed for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://images.unsplash.com/photo-1522798120812-304f8819f4be?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwbWF0ZXJpYWxzfGVufDB8MHx8fDE3Mzk5MjEyMzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" custom_margin=\"||83px|||\"]<p>Understand weather patterns and their impact on flight operations with this essential course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems and Performance\" image=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" custom_margin=\"||81px|||\"]<p>Gain insights into aircraft systems and performance metrics crucial for safe flying.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning Essentials\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/flug-checkliste.jpeg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||103px|||\"]<p>Learn the fundamentals of flight planning to ensure efficient and safe journeys.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Airline Operations Management\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Explore the intricacies of managing airline operations in this comprehensive course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Human Factors in Aviation\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Human_fatigue_study.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\" custom_margin=\"||101px|||\"]<p>Delve into the psychological and physiological aspects affecting pilot performance.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our elite Airline Transport Pilot License Training at Asya Havacılık and take the next step in your aviation journey. Our comprehensive program is designed to equip you with the skills and knowledge needed to excel in the skies. Don\'t miss this opportunity to soar to new heights. Enroll today or contact us for more information!</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Transport Pilot License Training','','inherit','closed','closed','','556-revision-v1','','','2025-02-22 05:02:11','2025-02-22 05:02:11','',556,'https://asyahavacilik.com/?p=1275',0,'revision','',0),
(1015,1,'2025-02-18 23:30:59','2025-02-18 23:30:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://images.unsplash.com/photo-1532196553209-dfabaf44bcfd?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Achieve Your Aviation Dreams\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık\'s elite Airline Transport Pilot License program and take the first step towards a rewarding career in aviation.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1725957252016-3f85c1876bb3?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjB0cmFpbmluZyUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our Airline Transport Pilot License training program at Asya Havacılık is designed to equip aspiring pilots with the skills and knowledge necessary for a successful career in aviation. This comprehensive program emphasizes safety, precision, and excellence, ensuring that our graduates are well-prepared to meet the demands of the industry. With experienced instructors and state-of-the-art facilities, we offer a learning environment that fosters growth and confidence. Join us to unlock a world of opportunities in the skies.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential aspects of pilot training, including theoretical knowledge and practical flight hours, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_text=\"Explore Curriculum\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||57px|||\"]<p>Train on modern aircraft equipped with the latest technology to provide real-world flying experience and enhance your learning.</p>[/et_pb_blurb][et_pb_button button_text=\"View Aircraft\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_blurb title=\"A Journey to the Skies\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"Completing my training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout my journey.\"</p>\n<p>- Alex T.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_blurb title=\"Reaching New Heights\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"The comprehensive training program at Asya Havacılık equipped me with the skills and confidence I needed to excel in my aviation career.\"</p>\n<p>- Maria L.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1495995424756-6a5a3f9e7543?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50JTIwc3R1ZHlpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the art of navigation with our in-depth course designed for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://images.unsplash.com/photo-1522798120812-304f8819f4be?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwbWF0ZXJpYWxzfGVufDB8MHx8fDE3Mzk5MjEyMzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand weather patterns and their impact on flight operations with this essential course.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Performance\" image=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain insights into aircraft systems and performance metrics crucial for safe flying.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Planning Essentials\" image=\"https://images.unsplash.com/photo-1587893904903-52bdb6ad0c0c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yJTIwdGVhY2hpbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn the fundamentals of flight planning to ensure efficient and safe journeys.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Airline Operations Management\" image=\"https://images.unsplash.com/photo-1521727857535-28d2047314ac?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8c3R1ZGVudHMlMjBpbiUyMGZsaWdodCUyMGdlYXJ8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Explore the intricacies of managing airline operations in this comprehensive course.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Human Factors in Aviation\" image=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50cyUyMGluJTIwZmxpZ2h0JTIwZ2VhcnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Delve into the psychological and physiological aspects affecting pilot performance.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxvbmxpbmUlMjBhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzM5OTIwODgzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our elite Airline Transport Pilot License Training at Asya Havacılık and take the next step in your aviation journey. Our comprehensive program is designed to equip you with the skills and knowledge needed to excel in the skies. Don\'t miss this opportunity to soar to new heights. Enroll today or contact us for more information!</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Transport Pilot License Training','','inherit','closed','closed','','556-revision-v1','','','2025-02-18 23:30:59','2025-02-18 23:30:59','',556,'https://asyahavacilik.com/?p=1015',0,'revision','',0),
(1013,1,'2025-02-18 23:29:57','2025-02-18 23:29:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"https://images.unsplash.com/photo-1532196553209-dfabaf44bcfd?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" background_enable_mask_style=\"on\" background_mask_style=\"corner-square\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Achieve Your Aviation Dreams\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık\'s elite Airline Transport Pilot License program and take the first step towards a rewarding career in aviation.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1725957252016-3f85c1876bb3?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjB0cmFpbmluZyUyMGNsYXNzcm9vbXxlbnwwfDJ8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our Airline Transport Pilot License training program at Asya Havacılık is designed to equip aspiring pilots with the skills and knowledge necessary for a successful career in aviation. This comprehensive program emphasizes safety, precision, and excellence, ensuring that our graduates are well-prepared to meet the demands of the industry. With experienced instructors and state-of-the-art facilities, we offer a learning environment that fosters growth and confidence. Join us to unlock a world of opportunities in the skies.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential aspects of pilot training, including theoretical knowledge and practical flight hours, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_text=\"Explore Curriculum\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||57px|||\"]<p>Train on modern aircraft equipped with the latest technology to provide real-world flying experience and enhance your learning.</p>[/et_pb_blurb][et_pb_button button_text=\"View Aircraft\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_blurb title=\"A Journey to the Skies\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22body_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"Completing my training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout my journey.\"</p>\n<p>- Alex T.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_blurb title=\"Reaching New Heights\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22body_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"The comprehensive training program at Asya Havacılık equipped me with the skills and confidence I needed to excel in my aviation career.\"</p>\n<p>- Maria L.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1495995424756-6a5a3f9e7543?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50JTIwc3R1ZHlpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the art of navigation with our in-depth course designed for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://images.unsplash.com/photo-1522798120812-304f8819f4be?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwbWF0ZXJpYWxzfGVufDB8MHx8fDE3Mzk5MjEyMzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand weather patterns and their impact on flight operations with this essential course.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Performance\" image=\"https://images.unsplash.com/photo-1543048374-b89378ed9133?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain insights into aircraft systems and performance metrics crucial for safe flying.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Planning Essentials\" image=\"https://images.unsplash.com/photo-1587893904903-52bdb6ad0c0c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yJTIwdGVhY2hpbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn the fundamentals of flight planning to ensure efficient and safe journeys.</p>[/et_pb_blurb][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>$179.99</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Airline Operations Management\" image=\"https://images.unsplash.com/photo-1521727857535-28d2047314ac?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8c3R1ZGVudHMlMjBpbiUyMGZsaWdodCUyMGdlYXJ8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Explore the intricacies of managing airline operations in this comprehensive course.</p>[/et_pb_blurb][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>$349.99</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Human Factors in Aviation\" image=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50cyUyMGluJTIwZmxpZ2h0JTIwZ2VhcnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Delve into the psychological and physiological aspects affecting pilot performance.</p>[/et_pb_blurb][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>$229.99</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Schedule\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming Training Sessions\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Day 1\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"27th June 2024\" _builder_version=\"4.25.2\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Introduction to Flight Theory\" _builder_version=\"4.25.1\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"11AM - 1PM\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Kickstart your training with an overview of fundamental flight principles.[/et_pb_text][et_pb_divider _builder_version=\"4.25.1\" _module_preset=\"60d50599-c33f-4d15-910d-403ece0e1e93\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_heading title=\"Basic Flight Maneuvers\" _builder_version=\"4.25.1\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"3PM - 5PM\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Learn essential maneuvers to build your foundational flying skills.[/et_pb_text][et_pb_heading title=\"Safety Protocols and Procedures\" _builder_version=\"4.25.1\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"7PM - 9PM\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Understand critical safety measures and emergency procedures.[/et_pb_text][et_pb_divider _builder_version=\"4.25.1\" _module_preset=\"60d50599-c33f-4d15-910d-403ece0e1e93\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Day 2\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93,%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"28th June 2024\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced Aerodynamics\" _builder_version=\"4.25.1\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"11AM - 1PM\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Dive deeper into the principles of aerodynamics and their applications.[/et_pb_text][et_pb_divider _builder_version=\"4.25.1\" _module_preset=\"60d50599-c33f-4d15-910d-403ece0e1e93\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_heading title=\"Instrument Flight Rules (IFR)\" _builder_version=\"4.25.1\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"3PM - 5PM\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Master IFR to enhance your navigation skills in various weather conditions.[/et_pb_text][et_pb_divider _builder_version=\"4.25.1\" _module_preset=\"60d50599-c33f-4d15-910d-403ece0e1e93\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_heading title=\"Crew Resource Management\" _builder_version=\"4.25.1\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"7PM - 9PM\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"e8a6df2b-53a6-4b58-8bda-5426d033ba1a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||10px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Develop teamwork and communication skills essential for cockpit operations.[/et_pb_text][et_pb_divider _builder_version=\"4.25.1\" _module_preset=\"60d50599-c33f-4d15-910d-403ece0e1e93\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxvbmxpbmUlMjBhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzM5OTIwODgzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our elite Airline Transport Pilot License Training at Asya Havacılık and take the next step in your aviation journey. Our comprehensive program is designed to equip you with the skills and knowledge needed to excel in the skies. Don\'t miss this opportunity to soar to new heights. Enroll today or contact us for more information!</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Transport Pilot License Training','','inherit','closed','closed','','556-revision-v1','','','2025-02-18 23:29:57','2025-02-18 23:29:57','',556,'https://asyahavacilik.com/?p=1013',0,'revision','',0),
(981,1,'2025-02-18 23:19:16','2025-02-18 23:19:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 30px|rgba(255,255,255,0.86) 100px\" background_color_gradient_unit=\"px\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with Specialized Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Airplane Special ATPL Training for Cabin Attendants\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with our specialized ATPL training designed exclusively for cabin attendants, where you will not only master advanced piloting techniques but also cultivate essential leadership qualities that elevate your role in aviation. This program goes beyond traditional training, infusing practical skills with innovative learning approaches, enabling you to adeptly navigate the skies while ensuring the utmost safety and comfort for passengers. Grab this opportunity to enhance your expertise, expand your career horizons, and become an indispensable asset to your airline.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#5b81bf\" custom_margin=\"8vw||||false|false\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Transform Your Aviation Journey Today\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Specialized Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Airplane Special ATPL Training program is meticulously crafted for cabin attendants aspiring to enhance their aviation expertise. At Asya Havacılık, we are committed to delivering top-tier training that combines theoretical knowledge with practical experience, ensuring our participants are well-prepared for the challenges of modern aviation. Our mission is to foster a learning environment that promotes safety, leadership, and professional growth in the aviation industry.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1529703413164-adb3026bb1e6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxjYWJpbiUyMGNyZXclMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk3NjAwOTF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our program covers all essential aspects of ATPL training, tailored specifically for cabin attendants, including advanced safety protocols and emergency procedures.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals with years of industry experience, dedicated to providing personalized guidance and support.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1619521167697-2ab55e0f317a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMHNhZmV0eSUyMGRlbW9uc3RyYXRpb258ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"State-of-the-Art Simulators\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain hands-on experience with cutting-edge flight simulators, replicating real-world scenarios to enhance your practical skills.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View Facilities\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566240129928-6d0205505b9a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8Y2FiaW4lMjBhdHRlbmRhbnRzJTIwdGVhbXdvcmt8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Career Advancement Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Unlock new career paths with our certification, recognized by leading airlines worldwide, and take your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master the art of navigation with our comprehensive course designed for aspiring cabin attendants.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures Training\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn essential emergency protocols to ensure passenger safety in all situations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Communication Skills Enhancement\" image=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhdmlhdGlvbiUyMGUtbGVhcm5pbmclMjBwbGF0Zm9ybXxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your communication skills to effectively interact with passengers and crew.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Rodriguez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The ATPL training was transformative. The instructors were knowledgeable, and the course content was practical and engaging.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Chen\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık\'s training exceeded my expectations. The skills I gained are invaluable for my career in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sophia Ahmed\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The hands-on experience and expert guidance made this training an unforgettable journey. Highly recommended!</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to common questions about our ATPL training for cabin attendants.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training?\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The training program lasts for 28 weeks, with flexible online modules to fit your schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for enrolling?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Participants should have a basic understanding of aviation and hold a valid cabin crew license.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What certification will I receive upon completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates receive an internationally recognized ATPL certification from Asya Havacılık.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How can I access course materials?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>All course materials are accessible online through our dedicated learning portal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Elevate Your Career with Our ATPL Training\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22button_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Join our exclusive Airplane Special ATPL Training designed specifically for cabin attendants. Enhance your skills and open new career opportunities in the aviation industry. Contact us today for more information and take the first step towards advancing your career!</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Cabin Attendants','','inherit','closed','closed','','555-revision-v1','','','2025-02-18 23:19:16','2025-02-18 23:19:16','',555,'https://asyahavacilik.com/?p=981',0,'revision','',0),
(978,1,'2025-02-17 02:47:22','2025-02-17 02:47:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 30px|rgba(255,255,255,0.86) 100px\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" background_color_gradient_unit=\"px\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Career with Specialized Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Airplane Special ATPL Training for Cabin Attendants\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Embark on a transformative journey with our specialized ATPL training designed exclusively for cabin attendants, where you will not only master advanced piloting techniques but also cultivate essential leadership qualities that elevate your role in aviation. This program goes beyond traditional training, infusing practical skills with innovative learning approaches, enabling you to adeptly navigate the skies while ensuring the utmost safety and comfort for passengers. Grab this opportunity to enhance your expertise, expand your career horizons, and become an indispensable asset to your airline.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#03045e\" custom_margin=\"8vw||||false|false\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Transform Your Aviation Journey Today\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our Specialized Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our Airplane Special ATPL Training program is meticulously crafted for cabin attendants aspiring to enhance their aviation expertise. At Asya Havacılık, we are committed to delivering top-tier training that combines theoretical knowledge with practical experience, ensuring our participants are well-prepared for the challenges of modern aviation. Our mission is to foster a learning environment that promotes safety, leadership, and professional growth in the aviation industry.[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.25.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1529703413164-adb3026bb1e6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxjYWJpbiUyMGNyZXclMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk3NjAwOTF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential aspects of ATPL training, tailored specifically for cabin attendants, including advanced safety protocols and emergency procedures.</p>[/et_pb_text][et_pb_button button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals with years of industry experience, dedicated to providing personalized guidance and support.</p>[/et_pb_text][et_pb_button button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1619521167697-2ab55e0f317a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMHNhZmV0eSUyMGRlbW9uc3RyYXRpb258ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"State-of-the-Art Simulators\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain hands-on experience with cutting-edge flight simulators, replicating real-world scenarios to enhance your practical skills.</p>[/et_pb_text][et_pb_button button_text=\"View Facilities\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1566240129928-6d0205505b9a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8Y2FiaW4lMjBhdHRlbmRhbnRzJTIwdGVhbXdvcmt8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Career Advancement Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Unlock new career paths with our certification, recognized by leading airlines worldwide, and take your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the art of navigation with our comprehensive course designed for aspiring cabin attendants.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Procedures Training\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn essential emergency protocols to ensure passenger safety in all situations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Communication Skills Enhancement\" image=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhdmlhdGlvbiUyMGUtbGVhcm5pbmclMjBwbGF0Zm9ybXxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your communication skills to effectively interact with passengers and crew.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emily Rodriguez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>The ATPL training was transformative. The instructors were knowledgeable, and the course content was practical and engaging.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Michael Chen\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Asya Havacılık\'s training exceeded my expectations. The skills I gained are invaluable for my career in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Sophia Ahmed\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>The hands-on experience and expert guidance made this training an unforgettable journey. Highly recommended!</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to common questions about our ATPL training for cabin attendants.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"What is the duration of the ATPL training?\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>The training program lasts for 28 weeks, with flexible online modules to fit your schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for enrolling?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Participants should have a basic understanding of aviation and hold a valid cabin crew license.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What certification will I receive upon completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Graduates receive an internationally recognized ATPL certification from Asya Havacılık.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How can I access course materials?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>All course materials are accessible online through our dedicated learning portal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Elevate Your Career with Our ATPL Training\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22button_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join our exclusive Airplane Special ATPL Training designed specifically for cabin attendants. Enhance your skills and open new career opportunities in the aviation industry. Contact us today for more information and take the first step towards advancing your career!</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Cabin Attendants','','inherit','closed','closed','','555-revision-v1','','','2025-02-17 02:47:22','2025-02-17 02:47:22','',555,'https://asyahavacilik.com/?p=978',0,'revision','',0),
(1269,1,'2025-02-22 04:51:38','2025-02-22 04:51:38','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 30px|rgba(255,255,255,0.86) 100px\" background_color_gradient_unit=\"px\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with Specialized Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Airplane Special ATPL Training for Cabin Attendants\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with our specialized ATPL training designed exclusively for cabin attendants, where you will not only master advanced piloting techniques but also cultivate essential leadership qualities that elevate your role in aviation. This program goes beyond traditional training, infusing practical skills with innovative learning approaches, enabling you to adeptly navigate the skies while ensuring the utmost safety and comfort for passengers. Grab this opportunity to enhance your expertise, expand your career horizons, and become an indispensable asset to your airline.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#5b81bf\" custom_margin=\"8vw||||false|false\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Transform Your Aviation Journey Today\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Specialized Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Airplane Special ATPL Training program is meticulously crafted for cabin attendants aspiring to enhance their aviation expertise. At Asya Havacılık, we are committed to delivering top-tier training that combines theoretical knowledge with practical experience, ensuring our participants are well-prepared for the challenges of modern aviation. Our mission is to foster a learning environment that promotes safety, leadership, and professional growth in the aviation industry.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/63419489eedeac467d226b5f8ae1583d.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/flug-checkliste.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" min_height=\"382.2px\"][/et_pb_image][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our program covers all essential aspects of ATPL training, tailored specifically for cabin attendants, including advanced safety protocols and emergency procedures.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals with years of industry experience, dedicated to providing personalized guidance and support.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/11111.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"State-of-the-Art Simulators\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain hands-on experience with cutting-edge flight simulators, replicating real-world scenarios to enhance your practical skills.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View Facilities\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Downloaderla-65ab64c.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Career Advancement Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Unlock new career paths with our certification, recognized by leading airlines worldwide, and take your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master the art of navigation with our comprehensive course designed for aspiring cabin attendants.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures Training\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn essential emergency protocols to ensure passenger safety in all situations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Communication Skills Enhancement\" image=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhdmlhdGlvbiUyMGUtbGVhcm5pbmclMjBwbGF0Zm9ybXxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your communication skills to effectively interact with passengers and crew.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Rodriguez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The ATPL training was transformative. The instructors were knowledgeable, and the course content was practical and engaging.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Chen\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık\'s training exceeded my expectations. The skills I gained are invaluable for my career in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sophia Ahmed\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The hands-on experience and expert guidance made this training an unforgettable journey. Highly recommended!</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to common questions about our ATPL training for cabin attendants.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training?\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The training program lasts for 28 weeks, with flexible online modules to fit your schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for enrolling?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Participants should have a basic understanding of aviation and hold a valid cabin crew license.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What certification will I receive upon completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates receive an internationally recognized ATPL certification from Asya Havacılık.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How can I access course materials?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>All course materials are accessible online through our dedicated learning portal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Elevate Your Career with Our ATPL Training\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22button_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Join our exclusive Airplane Special ATPL Training designed specifically for cabin attendants. Enhance your skills and open new career opportunities in the aviation industry. Contact us today for more information and take the first step towards advancing your career!</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Cabin Attendants','','inherit','closed','closed','','555-revision-v1','','','2025-02-22 04:51:38','2025-02-22 04:51:38','',555,'https://asyahavacilik.com/?p=1269',0,'revision','',0),
(983,1,'2025-02-18 23:19:57','2025-02-18 23:19:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 30px|rgba(255,255,255,0.86) 100px\" background_color_gradient_unit=\"px\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5NzQ2NjQ2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with Specialized Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Airplane Special ATPL Training for Cabin Attendants\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with our specialized ATPL training designed exclusively for cabin attendants, where you will not only master advanced piloting techniques but also cultivate essential leadership qualities that elevate your role in aviation. This program goes beyond traditional training, infusing practical skills with innovative learning approaches, enabling you to adeptly navigate the skies while ensuring the utmost safety and comfort for passengers. Grab this opportunity to enhance your expertise, expand your career horizons, and become an indispensable asset to your airline.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#5b81bf\" custom_margin=\"8vw||||false|false\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" hover_enabled=\"0\" border_radii=\"on|6px|6px|6px|6px\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Transform Your Aviation Journey Today\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Specialized Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Airplane Special ATPL Training program is meticulously crafted for cabin attendants aspiring to enhance their aviation expertise. At Asya Havacılık, we are committed to delivering top-tier training that combines theoretical knowledge with practical experience, ensuring our participants are well-prepared for the challenges of modern aviation. Our mission is to foster a learning environment that promotes safety, leadership, and professional growth in the aviation industry.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1529703413164-adb3026bb1e6?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxjYWJpbiUyMGNyZXclMjB0cmFpbmluZ3xlbnwwfDJ8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Training Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk3NjAwOTF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our program covers all essential aspects of ATPL training, tailored specifically for cabin attendants, including advanced safety protocols and emergency procedures.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals with years of industry experience, dedicated to providing personalized guidance and support.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1619521167697-2ab55e0f317a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMHNhZmV0eSUyMGRlbW9uc3RyYXRpb258ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"State-of-the-Art Simulators\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain hands-on experience with cutting-edge flight simulators, replicating real-world scenarios to enhance your practical skills.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View Facilities\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1566240129928-6d0205505b9a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8Y2FiaW4lMjBhdHRlbmRhbnRzJTIwdGVhbXdvcmt8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Career Advancement Opportunities\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Unlock new career paths with our certification, recognized by leading airlines worldwide, and take your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwYXZpYXRpb24lMjBjb3Vyc2V8ZW58MHwwfHx8MTczOTc1OTI0NXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master the art of navigation with our comprehensive course designed for aspiring cabin attendants.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures Training\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTc2MDA5MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn essential emergency protocols to ensure passenger safety in all situations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Communication Skills Enhancement\" image=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhdmlhdGlvbiUyMGUtbGVhcm5pbmclMjBwbGF0Zm9ybXxlbnwwfDB8fHwxNzM5NzYwMDkxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your communication skills to effectively interact with passengers and crew.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Rodriguez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The ATPL training was transformative. The instructors were knowledgeable, and the course content was practical and engaging.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Chen\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Asya Havacılık\'s training exceeded my expectations. The skills I gained are invaluable for my career in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Sophia Ahmed\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>The hands-on experience and expert guidance made this training an unforgettable journey. Highly recommended!</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to common questions about our ATPL training for cabin attendants.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training?\" open=\"on\" _builder_version=\"4.27.4\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The training program lasts for 28 weeks, with flexible online modules to fit your schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for enrolling?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Participants should have a basic understanding of aviation and hold a valid cabin crew license.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What certification will I receive upon completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates receive an internationally recognized ATPL certification from Asya Havacılık.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How can I access course materials?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>All course materials are accessible online through our dedicated learning portal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Elevate Your Career with Our ATPL Training\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22button_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Join our exclusive Airplane Special ATPL Training designed specifically for cabin attendants. Enhance your skills and open new career opportunities in the aviation industry. Contact us today for more information and take the first step towards advancing your career!</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Cabin Attendants','','inherit','closed','closed','','555-revision-v1','','','2025-02-18 23:19:57','2025-02-18 23:19:57','',555,'https://asyahavacilik.com/?p=983',0,'revision','',0),
(1011,1,'2025-02-18 23:26:28','2025-02-18 23:26:28','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Airline Transport Pilot License Training','','inherit','closed','closed','','556-revision-v1','','','2025-02-18 23:26:28','2025-02-18 23:26:28','',556,'https://asyahavacilik.com/?p=1011',0,'revision','',0),
(1272,1,'2025-02-22 04:56:34','2025-02-22 04:56:34','[et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Hero\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our exclusive program designed to enhance your aviation skills and propel your career forward. Tailored for employees seeking to excel in the aviation industry, our training offers unparalleled expertise and insights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Curriculum\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our curriculum is crafted by industry experts to ensure comprehensive learning and application.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Expert Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned pilots and aviation professionals with years of experience.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1689687286016-511621f74eae?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwxfHx8MTczOTkyMDg4M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"|-10vw|||false|false\" custom_margin_tablet=\"|0vw|||false|false\" custom_margin_phone=\"|0vw|||false|false\" custom_margin_last_edited=\"on|tablet\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Aircraft Special ATPL Training program is meticulously designed to equip employees with the necessary skills and knowledge to excel in the aviation industry. Recognizing the critical role of advanced training, our program focuses on enhancing both theoretical and practical competencies, ensuring participants are well-prepared for the challenges of modern aviation. This program is pivotal for those looking to advance their careers and achieve excellence in their field.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1574266965598-733f8ff7e41a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwaWxvdCUyMHRyYWluaW5nJTIwY2xhc3Nyb29tfGVufDB8Mnx8fDE3Mzk5MjA4ODN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Modules\" use_icon=\"on\" font_icon=\"&#xf00b;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Our training includes a wide range of modules covering all essential aspects of ATPL.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf0a0;||fa||400\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Experience realistic training scenarios with our cutting-edge flight simulators.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Learning Options\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Choose from various learning formats to suit your schedule and preferences.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Advancement Support\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\"]<p>Benefit from our dedicated career services to help you achieve your professional goals.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Features\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-115862770.jpg\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"165px|||||\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Advanced ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aerodynamics Mastery\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Ucak-Tasarimi-Nasil-Yapilir-1.jpeg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Explore the principles of aircraft aerodynamics essential for advanced piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation Systems\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain comprehensive knowledge of modern navigation systems used in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Understand weather patterns and their impact on flight operations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“The ATPL training at Asya Havacılık was transformative. The instructors were knowledgeable and supportive throughout my learning journey.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“Completing the ATPL program has opened new career opportunities for me. The practical insights were invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Maria Lopez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>First Officer</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Career with ATPL Certification\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Unlock new heights in your aviation career with our specialized ATPL training program. Join Asya Havacılık and gain the skills needed to soar in the industry. Secure your spot today and take the first step towards becoming a certified pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Employees','','inherit','closed','closed','','557-revision-v1','','','2025-02-22 04:56:34','2025-02-22 04:56:34','',557,'https://asyahavacilik.com/?p=1272',0,'revision','',0),
(1010,1,'2025-02-18 23:25:55','2025-02-18 23:25:55','[et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Hero\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Career with Specialized ATPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our exclusive program designed to enhance your aviation skills and propel your career forward. Tailored for employees seeking to excel in the aviation industry, our training offers unparalleled expertise and insights.</p>[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Curriculum\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our curriculum is crafted by industry experts to ensure comprehensive learning and application.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Expert Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned pilots and aviation professionals with years of experience.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1689687286016-511621f74eae?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwxfHx8MTczOTkyMDg4M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"|-10vw|||false|false\" custom_margin_tablet=\"|0vw|||false|false\" custom_margin_phone=\"|0vw|||false|false\" custom_margin_last_edited=\"on|tablet\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our Aircraft Special ATPL Training program is meticulously designed to equip employees with the necessary skills and knowledge to excel in the aviation industry. Recognizing the critical role of advanced training, our program focuses on enhancing both theoretical and practical competencies, ensuring participants are well-prepared for the challenges of modern aviation. This program is pivotal for those looking to advance their careers and achieve excellence in their field.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1574266965598-733f8ff7e41a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwaWxvdCUyMHRyYWluaW5nJTIwY2xhc3Nyb29tfGVufDB8Mnx8fDE3Mzk5MjA4ODN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Modules\" use_icon=\"on\" font_icon=\"&#xf00b;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Our training includes a wide range of modules covering all essential aspects of ATPL.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf0a0;||fa||400\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Experience realistic training scenarios with our cutting-edge flight simulators.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Learning Options\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Choose from various learning formats to suit your schedule and preferences.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Career Advancement Support\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Benefit from our dedicated career services to help you achieve your professional goals.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Explore Features\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1590556409324-aa1d726e5c3c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwc2ltdWxhdG9yfGVufDB8MXx8fDE3Mzk5MjA4ODN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced ATPL Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aerodynamics Mastery\" image=\"https://images.unsplash.com/photo-1588196749597-9ff075ee6b5b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxvbmxpbmUlMjBhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzM5OTIwODgzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Explore the principles of aerodynamics essential for advanced piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation Systems\" image=\"https://images.unsplash.com/photo-1551633166-23c7aed83e48?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMDg4M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain comprehensive knowledge of modern navigation systems used in aviation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://images.unsplash.com/photo-1497333558196-daaff02b56d0?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxwaWxvdCUyMHN0dWR5JTIwbWF0ZXJpYWxzfGVufDB8MHx8fDE3Mzk5MjA4ODN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand weather patterns and their impact on flight operations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“The ATPL training at Asya Havacılık was transformative. The instructors were knowledgeable and supportive throughout my learning journey.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“Completing the ATPL program has opened new career opportunities for me. The practical insights were invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Maria Lopez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>First Officer</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Career with ATPL Certification\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Unlock new heights in your aviation career with our specialized ATPL training program. Join Asya Havacılık and gain the skills needed to soar in the industry. Secure your spot today and take the first step towards becoming a certified pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Special ATPL Training for Employees','','inherit','closed','closed','','557-revision-v1','','','2025-02-18 23:25:55','2025-02-18 23:25:55','',557,'https://asyahavacilik.com/?p=1010',0,'revision','',0),
(1016,1,'2025-02-18 23:31:27','2025-02-18 23:31:27','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Other Pilot Training','','inherit','closed','closed','','558-revision-v1','','','2025-02-18 23:31:27','2025-02-18 23:31:27','',558,'https://asyahavacilik.com/?p=1016',0,'revision','',0),
(1020,1,'2025-02-18 23:35:59','2025-02-18 23:35:59','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Flight Instructor','','inherit','closed','closed','','559-revision-v1','','','2025-02-18 23:35:59','2025-02-18 23:35:59','',559,'https://asyahavacilik.com/?p=1020',0,'revision','',0),
(1246,1,'2025-02-21 02:28:41','2025-02-21 02:28:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Expert Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for unparalleled pilot training that propels your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1668199250612-4d027f0272b9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMTU0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_padding=\"|30px|57px|30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation through comprehensive pilot training programs. Our mission is to provide aspiring pilots with the skills and knowledge necessary to excel in the aviation industry. With a team of experienced instructors and state-of-the-art facilities, we are committed to delivering top-notch education and fostering a passion for flying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Pilot Training\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our comprehensive pilot training program covers all essential aspects of flying, ensuring you are fully prepared for a successful aviation career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Flight Instructor Certification\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain the credentials to teach the next generation of pilots with our specialized flight instructor certification course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"SEP Renewal Program\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Keep your Single Engine Piston (SEP) rating current with our streamlined renewal program, designed for convenience and efficiency.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Advanced Aviation Workshops\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your skills with our advanced workshops, focusing on cutting-edge aviation techniques and technologies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing my pilot training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>\n<p>- John D.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The hands-on training and real-world scenarios at Asya Havacılık prepared me thoroughly for my career as a pilot. I couldn\'t have asked for a better learning environment.\"</p>\n<p>- Emily R.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Asya Havacılık\'s commitment to excellence is evident in every aspect of their training program. I felt confident and ready to take on new challenges after graduating.\"</p>\n<p>- Michael S.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Advanced Pilot Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Flight Safety Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0aW9ufGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Instrument Rating Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up Today\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Pilot Career Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aviation-students-1-edited.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||76px|||\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Reserve Your Spot\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Pilot Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in pilot training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>To enroll in pilot training at Asya Havacılık, you must be at least 18 years old and hold a valid medical certificate. A high school diploma or equivalent is also required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete the pilot training program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>The duration of the pilot training program varies depending on the course selected. Typically, it takes between 6 to 12 months to complete the full program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What type of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a variety of aircraft, including single-engine and multi-engine planes, to ensure comprehensive skill development.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for pilot training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers several financial aid options and payment plans to help students manage the cost of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing the training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates of Asya Havacılık can pursue careers as commercial pilots, flight instructors, or airline pilots, among other aviation-related roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Skills\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Program\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to take your piloting expertise to new heights? Enroll in our comprehensive training courses or reach out to us for more details. Whether you\'re aiming for a flight instructor certification or renewing your SEP, Asya Havacılık is here to guide you every step of the way. Contact us today and soar with confidence!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Other Pilot Training','','inherit','closed','closed','','558-revision-v1','','','2025-02-21 02:28:41','2025-02-21 02:28:41','',558,'https://asyahavacilik.com/?p=1246',0,'revision','',0),
(1019,1,'2025-02-18 23:35:42','2025-02-18 23:35:42','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Expert Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for unparalleled pilot training that propels your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1668199250612-4d027f0272b9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMTU0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_padding=\"|30px|57px|30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation through comprehensive pilot training programs. Our mission is to provide aspiring pilots with the skills and knowledge necessary to excel in the aviation industry. With a team of experienced instructors and state-of-the-art facilities, we are committed to delivering top-notch education and fostering a passion for flying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Pilot Training\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our comprehensive pilot training program covers all essential aspects of flying, ensuring you are fully prepared for a successful aviation career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Flight Instructor Certification\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain the credentials to teach the next generation of pilots with our specialized flight instructor certification course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"SEP Renewal Program\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Keep your Single Engine Piston (SEP) rating current with our streamlined renewal program, designed for convenience and efficiency.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Advanced Aviation Workshops\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your skills with our advanced workshops, focusing on cutting-edge aviation techniques and technologies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing my pilot training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>\n<p>- John D.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The hands-on training and real-world scenarios at Asya Havacılık prepared me thoroughly for my career as a pilot. I couldn\'t have asked for a better learning environment.\"</p>\n<p>- Emily R.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Asya Havacılık\'s commitment to excellence is evident in every aspect of their training program. I felt confident and ready to take on new challenges after graduating.\"</p>\n<p>- Michael S.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Advanced Pilot Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Flight Safety Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0aW9ufGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Instrument Rating Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1738537118261-7b8199e14284?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJjcmFmdCUyMGV2ZW50fGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up Today\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Pilot Career Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbHlpbmclMjBsZXNzb25zfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Reserve Your Spot\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Pilot Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in pilot training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>To enroll in pilot training at Asya Havacılık, you must be at least 18 years old and hold a valid medical certificate. A high school diploma or equivalent is also required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete the pilot training program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>The duration of the pilot training program varies depending on the course selected. Typically, it takes between 6 to 12 months to complete the full program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What type of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a variety of aircraft, including single-engine and multi-engine planes, to ensure comprehensive skill development.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for pilot training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers several financial aid options and payment plans to help students manage the cost of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing the training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates of Asya Havacılık can pursue careers as commercial pilots, flight instructors, or airline pilots, among other aviation-related roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Skills\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Program\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to take your piloting expertise to new heights? Enroll in our comprehensive training courses or reach out to us for more details. Whether you\'re aiming for a flight instructor certification or renewing your SEP, Asya Havacılık is here to guide you every step of the way. Contact us today and soar with confidence!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Other Pilot Training','','inherit','closed','closed','','558-revision-v1','','','2025-02-18 23:35:42','2025-02-18 23:35:42','',558,'https://asyahavacilik.com/?p=1019',0,'revision','',0),
(1018,1,'2025-02-18 23:35:17','2025-02-18 23:35:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Aviation Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Expert Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık for unparalleled pilot training that propels your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1668199250612-4d027f0272b9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMTU0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"|30px|57px|30px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Asya Havacılık is dedicated to shaping the future of aviation through comprehensive pilot training programs. Our mission is to provide aspiring pilots with the skills and knowledge necessary to excel in the aviation industry. With a team of experienced instructors and state-of-the-art facilities, we are committed to delivering top-notch education and fostering a passion for flying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Pilot Training\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our comprehensive pilot training program covers all essential aspects of flying, ensuring you are fully prepared for a successful aviation career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Instructor Certification\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain the credentials to teach the next generation of pilots with our specialized flight instructor certification course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"SEP Renewal Program\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Keep your Single Engine Piston (SEP) rating current with our streamlined renewal program, designed for convenience and efficiency.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Aviation Workshops\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your skills with our advanced workshops, focusing on cutting-edge aviation techniques and technologies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"Completing my pilot training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>\n<p>- John D.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"The hands-on training and real-world scenarios at Asya Havacılık prepared me thoroughly for my career as a pilot. I couldn\'t have asked for a better learning environment.\"</p>\n<p>- Emily R.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"Asya Havacılık\'s commitment to excellence is evident in every aspect of their training program. I felt confident and ready to take on new challenges after graduating.\"</p>\n<p>- Michael S.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced Pilot Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Flight Safety Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0aW9ufGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Instrument Rating Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1738537118261-7b8199e14284?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhaXJjcmFmdCUyMGV2ZW50fGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Sign Up Today\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Pilot Career Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbHlpbmclMjBsZXNzb25zfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Reserve Your Spot\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About Pilot Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in pilot training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>To enroll in pilot training at Asya Havacılık, you must be at least 18 years old and hold a valid medical certificate. A high school diploma or equivalent is also required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete the pilot training program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>The duration of the pilot training program varies depending on the course selected. Typically, it takes between 6 to 12 months to complete the full program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What type of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our students train on a variety of aircraft, including single-engine and multi-engine planes, to ensure comprehensive skill development.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for pilot training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, Asya Havacılık offers several financial aid options and payment plans to help students manage the cost of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing the training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Graduates of Asya Havacılık can pursue careers as commercial pilots, flight instructors, or airline pilots, among other aviation-related roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Aviation Skills\" button_url=\"#\" button_text=\"Join Our Program\" _builder_version=\"4.24.3\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>Ready to take your piloting expertise to new heights? Enroll in our comprehensive training courses or reach out to us for more details. Whether you\'re aiming for a flight instructor certification or renewing your SEP, Asya Havacılık is here to guide you every step of the way. Contact us today and soar with confidence!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Other Pilot Training','','inherit','closed','closed','','558-revision-v1','','','2025-02-18 23:35:17','2025-02-18 23:35:17','',558,'https://asyahavacilik.com/?p=1018',0,'revision','',0),
(1023,1,'2025-02-18 23:45:08','2025-02-18 23:45:08','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','SEP Renewal','','inherit','closed','closed','','560-revision-v1','','','2025-02-18 23:45:08','2025-02-18 23:45:08','',560,'https://asyahavacilik.com/?p=1023',0,'revision','',0),
(1038,1,'2025-02-19 06:47:28','2025-02-19 06:47:28','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','PPL Training','','inherit','closed','closed','','562-revision-v1','','','2025-02-19 06:47:28','2025-02-19 06:47:28','',562,'https://asyahavacilik.com/?p=1038',0,'revision','',0),
(1082,1,'2025-02-19 07:22:26','2025-02-19 07:22:26','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','CPL Commercial Pilot','','inherit','closed','closed','','566-revision-v1','','','2025-02-19 07:22:26','2025-02-19 07:22:26','',566,'https://asyahavacilik.com/?p=1082',0,'revision','',0),
(1087,1,'2025-02-19 07:22:58','2025-02-19 07:22:58','','new-portrait-5-800x800-1-5-800x800','','inherit','open','closed','','new-portrait-5-800x800-1-5-800x800','','','2025-02-19 07:22:58','2025-02-19 07:22:58','',0,'https://asyahavacilik.com/new-portrait-5-800x800-1-5-800x800/',0,'attachment','image/jpeg',0),
(1075,1,'2025-02-19 07:11:13','2025-02-19 07:11:13','','','','inherit','open','closed','','1928e537','','','2025-02-19 07:11:36','2025-02-19 07:11:36','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/1928e537.jpeg',0,'attachment','image/jpeg',0),
(1088,1,'2025-02-19 07:22:58','2025-02-19 07:22:58','','new-portrait-6-800x800-1-6-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-6-800x800','','','2025-02-19 07:22:58','2025-02-19 07:22:58','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-6-800x800/',0,'attachment','image/jpeg',0),
(1090,1,'2025-02-19 07:22:59','2025-02-19 07:22:59','','new-portrait-2-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-2-800x800-1-4-800x800','','','2025-02-19 07:22:59','2025-02-19 07:22:59','',0,'https://asyahavacilik.com/new-portrait-2-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1089,1,'2025-02-19 07:22:59','2025-02-19 07:22:59','','new-portrait-4-800x800-1-5-800x800','','inherit','open','closed','','new-portrait-4-800x800-1-5-800x800','','','2025-02-19 07:22:59','2025-02-19 07:22:59','',0,'https://asyahavacilik.com/new-portrait-4-800x800-1-5-800x800/',0,'attachment','image/jpeg',0),
(1105,1,'2025-02-19 23:45:52','2025-02-19 23:45:52','[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||3vw||false|false\" bottom_divider_style=\"slant\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Commercial Pilot with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\"]<p>Embark on a journey to the skies with our comprehensive CPL training program, designed to equip you with the skills and knowledge needed to excel in the aviation industry.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1723065733832-9d7a03636c9b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMHRha2VvZmZ8ZW58MHwxfHx8MTczOTk0OTc3N3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our CPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Commercial Pilot License (CPL) training at Asya Havacılık is meticulously crafted to prepare aspiring pilots for a successful career in aviation. Recognized globally, the CPL is a crucial step for those aiming to fly professionally. Our program combines rigorous ground school instruction with hands-on flight training, ensuring that graduates are well-prepared to meet the demands of the aviation industry.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]With a focus on safety, precision, and excellence, our CPL training program is tailored to provide students with a deep understanding of aerodynamics, navigation, meteorology, and aviation regulations. Our experienced instructors are dedicated to nurturing the next generation of pilots, offering personalized guidance and support throughout your training journey.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our CPL Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Ground School\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our ground school covers essential topics such as aviation theory, meteorology, and air law, providing a solid foundation for your pilot training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Ground School\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Training\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Experience hands-on flight training with our state-of-the-art aircraft, focusing on advanced maneuvers and real-world flying scenarios.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover Flight Training\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf0f1;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with our instrument rating course, designed to teach you how to fly safely in various weather conditions.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll in Instrument Course\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing my CPL at Asya Havacılık was a transformative experience. The instructors were incredibly supportive and knowledgeable, making my journey to becoming a pilot both challenging and rewarding.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>Emily Johnson</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The training I received at Asya Havacılık was top-notch. The hands-on experience and real-world scenarios prepared me thoroughly for my aviation career.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Chen</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık provided me with the skills and confidence needed to excel in the aviation industry. The comprehensive curriculum and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Sara Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/2-scaled.jpg\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"fade\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with CPL Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\"]<p>Join our esteemed CPL training program at Asya Havacılık and take the first step towards a rewarding career in aviation. Our comprehensive curriculum is designed to equip you with the skills and knowledge needed to excel as a commercial pilot. Don\'t miss this opportunity to soar to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Contact Us\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','CPL Commercial Pilot','','inherit','closed','closed','','566-revision-v1','','','2025-02-19 23:45:52','2025-02-19 23:45:52','',566,'https://asyahavacilik.com/?p=1105',0,'revision','',0),
(1099,1,'2025-02-19 23:36:39','2025-02-19 23:36:39','[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||3vw||false|false\" bottom_divider_style=\"slant\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Commercial Pilot with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a journey to the skies with our comprehensive CPL training program, designed to equip you with the skills and knowledge needed to excel in the aviation industry.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1723065733832-9d7a03636c9b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMHRha2VvZmZ8ZW58MHwxfHx8MTczOTk0OTc3N3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our CPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Our Commercial Pilot License (CPL) training at Asya Havacılık is meticulously crafted to prepare aspiring pilots for a successful career in aviation. Recognized globally, the CPL is a crucial step for those aiming to fly professionally. Our program combines rigorous ground school instruction with hands-on flight training, ensuring that graduates are well-prepared to meet the demands of the aviation industry.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]With a focus on safety, precision, and excellence, our CPL training program is tailored to provide students with a deep understanding of aerodynamics, navigation, meteorology, and aviation regulations. Our experienced instructors are dedicated to nurturing the next generation of pilots, offering personalized guidance and support throughout your training journey.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our CPL Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Ground School\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our ground school covers essential topics such as aviation theory, meteorology, and air law, providing a solid foundation for your pilot training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Ground School\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Training\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Experience hands-on flight training with our state-of-the-art aircraft, focusing on advanced maneuvers and real-world flying scenarios.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover Flight Training\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf0f1;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with our instrument rating course, designed to teach you how to fly safely in various weather conditions.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll in Instrument Course\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing my CPL at Asya Havacılık was a transformative experience. The instructors were incredibly supportive and knowledgeable, making my journey to becoming a pilot both challenging and rewarding.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>Emily Johnson</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The training I received at Asya Havacılık was top-notch. The hands-on experience and real-world scenarios prepared me thoroughly for my aviation career.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Chen</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık provided me with the skills and confidence needed to excel in the aviation industry. The comprehensive curriculum and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Sara Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1516534775068-ba3e7458af70?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxzdHVkZW50JTIwcGlsb3QlMjBsZWFybmluZ3xlbnwwfDB8fHwxNzM5OTQ5Nzc3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Career with CPL Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Join our esteemed CPL training program at Asya Havacılık and take the first step towards a rewarding career in aviation. Our comprehensive curriculum is designed to equip you with the skills and knowledge needed to excel as a commercial pilot. Don\'t miss this opportunity to soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now or Contact Us\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','CPL Commercial Pilot','','inherit','closed','closed','','566-revision-v1','','','2025-02-19 23:36:39','2025-02-19 23:36:39','',566,'https://asyahavacilik.com/?p=1099',0,'revision','',0),
(1097,1,'2025-02-19 07:36:10','2025-02-19 07:36:10','[et_pb_section fb_built=\"1\" next_background_color=\"#ffffff\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||3vw||false|false\" bottom_divider_style=\"slant\" bottom_divider_height=\"10vw\" bottom_divider_flip=\"horizontal\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Aviation Career\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Commercial Pilot with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on a journey to the skies with our comprehensive CPL training program, designed to equip you with the skills and knowledge needed to excel in the aviation industry.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1723065733832-9d7a03636c9b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhaXJjcmFmdCUyMHRha2VvZmZ8ZW58MHwxfHx8MTczOTk0OTc3N3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our CPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our Commercial Pilot License (CPL) training at Asya Havacılık is meticulously crafted to prepare aspiring pilots for a successful career in aviation. Recognized globally, the CPL is a crucial step for those aiming to fly professionally. Our program combines rigorous ground school instruction with hands-on flight training, ensuring that graduates are well-prepared to meet the demands of the aviation industry.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]With a focus on safety, precision, and excellence, our CPL training program is tailored to provide students with a deep understanding of aerodynamics, navigation, meteorology, and aviation regulations. Our experienced instructors are dedicated to nurturing the next generation of pilots, offering personalized guidance and support throughout your training journey.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our CPL Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Ground School\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our ground school covers essential topics such as aviation theory, meteorology, and air law, providing a solid foundation for your pilot training.</p>[/et_pb_blurb][et_pb_button button_text=\"Explore Ground School\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Flight Training\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Experience hands-on flight training with our state-of-the-art aircraft, focusing on advanced maneuvers and real-world flying scenarios.</p>[/et_pb_blurb][et_pb_button button_text=\"Discover Flight Training\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf0f1;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your piloting skills with our instrument rating course, designed to teach you how to fly safely in various weather conditions.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll in Instrument Course\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Completing my CPL at Asya Havacılık was a transformative experience. The instructors were incredibly supportive and knowledgeable, making my journey to becoming a pilot both challenging and rewarding.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Emily Johnson</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The training I received at Asya Havacılık was top-notch. The hands-on experience and real-world scenarios prepared me thoroughly for my aviation career.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Michael Chen</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Asya Havacılık provided me with the skills and confidence needed to excel in the aviation industry. The comprehensive curriculum and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Sara Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1516534775068-ba3e7458af70?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxzdHVkZW50JTIwcGlsb3QlMjBsZWFybmluZ3xlbnwwfDB8fHwxNzM5OTQ5Nzc3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Career with CPL Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" theme_builder_area=\"post_content\"]<p>Join our esteemed CPL training program at Asya Havacılık and take the first step towards a rewarding career in aviation. Our comprehensive curriculum is designed to equip you with the skills and knowledge needed to excel as a commercial pilot. Don\'t miss this opportunity to soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now or Contact Us\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','CPL Commercial Pilot','','inherit','closed','closed','','566-revision-v1','','','2025-02-19 07:36:10','2025-02-19 07:36:10','',566,'https://asyahavacilik.com/?p=1097',0,'revision','',0),
(1078,1,'2025-02-19 07:16:23','2025-02-19 07:16:23','[et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/uploads/1413222992504f1b734a6/1928e537?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxjb250YWN0JTIwYXZpYXRpb24lMjBleHBlcnRzfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"5vw||5vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" animation_style=\"fade\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Skills with Night VFR Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Join our Modular Pilotage Night VFR program at Asya Havacılık and take your aviation skills to new heights. Whether you\'re looking to enhance your night flying capabilities or need more information, our expert team is here to assist you. Contact us today and embark on your journey to becoming a proficient night pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','phone','','publish','closed','closed','','phone','','','2025-02-19 07:16:23','2025-02-19 07:16:23','',0,'https://asyahavacilik.com/et_pb_layout/phone/',0,'et_pb_layout','',0);
INSERT INTO `wp_posts` VALUES
(1253,1,'2025-02-22 04:27:17','2025-02-22 04:27:17','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_color_gradient_overlays_image=\"off\" background_image=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_enable_pattern_style=\"on\" background_pattern_style=\"diagonal-stripes-2\" background_pattern_blend_mode=\"soft-light\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Flight Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Flight Instructor\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Join Asya Havacılık and transform your passion for flying into a rewarding career. Our expert-led programs are designed to equip you with the skills and knowledge needed to guide the next generation of pilots.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Asya Havacılık has been a leader in aircraft pilot training, dedicated to excellence in aviation education. Our mission is to provide comprehensive training programs that foster safety, proficiency, and professionalism in the skies. With a team of experienced instructors and state-of-the-art facilities, we are committed to shaping the future of aviation by empowering aspiring pilots with the skills they need to succeed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1722297038050-44d60382550a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwyfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Flight Instructor Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_blurb title=\"Certified Flight Instructor Program\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\"]<p>Our Certified Flight Instructor Program offers in-depth training to prepare you for a career in aviation instruction. Gain the expertise to teach aspiring pilots with confidence and precision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_blurb title=\"Instrument Instructor Course\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" custom_margin=\"||50px|||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\"]<p>Enhance your teaching capabilities with our Instrument Instructor Course, designed to equip you with the skills to instruct pilots in instrument flight rules and procedures.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_blurb title=\"Multi-Engine Instructor Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" custom_margin=\"||76px|||\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\"]<p>Specialize in multi-engine aircraft instruction with our comprehensive training program, ensuring you can guide students through complex flight operations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||60px||false|false\" custom_padding=\"60px|201px|60px|201px|true|true\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22%93}\" box_shadow_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Training at Asya Havacılık was a transformative experience. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Ali Can</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_padding=\"60px|190px|60px|190px|true|true\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The hands-on approach and real-world scenarios prepared me thoroughly for my pilot\'s license. Highly recommend!\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Fatma Öz</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Private Pilot License (PPL) Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||86px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain the foundational skills needed to fly as a private pilot with our comprehensive PPL course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/ppl-training/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Instrument Rating Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||81px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Enhance your flying capabilities with our in-depth instrument rating training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/ir-instrument-flight/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Commercial Pilot License (CPL) Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/GettyImages-477218066-56ae948b5f9b58b7d011262e-scaled.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Take your aviation career to the next level with our CPL course, designed for aspiring commercial pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/cpl-commercial-pilot/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Instructor Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn to teach the next generation of pilots with our specialized flight instructor course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Multi-Engine Rating Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/dataset-card.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Expand your skills with our multi-engine rating course, perfect for advanced pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/multi-motor-training/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Night Rating Course\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the art of night flying with our comprehensive night rating course.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/night-vfr/\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Flight Skills Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"87px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p style=\"text-align: left;\">Ready to take your aviation skills to new heights? Enroll in our comprehensive flight instructor course at Asya Havacılık. Contact us now to learn more about our expert-led training programs and start your journey towards becoming a certified flight instructor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Course\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"74px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Flight Instructor','','inherit','closed','closed','','559-revision-v1','','','2025-02-22 04:27:17','2025-02-22 04:27:17','',559,'https://asyahavacilik.com/?p=1253',0,'revision','',0),
(1022,1,'2025-02-18 23:44:39','2025-02-18 23:44:39','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" background_color_gradient_overlays_image=\"off\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" animation_style=\"fade\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" background_enable_pattern_style=\"on\" background_pattern_style=\"diagonal-stripes-2\" background_pattern_blend_mode=\"soft-light\" sticky_enabled=\"0\"][et_pb_heading title=\"Elevate Your Flight Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Become a Certified Flight Instructor\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık and transform your passion for flying into a rewarding career. Our expert-led programs are designed to equip you with the skills and knowledge needed to guide the next generation of pilots.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Asya Havacılık has been a leader in aircraft pilot training, dedicated to excellence in aviation education. Our mission is to provide comprehensive training programs that foster safety, proficiency, and professionalism in the skies. With a team of experienced instructors and state-of-the-art facilities, we are committed to shaping the future of aviation by empowering aspiring pilots with the skills they need to succeed.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1722297038050-44d60382550a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwyfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our Flight Instructor Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Certified Flight Instructor Program\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Our Certified Flight Instructor Program offers in-depth training to prepare you for a career in aviation instruction. Gain the expertise to teach aspiring pilots with confidence and precision.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Instructor Course\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||50px|||\" sticky_enabled=\"0\"]<p>Enhance your teaching capabilities with our Instrument Instructor Course, designed to equip you with the skills to instruct pilots in instrument flight rules and procedures.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"60311d87-f064-4720-8ab4-13c11455a3a3\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#0077b6\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Multi-Engine Instructor Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||76px|||\" sticky_enabled=\"0\"]<p>Specialize in multi-engine aircraft instruction with our comprehensive training program, ensuring you can guide students through complex flight operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" custom_margin=\"||60px||false|false\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22,%22button_text_color%22%93}\" box_shadow_color__hover_enabled=\"off|hover\" theme_builder_area=\"post_content\" custom_padding=\"60px|201px|60px|201px|true|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Training at Asya Havacılık was a transformative experience. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Ali Can</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,3_4\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" custom_padding=\"60px|190px|60px|190px|true|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"3_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The hands-on approach and real-world scenarios prepared me thoroughly for my pilot\'s license. Highly recommend!\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Fatma Öz</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Private Pilot License (PPL) Course\" image=\"https://images.unsplash.com/photo-1509062522246-3755977927d7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMGNsYXNzcm9vbSUyMHNldHVwfGVufDB8MHx8fDE3Mzk5MjE3OTZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||86px|||\"]<p>Gain the foundational skills needed to fly as a private pilot with our comprehensive PPL course.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Rating Course\" image=\"https://images.unsplash.com/photo-1540206235220-7590996b7a5a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMTIzM3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||81px|||\"]<p>Enhance your flying capabilities with our in-depth instrument rating training.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Commercial Pilot License (CPL) Course\" image=\"https://images.unsplash.com/photo-1515187029135-18ee286d815b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhdmlhdGlvbiUyMGNsYXNzcm9vbSUyMHNldHVwfGVufDB8MHx8fDE3Mzk5MjE3OTZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Take your aviation career to the next level with our CPL course, designed for aspiring commercial pilots.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Instructor Course\" image=\"https://images.unsplash.com/photo-1495995424756-6a5a3f9e7543?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxzdHVkZW50JTIwcGlsb3QlMjBzdHVkeWluZ3xlbnwwfDB8fHwxNzM5OTIxNzk2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to teach the next generation of pilots with our specialized flight instructor course.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Multi-Engine Rating Course\" image=\"https://images.unsplash.com/photo-1526232761682-d26e03ac148e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Expand your skills with our multi-engine rating course, perfect for advanced pilots.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Night Rating Course\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxpbnN0cnVjdG9yJTIwdGVhY2hpbmclMjBmbGlnaHR8ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the art of night flying with our comprehensive night rating course.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Flight Skills Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: left;\">Ready to take your aviation skills to new heights? Enroll in our comprehensive flight instructor course at Asya Havacılık. Contact us now to learn more about our expert-led training programs and start your journey towards becoming a certified flight instructor.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Join Our Course\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Flight Instructor','','inherit','closed','closed','','559-revision-v1','','','2025-02-18 23:44:39','2025-02-18 23:44:39','',559,'https://asyahavacilik.com/?p=1022',0,'revision','',0),
(1026,1,'2025-02-18 23:49:04','2025-02-18 23:49:04','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Modular Pilotage','','inherit','closed','closed','','561-revision-v1','','','2025-02-18 23:49:04','2025-02-18 23:49:04','',561,'https://asyahavacilik.com/?p=1026',0,'revision','',0),
(1030,1,'2025-02-18 23:49:48','2025-02-18 23:49:48','','new-portrait-11-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-3-800x800','','','2025-02-18 23:49:48','2025-02-18 23:49:48','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1031,1,'2025-02-18 23:49:48','2025-02-18 23:49:48','','new-portrait-9-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-9-800x800-1-2-800x800','','','2025-02-18 23:49:48','2025-02-18 23:49:48','',0,'https://asyahavacilik.com/new-portrait-9-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(1032,1,'2025-02-18 23:49:48','2025-02-18 23:49:48','','new-portrait-10-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-10-800x800-1-2-800x800','','','2025-02-18 23:49:48','2025-02-18 23:49:48','',0,'https://asyahavacilik.com/new-portrait-10-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(1258,1,'2025-02-22 04:38:31','2025-02-22 04:38:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"arch\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Flying Experience\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Art of Aircraft SEP Renewal\" _builder_version=\"4.27.4\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join us at Asya Havacılık to ensure your skills and certifications are up-to-date, enhancing safety and proficiency in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/2560x1600_1120093_www.ArtFile.ru_.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"97px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Aircraft SEP Renewal Matters\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Aircraft SEP Renewal is crucial for maintaining pilot competency and ensuring adherence to aviation safety standards. At Asya Havacılık, we emphasize the importance of continuous training and certification to keep pilots prepared for any situation. Our comprehensive renewal programs are designed to refresh and enhance your flying skills, ensuring you remain confident and capable in the cockpit. By staying current with SEP renewals, pilots not only comply with regulatory requirements but also contribute to safer skies for everyone.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover Our Mission\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our SEP Renewal Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Training Programs\" use_icon=\"on\" font_icon=\"&#xf481;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training programs cover all essential aspects of SEP renewal, including emergency procedures, flight maneuvers, and updated regulatory knowledge.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Certification Processes\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>We offer streamlined certification processes to ensure you meet all necessary requirements efficiently and effectively.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Personalized Coaching\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Receive one-on-one coaching from experienced instructors to address specific areas of improvement and boost your confidence.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Advanced Simulation Sessions\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Utilize our state-of-the-art simulators to practice and perfect your skills in a controlled, realistic environment.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>Completing my Aircraft SEP Renewal with Asya Havacılık was a seamless experience. The instructors were knowledgeable and supportive throughout the process.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>Asya Havacılık made the renewal process straightforward and stress-free. I highly recommend their services to any pilot.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"45px||||false|false\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>The team at Asya Havacılık provided exceptional guidance and support during my SEP Renewal. I felt confident and well-prepared.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"45px||||false|false\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About SEP Renewal\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Our Aircraft SEP Renewal program is designed to ensure pilots meet the necessary standards and maintain their flying privileges.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"What is the SEP Renewal process?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The SEP Renewal process involves a series of assessments and training sessions to ensure pilots meet the required standards for safe flying.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"How long does the renewal take?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The renewal process typically takes a few days, depending on the pilot\'s schedule and availability of training slots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"What documents are required for renewal?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Pilots need to provide their current license, medical certificate, and logbook for the renewal process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"Can I renew my SEP online?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>While initial inquiries and some theoretical components can be handled online, practical assessments must be conducted in person.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What happens if my SEP expires?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>If your SEP expires, you will need to undergo a proficiency check with an examiner before you can resume flying.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for SEP Renewal?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Pilots must have a valid medical certificate and meet the minimum flying hours requirement to be eligible for renewal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"How can I schedule my renewal?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>You can schedule your renewal by contacting our office directly or through our online booking system.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the cost of SEP Renewal?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>The cost varies depending on the specific requirements of each pilot. Please contact us for a detailed quote.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer refresher courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we offer refresher courses to help pilots prepare for their SEP Renewal assessments.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione.webp\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ready to Renew Your SEP?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join the ranks of satisfied pilots who have successfully renewed their SEP with Asya Havacılık. Sign up today or reach out for more information!</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Get Started Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','SEP Renewal','','inherit','closed','closed','','560-revision-v1','','','2025-02-22 04:38:31','2025-02-22 04:38:31','',560,'https://asyahavacilik.com/?p=1258',0,'revision','',0),
(1025,1,'2025-02-18 23:48:47','2025-02-18 23:48:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"arch\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Flying Experience\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Master the Art of Aircraft SEP Renewal\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join us at Asya Havacılık to ensure your skills and certifications are up-to-date, enhancing safety and proficiency in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1655115006377-6793f75be53c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDJ8fHwxNzM5OTIyMzU4fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1533757114113-3e1d3e9d766c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHx0cmFpbmluZyUyMGFpcmNyYWZ0JTIwaW50ZXJpb3J8ZW58MHwyfHx8MTczOTkyMjM1OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Why Aircraft SEP Renewal Matters\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Aircraft SEP Renewal is crucial for maintaining pilot competency and ensuring adherence to aviation safety standards. At Asya Havacılık, we emphasize the importance of continuous training and certification to keep pilots prepared for any situation. Our comprehensive renewal programs are designed to refresh and enhance your flying skills, ensuring you remain confident and capable in the cockpit. By staying current with SEP renewals, pilots not only comply with regulatory requirements but also contribute to safer skies for everyone.[/et_pb_text][et_pb_button button_text=\"Discover Our Mission\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our SEP Renewal Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Training Programs\" use_icon=\"on\" font_icon=\"&#xf481;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our training programs cover all essential aspects of SEP renewal, including emergency procedures, flight maneuvers, and updated regulatory knowledge.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Certification Processes\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>We offer streamlined certification processes to ensure you meet all necessary requirements efficiently and effectively.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Personalized Coaching\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Receive one-on-one coaching from experienced instructors to address specific areas of improvement and boost your confidence.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Simulation Sessions\" use_icon=\"on\" font_icon=\"&#xf533;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"arch\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Utilize our state-of-the-art simulators to practice and perfect your skills in a controlled, realistic environment.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Clients Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Completing my Aircraft SEP Renewal with Asya Havacılık was a seamless experience. The instructors were knowledgeable and supportive throughout the process.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Asya Havacılık made the renewal process straightforward and stress-free. I highly recommend their services to any pilot.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>The team at Asya Havacılık provided exceptional guidance and support during my SEP Renewal. I felt confident and well-prepared.</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About SEP Renewal\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our Aircraft SEP Renewal program is designed to ensure pilots meet the necessary standards and maintain their flying privileges.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What is the SEP Renewal process?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The SEP Renewal process involves a series of assessments and training sessions to ensure pilots meet the required standards for safe flying.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"How long does the renewal take?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The renewal process typically takes a few days, depending on the pilot\'s schedule and availability of training slots.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What documents are required for renewal?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Pilots need to provide their current license, medical certificate, and logbook for the renewal process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"Can I renew my SEP online?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>While initial inquiries and some theoretical components can be handled online, practical assessments must be conducted in person.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What happens if my SEP expires?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>If your SEP expires, you will need to undergo a proficiency check with an examiner before you can resume flying.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any prerequisites for SEP Renewal?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Pilots must have a valid medical certificate and meet the minimum flying hours requirement to be eligible for renewal.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"How can I schedule my renewal?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>You can schedule your renewal by contacting our office directly or through our online booking system.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the cost of SEP Renewal?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>The cost varies depending on the specific requirements of each pilot. Please contact us for a detailed quote.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you offer refresher courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, we offer refresher courses to help pilots prepare for their SEP Renewal assessments.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1503379286978-8f8266aa0d56?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMHNpZ25pbmclMjBkb2N1bWVudHN8ZW58MHwwfHx8MTczOTkyMjM1OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Ready to Renew Your SEP?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join the ranks of satisfied pilots who have successfully renewed their SEP with Asya Havacılık. Sign up today or reach out for more information!</p>[/et_pb_text][et_pb_button button_text=\"Get Started Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','SEP Renewal','','inherit','closed','closed','','560-revision-v1','','','2025-02-18 23:48:47','2025-02-18 23:48:47','',560,'https://asyahavacilik.com/?p=1025',0,'revision','',0),
(1045,1,'2025-02-19 06:53:26','2025-02-19 06:53:26','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','ATPL Theory','','inherit','closed','closed','','563-revision-v1','','','2025-02-19 06:53:26','2025-02-19 06:53:26','',563,'https://asyahavacilik.com/?p=1045',0,'revision','',0),
(1065,1,'2025-02-19 07:01:54','2025-02-19 07:01:54','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Night VFR','','inherit','closed','closed','','565-revision-v1','','','2025-02-19 07:01:54','2025-02-19 07:01:54','',565,'https://asyahavacilik.com/?p=1065',0,'revision','',0),
(1070,1,'2025-02-19 07:02:50','2025-02-19 07:02:50','','new-portrait-10-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-10-800x800-1-4-800x800','','','2025-02-19 07:02:50','2025-02-19 07:02:50','',0,'https://asyahavacilik.com/new-portrait-10-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1069,1,'2025-02-19 07:02:50','2025-02-19 07:02:50','','new-portrait-9-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-9-800x800-1-4-800x800','','','2025-02-19 07:02:50','2025-02-19 07:02:50','',0,'https://asyahavacilik.com/new-portrait-9-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1071,1,'2025-02-19 07:02:51','2025-02-19 07:02:51','','new-portrait-11-800x800-1-5-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-5-800x800','','','2025-02-19 07:02:51','2025-02-19 07:02:51','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-5-800x800/',0,'attachment','image/jpeg',0),
(1042,1,'2025-02-19 06:48:44','2025-02-19 06:48:44','','new-portrait-6-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-4-800x800','','','2025-02-19 06:48:44','2025-02-19 06:48:44','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1043,1,'2025-02-19 06:48:44','2025-02-19 06:48:44','','new-portrait-1-800x800-1-2-800x800','','inherit','open','closed','','new-portrait-1-800x800-1-2-800x800','','','2025-02-19 06:48:44','2025-02-19 06:48:44','',0,'https://asyahavacilik.com/new-portrait-1-800x800-1-2-800x800/',0,'attachment','image/jpeg',0),
(1205,1,'2025-02-21 00:24:33','2025-02-21 00:24:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"chevrons\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Pilot Training Experience\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for comprehensive pilot training programs designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/file-20180604-175442-stgsps.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"21px|||||\" custom_padding=\"|0px||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Pilot Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Update_113012_1785.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Private Pilot License (PPL) Training\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Embark on your aviation journey with our foundational PPL course, tailored for aspiring pilots seeking to fly recreationally or professionally.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/ppl-training\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Airline Transport Pilot License (ATPL) Theory\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" custom_margin=\"||17px||false|false\"]<p>Advance your career with our ATPL theory course, providing the essential knowledge required for airline transport pilots.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/atpl-theory/\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Commercial Pilot License (CPL) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Enhance your flying skills and prepare for a professional pilot career with our comprehensive CPL training program.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/cpl-commercial-pilot/\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||28px|||\"][/et_pb_image][et_pb_heading title=\"Instrument Rating (IR) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain proficiency in instrument flight rules with our IR training, essential for navigating complex weather conditions.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/ir-instrument-flight/\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals dedicated to providing top-notch training and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train in our modern facilities equipped with the latest technology to enhance your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training programs offer flexible scheduling options to accommodate your personal and professional commitments.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Benefit from a well-rounded curriculum that covers all aspects of pilot training, ensuring you are fully prepared for your career.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety First Approach\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Prioritize safety with our rigorous training protocols and procedures, ensuring a secure learning environment.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Support\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Receive ongoing career support and guidance to help you achieve your aviation goals and aspirations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Networking Opportunities\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Connect with industry professionals and fellow trainees to build valuable relationships within the aviation community.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your practical skills with our cutting-edge flight simulators, offering realistic training scenarios.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing the PPL Training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive, guiding me every step of the way.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Carter\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||28px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The ATPL Theory course was challenging but rewarding. The comprehensive curriculum and expert guidance prepared me thoroughly for my aviation career.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Lee\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||27px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Thanks to the Night VFR training, I now feel confident flying in various conditions. Asya Havacılık\'s hands-on approach made all the difference.\"</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Sessions\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"PPL Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"32px|||||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"ATPL Theory Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/be446725423060659a361e67802d6ee0.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||21px|||\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Night VFR Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"CPL Commercial Pilot Open Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aviation-students-1-edited.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||79px|||\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover answers to the most frequently asked questions about our pilot training courses and enrollment process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What are the prerequisites for enrolling in the PPL Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]To enroll in the PPL Training, you must be at least 17 years old and possess a valid medical certificate. No prior flying experience is required.[/et_pb_text][et_pb_heading title=\"How long does it take to complete the ATPL Theory course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]The ATPL Theory course typically takes 6 to 12 months to complete, depending on your study pace and availability.[/et_pb_text][et_pb_heading title=\"Is financial aid available for the CPL Commercial Pilot program?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students for the CPL Commercial Pilot program.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What is included in the Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]The Multi-Motor Training includes comprehensive ground school lessons and practical flight training on multi-engine aircraft.[/et_pb_text][et_pb_heading title=\"Can I transfer credits from other aviation schools?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]We accept transfer credits from accredited aviation schools, subject to evaluation by our admissions team.[/et_pb_text][et_pb_heading title=\"How do I apply for the IR Instrument Flight course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]To apply for the IR Instrument Flight course, complete the online application form on our website and submit the required documents.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_color=\"#03045e\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to elevate your aviation skills? Sign up for our comprehensive training programs or schedule a consultation with our expert instructors today. Join Asya Havacılık and soar to new heights!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Modular Pilotage','','inherit','closed','closed','','561-revision-v1','','','2025-02-21 00:24:33','2025-02-21 00:24:33','',561,'https://asyahavacilik.com/?p=1205',0,'revision','',0),
(1195,1,'2025-02-20 14:36:47','2025-02-20 14:36:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"chevrons\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Pilot Training Experience\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for comprehensive pilot training programs designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/file-20180604-175442-stgsps.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"|0px||||\" custom_margin=\"21px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Pilot Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Update_113012_1785.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Private Pilot License (PPL) Training\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Embark on your aviation journey with our foundational PPL course, tailored for aspiring pilots seeking to fly recreationally or professionally.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Airline Transport Pilot License (ATPL) Theory\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Advance your career with our ATPL theory course, providing the essential knowledge required for airline transport pilots.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Commercial Pilot License (CPL) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Enhance your flying skills and prepare for a professional pilot career with our comprehensive CPL training program.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1607969892714-797a3d4c266a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YXZpYXRpb24lMjB3b3Jrc2hvcHxlbnwwfDB8fHwxNzM5OTIxNTQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Instrument Rating (IR) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain proficiency in instrument flight rules with our IR training, essential for navigating complex weather conditions.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals dedicated to providing top-notch training and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train in our modern facilities equipped with the latest technology to enhance your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training programs offer flexible scheduling options to accommodate your personal and professional commitments.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Benefit from a well-rounded curriculum that covers all aspects of pilot training, ensuring you are fully prepared for your career.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety First Approach\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Prioritize safety with our rigorous training protocols and procedures, ensuring a secure learning environment.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Support\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Receive ongoing career support and guidance to help you achieve your aviation goals and aspirations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Networking Opportunities\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Connect with industry professionals and fellow trainees to build valuable relationships within the aviation community.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your practical skills with our cutting-edge flight simulators, offering realistic training scenarios.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing the PPL Training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive, guiding me every step of the way.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Carter\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||28px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The ATPL Theory course was challenging but rewarding. The comprehensive curriculum and expert guidance prepared me thoroughly for my aviation career.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Lee\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||27px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Thanks to the Night VFR training, I now feel confident flying in various conditions. Asya Havacılık\'s hands-on approach made all the difference.\"</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Sessions\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"PPL Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1510531704581-5b2870972060?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"ATPL Theory Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1507537362848-9c7e70b7b5c1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxjb25zdWx0YXRpb24lMjBtZWV0aW5nfGVufDB8MHx8fDE3Mzk4ODY2NzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Night VFR Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"CPL Commercial Pilot Open Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover answers to the most frequently asked questions about our pilot training courses and enrollment process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What are the prerequisites for enrolling in the PPL Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]To enroll in the PPL Training, you must be at least 17 years old and possess a valid medical certificate. No prior flying experience is required.[/et_pb_text][et_pb_heading title=\"How long does it take to complete the ATPL Theory course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]The ATPL Theory course typically takes 6 to 12 months to complete, depending on your study pace and availability.[/et_pb_text][et_pb_heading title=\"Is financial aid available for the CPL Commercial Pilot program?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students for the CPL Commercial Pilot program.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What is included in the Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]The Multi-Motor Training includes comprehensive ground school lessons and practical flight training on multi-engine aircraft.[/et_pb_text][et_pb_heading title=\"Can I transfer credits from other aviation schools?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]We accept transfer credits from accredited aviation schools, subject to evaluation by our admissions team.[/et_pb_text][et_pb_heading title=\"How do I apply for the IR Instrument Flight course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]To apply for the IR Instrument Flight course, complete the online application form on our website and submit the required documents.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_color=\"#03045e\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1516481265257-97e5f4bc50d5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMHRyYWluaW5nJTIwZXZlbnR8ZW58MHwwfHx8MTczOTkyMjY3Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Ready to elevate your aviation skills? Sign up for our comprehensive training programs or schedule a consultation with our expert instructors today. Join Asya Havacılık and soar to new heights!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Modular Pilotage','','inherit','closed','closed','','561-revision-v1','','','2025-02-20 14:36:47','2025-02-20 14:36:47','',561,'https://asyahavacilik.com/?p=1195',0,'revision','',0),
(1037,1,'2025-02-19 06:47:11','2025-02-19 06:47:11','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"chevrons\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Pilot Training Experience\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for comprehensive pilot training programs designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1732649528730-d09090233573?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDJ8fHwxNzM5OTIyMzU4fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Pilot Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1519074031893-210d39bd3885?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHx0cmFpbmluZyUyMGFpcmNyYWZ0fGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Private Pilot License (PPL) Training\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Embark on your aviation journey with our foundational PPL course, tailored for aspiring pilots seeking to fly recreationally or professionally.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Airline Transport Pilot License (ATPL) Theory\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Advance your career with our ATPL theory course, providing the essential knowledge required for airline transport pilots.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Commercial Pilot License (CPL) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Enhance your flying skills and prepare for a professional pilot career with our comprehensive CPL training program.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1607969892714-797a3d4c266a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YXZpYXRpb24lMjB3b3Jrc2hvcHxlbnwwfDB8fHwxNzM5OTIxNTQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Instrument Rating (IR) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Gain proficiency in instrument flight rules with our IR training, essential for navigating complex weather conditions.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals dedicated to providing top-notch training and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train in our modern facilities equipped with the latest technology to enhance your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training programs offer flexible scheduling options to accommodate your personal and professional commitments.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Benefit from a well-rounded curriculum that covers all aspects of pilot training, ensuring you are fully prepared for your career.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety First Approach\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Prioritize safety with our rigorous training protocols and procedures, ensuring a secure learning environment.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Support\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Receive ongoing career support and guidance to help you achieve your aviation goals and aspirations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Networking Opportunities\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Connect with industry professionals and fellow trainees to build valuable relationships within the aviation community.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your practical skills with our cutting-edge flight simulators, offering realistic training scenarios.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>\"Completing the PPL Training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive, guiding me every step of the way.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emily Carter\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||28px|||\"]<p>\"The ATPL Theory course was challenging but rewarding. The comprehensive curriculum and expert guidance prepared me thoroughly for my aviation career.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_blurb title=\"Michael Lee\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||27px|||\"]<p>\"Thanks to the Night VFR training, I now feel confident flying in various conditions. Asya Havacılık\'s hands-on approach made all the difference.\"</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Sessions\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"PPL Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1510531704581-5b2870972060?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"ATPL Theory Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1507537362848-9c7e70b7b5c1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxjb25zdWx0YXRpb24lMjBtZWV0aW5nfGVufDB8MHx8fDE3Mzk4ODY2NzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Night VFR Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_text=\"Sign Up\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"CPL Commercial Pilot Open Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover answers to the most frequently asked questions about our pilot training courses and enrollment process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What are the prerequisites for enrolling in the PPL Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]To enroll in the PPL Training, you must be at least 17 years old and possess a valid medical certificate. No prior flying experience is required.[/et_pb_text][et_pb_heading title=\"How long does it take to complete the ATPL Theory course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]The ATPL Theory course typically takes 6 to 12 months to complete, depending on your study pace and availability.[/et_pb_text][et_pb_heading title=\"Is financial aid available for the CPL Commercial Pilot program?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students for the CPL Commercial Pilot program.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What is included in the Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]The Multi-Motor Training includes comprehensive ground school lessons and practical flight training on multi-engine aircraft.[/et_pb_text][et_pb_heading title=\"Can I transfer credits from other aviation schools?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]We accept transfer credits from accredited aviation schools, subject to evaluation by our admissions team.[/et_pb_text][et_pb_heading title=\"How do I apply for the IR Instrument Flight course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]To apply for the IR Instrument Flight course, complete the online application form on our website and submit the required documents.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_color=\"#03045e\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1516481265257-97e5f4bc50d5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMHRyYWluaW5nJTIwZXZlbnR8ZW58MHwwfHx8MTczOTkyMjY3Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to elevate your aviation skills? Sign up for our comprehensive training programs or schedule a consultation with our expert instructors today. Join Asya Havacılık and soar to new heights!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Modular Pilotage','','inherit','closed','closed','','561-revision-v1','','','2025-02-19 06:47:11','2025-02-19 06:47:11','',561,'https://asyahavacilik.com/?p=1037',0,'revision','',0),
(1035,1,'2025-02-19 00:38:59','2025-02-19 00:38:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"chevrons\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Pilot Training Experience\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join Asya Havacılık for comprehensive pilot training programs designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_button button_text=\"Explore Programs\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1732649528730-d09090233573?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDJ8fHwxNzM5OTIyMzU4fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive Pilot Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1519074031893-210d39bd3885?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHx0cmFpbmluZyUyMGFpcmNyYWZ0fGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Private Pilot License (PPL) Training\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Embark on your aviation journey with our foundational PPL course, tailored for aspiring pilots seeking to fly recreationally or professionally.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1437846972679-9e6e537be46e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBpbnN0cnVjdG9yfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Airline Transport Pilot License (ATPL) Theory\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Advance your career with our ATPL theory course, providing the essential knowledge required for airline transport pilots.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Commercial Pilot License (CPL) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your flying skills and prepare for a professional pilot career with our comprehensive CPL training program.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1607969892714-797a3d4c266a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8YXZpYXRpb24lMjB3b3Jrc2hvcHxlbnwwfDB8fHwxNzM5OTIxNTQxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Instrument Rating (IR) Training\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain proficiency in instrument flight rules with our IR training, essential for navigating complex weather conditions.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Why Choose Asya Havacılık?\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Key Features of Our Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals dedicated to providing top-notch training and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train in our modern facilities equipped with the latest technology to enhance your learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our training programs offer flexible scheduling options to accommodate your personal and professional commitments.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Benefit from a well-rounded curriculum that covers all aspects of pilot training, ensuring you are fully prepared for your career.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Safety First Approach\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Prioritize safety with our rigorous training protocols and procedures, ensuring a secure learning environment.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Career Support\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Receive ongoing career support and guidance to help you achieve your aviation goals and aspirations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Networking Opportunities\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Connect with industry professionals and fellow trainees to build valuable relationships within the aviation community.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Flight Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your practical skills with our cutting-edge flight simulators, offering realistic training scenarios.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10e;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_icon\" _builder_version=\"4.24.2\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Alex Johnson\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"Completing the PPL Training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive, guiding me every step of the way.\"[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emily Carter\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>\"The ATPL Theory course was challenging but rewarding. The comprehensive curriculum and expert guidance prepared me thoroughly for my aviation career.\"</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Michael Lee\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-12-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"Thanks to the Night VFR training, I now feel confident flying in various conditions. Asya Havacılık\'s hands-on approach made all the difference.\"[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming Training Sessions\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"PPL Training Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>November 15, 2023</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1510531704581-5b2870972060?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Register Now\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"ATPL Theory Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>December 5, 2023</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1507537362848-9c7e70b7b5c1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxjb25zdWx0YXRpb24lMjBtZWV0aW5nfGVufDB8MHx8fDE3Mzk4ODY2NzN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Join Us\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Night VFR Information Session\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>January 10, 2024</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1520861109536-ef0abe6242f5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlfGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Sign Up\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"CPL Commercial Pilot Open Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans||||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>February 20, 2024</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>FREE</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About Our Programs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Discover answers to the most frequently asked questions about our pilot training courses and enrollment process.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What are the prerequisites for enrolling in the PPL Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]To enroll in the PPL Training, you must be at least 17 years old and possess a valid medical certificate. No prior flying experience is required.[/et_pb_text][et_pb_heading title=\"How long does it take to complete the ATPL Theory course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]The ATPL Theory course typically takes 6 to 12 months to complete, depending on your study pace and availability.[/et_pb_text][et_pb_heading title=\"Is financial aid available for the CPL Commercial Pilot program?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students for the CPL Commercial Pilot program.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What is included in the Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]The Multi-Motor Training includes comprehensive ground school lessons and practical flight training on multi-engine aircraft.[/et_pb_text][et_pb_heading title=\"Can I transfer credits from other aviation schools?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]We accept transfer credits from accredited aviation schools, subject to evaluation by our admissions team.[/et_pb_text][et_pb_heading title=\"How do I apply for the IR Instrument Flight course?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]To apply for the IR Instrument Flight course, complete the online application form on our website and submit the required documents.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Get in Touch with Us\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_5,3_5\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_5\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" form_field_text_color=\"rgba(0,0,0,0.64)\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" captcha_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" form_field_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" fullwidth_field=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" fullwidth_field=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" theme_builder_area=\"post_content\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_map address=\"123 Aviation Lane, San Francisco, CA, USA\" address_lat=\"37.7749295\" address_lng=\"-122.4194155\" mouse_wheel=\"off\" _builder_version=\"4.24.3\" _module_preset=\"cd8f1724-2b5a-40d1-9046-79407aad530a\" filter_saturate=\"0%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_map_pin pin_address=\"San Francisco, CA, USA\" pin_address_lat=\"37.7749295\" pin_address_lng=\"-122.4194155\" _builder_version=\"4.23\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_map_pin][/et_pb_map][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Take the Next Step in Your Aviation Career\" button_url=\"#\" button_text=\"Enroll Now\" _builder_version=\"4.24.3\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_color=\"#03045e\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1516481265257-97e5f4bc50d5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMHRyYWluaW5nJTIwZXZlbnR8ZW58MHwwfHx8MTczOTkyMjY3Mnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"5vw|60px|5vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>Ready to elevate your aviation skills? Sign up for our comprehensive training programs or schedule a consultation with our expert instructors today. Join Asya Havacılık and soar to new heights!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Modular Pilotage','','inherit','closed','closed','','561-revision-v1','','','2025-02-19 00:38:59','2025-02-19 00:38:59','',561,'https://asyahavacilik.com/?p=1035',0,'revision','',0),
(1212,1,'2025-02-21 00:33:16','2025-02-21 00:33:16','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Comprehensive PPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on your journey to becoming a certified pilot with our expertly designed Private Pilot License (PPL) training course, tailored to equip you with the skills and knowledge needed for safe and efficient flight operations.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Training\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our PPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" custom_margin=\"136px||||false|false\"]Our Private Pilot License (PPL) training program at Asya Havacılık is meticulously crafted to provide aspiring pilots with a robust foundation in aviation. This program is pivotal for those aiming to pursue a career in aviation, offering comprehensive training that covers both theoretical knowledge and practical flying skills. With a focus on safety, precision, and excellence, our program ensures that graduates are well-prepared to navigate the skies with confidence. Join us to explore the world of aviation and take the first step towards your pilot career.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/be446725423060659a361e67802d6ee0.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our PPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>Our curriculum covers all essential aspects of pilot training, including aerodynamics, navigation, meteorology, and aircraft systems, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_blurb title=\"Flexible Training Duration\" use_icon=\"on\" font_icon=\"&#xf64a;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>We offer flexible training schedules to accommodate your needs, allowing you to progress at your own pace while maintaining the highest standards of learning.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>Learn from seasoned pilots with extensive industry experience, providing you with invaluable insights and mentorship throughout your training journey.</p>[/et_pb_blurb][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0C71C3\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\"]<p>Train in our modern facilities equipped with the latest technology and flight simulators, designed to enhance your learning experience and prepare you for real-world flying.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The PPL training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I achieved my dream of becoming a pilot. The training was thorough and engaging, making complex concepts easy to understand.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık for anyone looking to pursue a career in aviation. The hands-on training and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Brown\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Introduction to Aviation\" image=\"https://images.unsplash.com/photo-1587893904903-52bdb6ad0c0c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Gain a foundational understanding of aviation principles, perfect for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"||67px|||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation and Flight Planning\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/G1000-iPad-yoke-weather-IFR.png\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn the essentials of flight navigation and how to plan your flight routes efficiently.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"||9px|||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems and Maintenance\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/4a8cfc420d4a8499d791c0533ff7f6ef.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Understand the technical aspects of aircraft systems and basic maintenance procedures.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Study weather patterns and their impact on flight operations to ensure safe flying.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Air Traffic Control Communication\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the communication skills required for effective interaction with air traffic control.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Flight Maneuvers\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/photo-1494367079857-303d616995e9.avif\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Enhance your flying skills with advanced maneuvers and techniques.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" custom_padding=\"10px||10px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Elevate Your Flying Skills with Our PPL Program\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"ca79a742-981f-479f-a8a2-3a0292efaff0\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-pill\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"]<p>Ready to take the first step towards becoming a certified pilot? Join our comprehensive PPL training at Asya Havacılık and soar to new heights. Our expert instructors and state-of-the-art facilities ensure you receive top-notch education and hands-on experience. Don\'t miss this opportunity to fulfill your aviation dreams.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PPL Training','','inherit','closed','closed','','562-revision-v1','','','2025-02-21 00:33:16','2025-02-21 00:33:16','',562,'https://asyahavacilik.com/?p=1212',0,'revision','',0),
(1044,1,'2025-02-19 06:53:12','2025-02-19 06:53:12','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1528841226041-b871c27abc2e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Comprehensive PPL Training Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Embark on your journey to becoming a certified pilot with our expertly designed Private Pilot License (PPL) training course, tailored to equip you with the skills and knowledge needed for safe and efficient flight operations.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Training\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our PPL Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our Private Pilot License (PPL) training program at Asya Havacılık is meticulously crafted to provide aspiring pilots with a robust foundation in aviation. This program is pivotal for those aiming to pursue a career in aviation, offering comprehensive training that covers both theoretical knowledge and practical flying skills. With a focus on safety, precision, and excellence, our program ensures that graduates are well-prepared to navigate the skies with confidence. Join us to explore the world of aviation and take the first step towards your pilot career.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1739286895964-1c2958626cea?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx0cmFpbmluZyUyMGFpcmNyYWZ0fGVufDB8Mnx8fDE3Mzk5NDc3MjJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our PPL Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our curriculum covers all essential aspects of pilot training, including aerodynamics, navigation, meteorology, and aircraft systems, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_blurb title=\"Flexible Training Duration\" use_icon=\"on\" font_icon=\"&#xf64a;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>We offer flexible training schedules to accommodate your needs, allowing you to progress at your own pace while maintaining the highest standards of learning.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned pilots with extensive industry experience, providing you with invaluable insights and mentorship throughout your training journey.</p>[/et_pb_blurb][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Train in our modern facilities equipped with the latest technology and flight simulators, designed to enhance your learning experience and prepare you for real-world flying.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The PPL training at Asya Havacılık was a life-changing experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I achieved my dream of becoming a pilot. The training was thorough and engaging, making complex concepts easy to understand.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I highly recommend Asya Havacılık for anyone looking to pursue a career in aviation. The hands-on training and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Brown\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Private Pilot License Graduate</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Introduction to Aviation\" image=\"https://images.unsplash.com/photo-1587893904903-52bdb6ad0c0c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a foundational understanding of aviation principles, perfect for aspiring pilots.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation and Flight Planning\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMGNvdXJzZSUyMG1hdGVyaWFsc3xlbnwwfDB8fHwxNzM5OTQ3NzIyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn the essentials of flight navigation and how to plan your flight routes efficiently.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Maintenance\" image=\"https://images.unsplash.com/photo-1607969892192-8aa9fe65ee26?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMHRyYWluaW5nJTIwd29ya3Nob3B8ZW58MHwwfHx8MTczOTk0NzcyMnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand the technical aspects of aircraft systems and basic maintenance procedures.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Meteorology for Pilots\" image=\"https://images.unsplash.com/photo-1481542290883-70166d3f0b57?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHx0cmFpbmluZyUyMGFpcmNyYWZ0fGVufDB8MHx8fDE3Mzk5MjI2NzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Study weather patterns and their impact on flight operations to ensure safe flying.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Traffic Control Communication\" image=\"https://images.unsplash.com/photo-1612117150828-78a83cd63ef2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHx2aXJ0dWFsJTIwY2xhc3Nyb29tfGVufDB8MHx8fDE3Mzk4NjM0MzJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the communication skills required for effective interaction with air traffic control.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Flight Maneuvers\" image=\"https://images.unsplash.com/photo-1509062522246-3755977927d7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxzdHVkZW50JTIwc3R1ZHlpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your flying skills with advanced maneuvers and techniques.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" custom_padding=\"10px||10px||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Elevate Your Flying Skills with Our PPL Program\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"ca79a742-981f-479f-a8a2-3a0292efaff0\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-pill\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Ready to take the first step towards becoming a certified pilot? Join our comprehensive PPL training at Asya Havacılık and soar to new heights. Our expert instructors and state-of-the-art facilities ensure you receive top-notch education and hands-on experience. Don\'t miss this opportunity to fulfill your aviation dreams.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PPL Training','','inherit','closed','closed','','562-revision-v1','','','2025-02-19 06:53:12','2025-02-19 06:53:12','',562,'https://asyahavacilik.com/?p=1044',0,'revision','',0),
(1054,1,'2025-02-19 06:57:22','2025-02-19 06:57:22','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','PIC','','inherit','closed','closed','','564-revision-v1','','','2025-02-19 06:57:22','2025-02-19 06:57:22','',564,'https://asyahavacilik.com/?p=1054',0,'revision','',0),
(1059,1,'2025-02-19 06:58:22','2025-02-19 06:58:22','','new-portrait-6-800x800-1-5-800x800','','inherit','open','closed','','new-portrait-6-800x800-1-5-800x800','','','2025-02-19 06:58:22','2025-02-19 06:58:22','',0,'https://asyahavacilik.com/new-portrait-6-800x800-1-5-800x800/',0,'attachment','image/jpeg',0),
(1060,1,'2025-02-19 06:58:22','2025-02-19 06:58:22','','new-portrait-4-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-4-800x800-1-4-800x800','','','2025-02-19 06:58:22','2025-02-19 06:58:22','',0,'https://asyahavacilik.com/new-portrait-4-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1061,1,'2025-02-19 06:58:22','2025-02-19 06:58:22','','new-portrait-5-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-5-800x800-1-4-800x800','','','2025-02-19 06:58:22','2025-02-19 06:58:22','',0,'https://asyahavacilik.com/new-portrait-5-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1062,1,'2025-02-19 06:58:22','2025-02-19 06:58:22','','new-portrait-2-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-2-800x800-1-3-800x800','','','2025-02-19 06:58:22','2025-02-19 06:58:22','',0,'https://asyahavacilik.com/new-portrait-2-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1081,1,'2025-02-19 07:21:41','2025-02-19 07:21:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||19px|||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" global_colors_info=\"{}\"]<p>(123) 456-7890</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" locked=\"off\" global_colors_info=\"{}\"]<p>456 Aviation Lane, Istanbul, Turkey 34000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|47px|auto||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.24.3\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" locked=\"off\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" custom_padding=\"||60px|||\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" custom_padding=\"||59px|||\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-19 07:21:41','2025-02-19 07:21:41','',648,'https://asyahavacilik.com/?p=1081',0,'revision','',0),
(1050,1,'2025-02-19 06:54:18','2025-02-19 06:54:18','','new-portrait-11-800x800-1-4-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-4-800x800','','','2025-02-19 06:54:18','2025-02-19 06:54:18','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-4-800x800/',0,'attachment','image/jpeg',0),
(1051,1,'2025-02-19 06:54:18','2025-02-19 06:54:18','','new-portrait-10-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-10-800x800-1-3-800x800','','','2025-02-19 06:54:18','2025-02-19 06:54:18','',0,'https://asyahavacilik.com/new-portrait-10-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1052,1,'2025-02-19 06:54:18','2025-02-19 06:54:18','','new-portrait-9-800x800-1-3-800x800','','inherit','open','closed','','new-portrait-9-800x800-1-3-800x800','','','2025-02-19 06:54:18','2025-02-19 06:54:18','',0,'https://asyahavacilik.com/new-portrait-9-800x800-1-3-800x800/',0,'attachment','image/jpeg',0),
(1219,1,'2025-02-21 00:43:21','2025-02-21 00:43:21','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Modular Pilotage\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Embark on Your Aviation Journey Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Discover the path to becoming a certified pilot with our comprehensive ATPL Theory training program, designed to elevate your aviation skills and knowledge.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1470922792794-b15b12d20e80?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Modular Pilotage is a transformative approach to pilot training, offering flexibility and depth in learning. At Asya Havacılık, we emphasize the importance of a structured yet adaptable curriculum that aligns with the rigorous standards of ATPL Theory. Our program is crafted to accommodate aspiring pilots at various stages of their career, ensuring a thorough understanding of aviation principles and practices.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]Our mission is to provide top-tier pilot education that empowers students to excel in the aviation industry. With a focus on safety, innovation, and excellence, Asya Havacılık is dedicated to nurturing the next generation of aviation professionals through our Modular Pilotage program.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Program\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Flexible Learning Modules\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our program is designed to fit your schedule, allowing you to progress at your own pace while maintaining a comprehensive learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain in-depth knowledge with our extensive curriculum covering all aspects of ATPL Theory, ensuring you are well-prepared for your pilot career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights into the classroom, enhancing your learning journey.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train in modern facilities equipped with the latest technology to provide a realistic and effective training environment.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our ATPL Theory Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Principles of Flight\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/unnamed.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Understand the fundamentals of flight dynamics and aerodynamics essential for pilot training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master the skills of navigation and weather analysis crucial for safe and efficient flying.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aircraft Systems\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aaunnamed.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain in-depth knowledge of aircraft systems and their operations for better aircraft management.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Human Performance and Limitations\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/cbca701010669b669276d5a5c3941c00.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn about the physiological and psychological factors affecting pilot performance.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Air Law and ATC Procedures\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-gehalt-verdienst.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Familiarize yourself with aviation laws and air traffic control procedures for compliance and safety.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning and Monitoring\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/82291073.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Develop skills in flight planning and monitoring to enhance operational efficiency.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"50px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily R.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Completing the Modular Pilotage program was a transformative experience. The courses were comprehensive and well-structured.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"John D.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>The instructors at Asya Havacılık are incredibly knowledgeable and supportive. I felt prepared and confident in my skills.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia K.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>The flexibility of the online courses allowed me to balance my studies with my job. Highly recommend Asya Havacılık!</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Michael T.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Thanks to the detailed ATPL Theory courses, I passed my exams with flying colors. The program exceeded my expectations.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia S.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Asya Havacılık provided me with the tools and knowledge I needed to succeed in my aviation career. Truly a top-notch program.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to common questions about our Modular Pilotage and ATPL Theory courses.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"What is the Modular Pilotage program?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The Modular Pilotage program is a flexible training path designed to help aspiring pilots complete their ATPL Theory at their own pace.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"How long does it take to complete the ATPL Theory courses?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>The duration varies depending on the student\'s schedule, but most complete the courses within 6 to 12 months.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\"][et_pb_heading title=\"Are the courses recognized internationally?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Yes, our courses are designed to meet international aviation standards and are recognized globally.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What support is available during the courses?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>Students have access to experienced instructors, online resources, and a community forum for support and guidance.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I take the courses while working full-time?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Absolutely, our courses are designed to be flexible and can be completed alongside a full-time job.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Students should have a basic understanding of mathematics and physics, and a passion for aviation.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"How do I enroll in a course?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>You can enroll by visiting our website, selecting the desired course, and following the registration process.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer various payment plans and scholarships to help students manage the cost of their education.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What happens after I complete the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Upon completion, students receive a certificate and are prepared to take the ATPL exams, advancing their aviation careers.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Join our Modular Pilotage program to master the skills needed for a successful aviation career. Contact us today to learn more about our ATPL Theory courses and take the first step towards becoming a certified pilot with Asya Havacılık.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','ATPL Theory','','inherit','closed','closed','','563-revision-v1','','','2025-02-21 00:43:21','2025-02-21 00:43:21','',563,'https://asyahavacilik.com/?p=1219',0,'revision','',0),
(1053,1,'2025-02-19 06:57:09','2025-02-19 06:57:09','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Modular Pilotage\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Embark on Your Aviation Journey Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Discover the path to becoming a certified pilot with our comprehensive ATPL Theory training program, designed to elevate your aviation skills and knowledge.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1470922792794-b15b12d20e80?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Modular Pilotage is a transformative approach to pilot training, offering flexibility and depth in learning. At Asya Havacılık, we emphasize the importance of a structured yet adaptable curriculum that aligns with the rigorous standards of ATPL Theory. Our program is crafted to accommodate aspiring pilots at various stages of their career, ensuring a thorough understanding of aviation principles and practices.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Our mission is to provide top-tier pilot education that empowers students to excel in the aviation industry. With a focus on safety, innovation, and excellence, Asya Havacılık is dedicated to nurturing the next generation of aviation professionals through our Modular Pilotage program.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our Program\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Learning Modules\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program is designed to fit your schedule, allowing you to progress at your own pace while maintaining a comprehensive learning experience.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain in-depth knowledge with our extensive curriculum covering all aspects of ATPL Theory, ensuring you are well-prepared for your pilot career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals who bring real-world experience and insights into the classroom, enhancing your learning journey.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Facilities\" use_icon=\"on\" font_icon=\"&#xf6d9;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-square\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Train in modern facilities equipped with the latest technology to provide a realistic and effective training environment.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our ATPL Theory Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Principles of Flight\" image=\"https://images.unsplash.com/photo-1526232761682-d26e03ac148e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlc3Npb258ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand the fundamentals of flight dynamics and aerodynamics essential for pilot training.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Navigation and Meteorology\" image=\"https://images.unsplash.com/photo-1725977098424-19ea46553f23?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhaXJjcmFmdCUyMHRha2VvZmZ8ZW58MHwwfHx8MTczOTk0ODA1Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the skills of navigation and weather analysis crucial for safe and efficient flying.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems\" image=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain in-depth knowledge of aircraft systems and their operations for better aircraft management.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Human Performance and Limitations\" image=\"https://images.unsplash.com/photo-1547082661-71362fc3969c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8c3R1ZGVudCUyMHBpbG90JTIwc3R1ZHlpbmd8ZW58MHwwfHx8MTczOTkyMTc5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn about the physiological and psychological factors affecting pilot performance.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Law and ATC Procedures\" image=\"https://images.unsplash.com/photo-1621560222298-0824faf9add5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGxhbmRpbmd8ZW58MHwwfHx8MTczOTk0ODA1Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Familiarize yourself with aviation laws and air traffic control procedures for compliance and safety.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Planning and Monitoring\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0b3IlMjB0cmFpbmluZ3xlbnwwfDB8fHwxNzM5OTQ4MDU2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Develop skills in flight planning and monitoring to enhance operational efficiency.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Emily R.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Completing the Modular Pilotage program was a transformative experience. The courses were comprehensive and well-structured.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"John D.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>The instructors at Asya Havacılık are incredibly knowledgeable and supportive. I felt prepared and confident in my skills.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Sophia K.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>The flexibility of the online courses allowed me to balance my studies with my job. Highly recommend Asya Havacılık!</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Michael T.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>Thanks to the detailed ATPL Theory courses, I passed my exams with flying colors. The program exceeded my expectations.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Olivia S.\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>Asya Havacılık provided me with the tools and knowledge I needed to succeed in my aviation career. Truly a top-notch program.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Your Questions Answered\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to common questions about our Modular Pilotage and ATPL Theory courses.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What is the Modular Pilotage program?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The Modular Pilotage program is a flexible training path designed to help aspiring pilots complete their ATPL Theory at their own pace.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"How long does it take to complete the ATPL Theory courses?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The duration varies depending on the student\'s schedule, but most complete the courses within 6 to 12 months.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Are the courses recognized internationally?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Yes, our courses are designed to meet international aviation standards and are recognized globally.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What support is available during the courses?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Students have access to experienced instructors, online resources, and a community forum for support and guidance.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I take the courses while working full-time?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Absolutely, our courses are designed to be flexible and can be completed alongside a full-time job.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Students should have a basic understanding of mathematics and physics, and a passion for aviation.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"How do I enroll in a course?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>You can enroll by visiting our website, selecting the desired course, and following the registration process.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>We offer various payment plans and scholarships to help students manage the cost of their education.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What happens after I complete the courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Upon completion, students receive a certificate and are prepared to take the ATPL exams, advancing their aviation careers.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join our Modular Pilotage program to master the skills needed for a successful aviation career. Contact us today to learn more about our ATPL Theory courses and take the first step towards becoming a certified pilot with Asya Havacılık.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','ATPL Theory','','inherit','closed','closed','','563-revision-v1','','','2025-02-19 06:57:09','2025-02-19 06:57:09','',563,'https://asyahavacilik.com/?p=1053',0,'revision','',0),
(1064,1,'2025-02-19 07:01:33','2025-02-19 07:01:33','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.0\" _module_preset=\"default\" background_color=\"#0077b6\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"caret\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Precision\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Airplane Modular Pilotage - Elevate Your Skills\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey with our comprehensive pilot training program, designed to enhance your aviation expertise and confidence.</p>[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1655115006377-6793f75be53c?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDJ8fHwxNzM5OTIyMzU4fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1733932911930-4e6308699c02?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJjcmFmdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDJ8fHwxNzM5OTQ4MzAwfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Airplane Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Airplane Modular Pilotage is a pivotal component in the training of aircraft pilots, offering a structured and flexible approach to mastering the art of flying. This program is essential for aspiring pilots, providing them with the skills and knowledge necessary to navigate the skies safely and efficiently. Our mission is to equip pilots with the highest level of competence and confidence, ensuring they are prepared for every challenge they may encounter in the air. Through a blend of theoretical instruction and practical application, we strive to produce pilots who are not only skilled but also adaptable to the ever-evolving demands of the aviation industry.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#0C71C3\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our Program\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program covers all essential aspects of pilot training, from basic principles to advanced navigation techniques.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned aviation professionals who bring a wealth of real-world experience to the classroom.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"caret\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain hands-on experience with cutting-edge simulators that replicate real flight scenarios for enhanced learning.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Introduction to Modular Pilotage\" image=\"https://images.unsplash.com/photo-1591981813204-f5a433700b7b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxvbmxpbmUlMjBmbGlnaHQlMjBjb3Vyc2VzfGVufDB8MHx8fDE3Mzk5NDgzMDB8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain foundational knowledge in modular pilotage techniques and principles.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Navigation Systems\" image=\"https://images.unsplash.com/photo-1495995424756-6a5a3f9e7543?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxzdHVkZW50JTIwcGlsb3QlMjBzdHVkeWluZ3xlbnwwfDB8fHwxNzM5OTIxNzk2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the use of advanced navigation systems in modern aircraft.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Weather and Flight Planning\" image=\"https://images.unsplash.com/photo-1592985684811-6c0f98adb014?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0b3IlMjB0cmFpbmluZ3xlbnwwfDB8fHwxNzM5OTQ4MDU2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand meteorological impacts on flight planning and execution.</p>[/et_pb_blurb][et_pb_button button_text=\"Sign Up\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Procedures\" image=\"https://images.unsplash.com/photo-1510531704581-5b2870972060?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxhdmlhdGlvbiUyMGNsYXNzcm9vbSUyMHNldHRpbmd8ZW58MHwwfHx8MTczOTk0ODMwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn critical emergency procedures for safe and effective responses.</p>[/et_pb_blurb][et_pb_button button_text=\"Register Today\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aircraft Systems and Operations\" image=\"https://images.unsplash.com/photo-1461988625982-7e46a099bf4f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxwaWxvdCUyMGJyaWVmaW5nJTIwcm9vbXxlbnwwfDB8fHwxNzM5OTQ4MzAxfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||48px|||\"]<p>Comprehensive overview of aircraft systems and operational protocols.</p>[/et_pb_blurb][et_pb_button button_text=\"Get Started\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Traffic Control Communication\" image=\"https://images.unsplash.com/photo-1607969892714-797a3d4c266a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxhaXJwbGFuZSUyMG1haW50ZW5hbmNlJTIwd29ya3Nob3B8ZW58MHwwfHx8MTczOTk0ODMwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Develop skills in effective communication with air traffic control.</p>[/et_pb_blurb][et_pb_button button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"The modular pilotage course was transformative. The instructors were knowledgeable and supportive throughout my learning journey.\"</p>\n<p>- Alex T.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"I gained invaluable skills in navigation and emergency procedures. The course exceeded my expectations in every way.\"</p>\n<p>- Jamie L.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"Asya Havacılık provided a comprehensive and engaging learning experience. I feel confident in my pilotage abilities now.\"</p>\n<p>- Morgan S.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#0077b6\" custom_padding=\"6vw|8%|6vw|8%|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Ready to Take Flight? Enroll in Our Pilotage Program Today!\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Join Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PIC','','inherit','closed','closed','','564-revision-v1','','','2025-02-19 07:01:33','2025-02-19 07:01:33','',564,'https://asyahavacilik.com/?p=1064',0,'revision','',0),
(1079,1,'2025-02-19 07:16:34','2025-02-19 07:16:34','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"diagonal-pills\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Night VFR Skills\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our Modular Pilotage program to enhance your night flying proficiency and ensure safe navigation under all conditions.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore the Program\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1670351201688-6ebf8c96f0b2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8cGlsb3QlMjBpbiUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMjM1OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Modular Pilotage is a specialized training program designed to equip pilots with the essential skills needed for Night Visual Flight Rules (VFR). This program emphasizes practical navigation techniques, situational awareness, and safety protocols crucial for night operations. Asya Havacılık is committed to providing top-tier aviation education, ensuring that our pilots are prepared for the unique challenges of night flying.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1648763312494-4af2b2eb1433?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxuaWdodCUyMGZseWluZyUyMGFpcmNyYWZ0fGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our Program\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our curriculum covers all aspects of night flying, from navigation to emergency procedures, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" custom_margin=\"||58px|||\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned pilots with extensive night flying experience, offering insights and real-world knowledge.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" custom_margin=\"||54px|||\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Train using advanced simulators that replicate night flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"See Our Facilities\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Alex Johnson\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Completing the Modular Pilotage Night VFR training at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable and supportive throughout the entire process.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Maria Fernandez\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" custom_padding=\"||88px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>The Night VFR course was incredibly comprehensive. I now feel confident flying at night, thanks to the excellent training at Asya Havacılık.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Liam Chen\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" custom_padding=\"||85px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Asya Havacılık\'s training program exceeded my expectations. The hands-on experience and detailed guidance were invaluable.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophie Lee\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>I highly recommend the Modular Pilotage course. The skills I gained have been crucial in advancing my aviation career.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David Kim\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>The training at Asya Havacılık was top-notch. The Night VFR module was particularly enlightening and practical.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Introduction to Night VFR\" image=\"https://images.unsplash.com/photo-1588196749597-9ff075ee6b5b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTk0ODU2OXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Gain foundational knowledge and skills for safe night flying operations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Pilotage Techniques\" image=\"https://images.unsplash.com/photo-1590600424262-38d39f98b898?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHx2aXJ0dWFsJTIwcGlsb3QlMjBsZXNzb25zfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your pilotage skills with advanced techniques for challenging conditions.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Weather Navigation for Pilots\" image=\"https://images.unsplash.com/photo-1529516548873-9ce57c8f155e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwY291cnNlc3xlbnwwfDB8fHwxNzM5OTQ4NTY5fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn to navigate and interpret weather conditions effectively during flights.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures\" image=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||50px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master emergency protocols to ensure safety in unexpected situations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Communication and Coordination\" image=\"https://images.unsplash.com/photo-1528605248644-14dd04022da1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMHdvcmtzaG9wJTIwZXZlbnR8ZW58MHwwfHx8MTczOTk0ODU2OXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||47px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Develop essential communication skills for effective cockpit coordination.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||7px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Instrument Flight Rules (IFR) Basics\" image=\"https://images.unsplash.com/photo-1513151233558-d860c5398176?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMG5ldHdvcmtpbmclMjBldmVudHxlbnwwfDB8fHwxNzM5OTQ4NTY5fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Understand the principles and applications of IFR for pilot proficiency.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming Workshops and Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Night VFR Safety Seminar\" image=\"https://images.unsplash.com/photo-1595279211419-88239fbff506?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwd29ya3Nob3B8ZW58MHwwfHx8MTczOTk0ODU2OXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for a comprehensive seminar on safety protocols for night flying.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Pilotage Skills Workshop\" image=\"https://images.unsplash.com/photo-1605647381739-9bba88b1c5d1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBzYWZldHklMjBzZW1pbmFyfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your pilotage skills with hands-on training and expert guidance.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Weather Navigation Webinar\" image=\"https://images.unsplash.com/photo-1526232761682-d26e03ac148e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxwaWxvdCUyMHRyYWluaW5nJTIwcmVnaXN0cmF0aW9ufGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn to interpret and navigate weather conditions effectively in this online webinar.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Response Training\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxlbnJvbGxtZW50JTIwaW4lMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTQ4NTY5fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Participate in our training session focused on emergency response and safety.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/uploads/1413222992504f1b734a6/1928e537?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxjb250YWN0JTIwYXZpYXRpb24lMjBleHBlcnRzfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"5vw||5vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" animation_style=\"fade\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Skills with Night VFR Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>Join our Modular Pilotage Night VFR program at Asya Havacılık and take your aviation skills to new heights. Whether you\'re looking to enhance your night flying capabilities or need more information, our expert team is here to assist you. Contact us today and embark on your journey to becoming a proficient night pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Night VFR','','inherit','closed','closed','','565-revision-v1','','','2025-02-19 07:16:34','2025-02-19 07:16:34','',565,'https://asyahavacilik.com/?p=1079',0,'revision','',0),
(1073,1,'2025-02-19 07:09:31','2025-02-19 07:09:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"diagonal-pills\" custom_padding=\"6vw||6vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Night VFR Skills\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our Modular Pilotage program to enhance your night flying proficiency and ensure safe navigation under all conditions.</p>[/et_pb_text][et_pb_button button_text=\"Explore the Program\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1670351201688-6ebf8c96f0b2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8cGlsb3QlMjBpbiUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMjM1OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Modular Pilotage is a specialized training program designed to equip pilots with the essential skills needed for Night Visual Flight Rules (VFR). This program emphasizes practical navigation techniques, situational awareness, and safety protocols crucial for night operations. Asya Havacılık is committed to providing top-tier aviation education, ensuring that our pilots are prepared for the unique challenges of night flying.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1648763312494-4af2b2eb1433?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxuaWdodCUyMGZseWluZyUyMGFpcmNyYWZ0fGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our Program\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our curriculum covers all aspects of night flying, from navigation to emergency procedures, ensuring a well-rounded education.</p>[/et_pb_blurb][et_pb_button button_text=\"Discover More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||58px|||\"]<p>Learn from seasoned pilots with extensive night flying experience, offering insights and real-world knowledge.</p>[/et_pb_blurb][et_pb_button button_text=\"Meet Our Team\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf108;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||54px|||\"]<p>Train using advanced simulators that replicate night flying conditions, enhancing your learning experience.</p>[/et_pb_blurb][et_pb_button button_text=\"See Our Facilities\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Alex Johnson\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Completing the Modular Pilotage Night VFR training at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable and supportive throughout the entire process.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Maria Fernandez\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding=\"||88px|||\"]<p>The Night VFR course was incredibly comprehensive. I now feel confident flying at night, thanks to the excellent training at Asya Havacılık.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Liam Chen\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding=\"||85px|||\"]<p>Asya Havacılık\'s training program exceeded my expectations. The hands-on experience and detailed guidance were invaluable.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Sophie Lee\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>I highly recommend the Modular Pilotage course. The skills I gained have been crucial in advancing my aviation career.</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"David Kim\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>The training at Asya Havacılık was top-notch. The Night VFR module was particularly enlightening and practical.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Introduction to Night VFR\" image=\"https://images.unsplash.com/photo-1588196749597-9ff075ee6b5b?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8b25saW5lJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTk0ODU2OXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain foundational knowledge and skills for safe night flying operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Pilotage Techniques\" image=\"https://images.unsplash.com/photo-1590600424262-38d39f98b898?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHx2aXJ0dWFsJTIwcGlsb3QlMjBsZXNzb25zfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your pilotage skills with advanced techniques for challenging conditions.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Weather Navigation for Pilots\" image=\"https://images.unsplash.com/photo-1529516548873-9ce57c8f155e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwY291cnNlc3xlbnwwfDB8fHwxNzM5OTQ4NTY5fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to navigate and interpret weather conditions effectively during flights.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Procedures\" image=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||50px|||\"]<p>Master emergency protocols to ensure safety in unexpected situations.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Communication and Coordination\" image=\"https://images.unsplash.com/photo-1528605248644-14dd04022da1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxwaWxvdCUyMHdvcmtzaG9wJTIwZXZlbnR8ZW58MHwwfHx8MTczOTk0ODU2OXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||47px|||\"]<p>Develop essential communication skills for effective cockpit coordination.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||7px|||\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Flight Rules (IFR) Basics\" image=\"https://images.unsplash.com/photo-1513151233558-d860c5398176?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhdmlhdGlvbiUyMG5ldHdvcmtpbmclMjBldmVudHxlbnwwfDB8fHwxNzM5OTQ4NTY5fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand the principles and applications of IFR for pilot proficiency.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming Workshops and Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Night VFR Safety Seminar\" image=\"https://images.unsplash.com/photo-1595279211419-88239fbff506?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxhaXJjcmFmdCUyMG1haW50ZW5hbmNlJTIwd29ya3Nob3B8ZW58MHwwfHx8MTczOTk0ODU2OXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join us for a comprehensive seminar on safety protocols for night flying.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Pilotage Skills Workshop\" image=\"https://images.unsplash.com/photo-1605647381739-9bba88b1c5d1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjBzYWZldHklMjBzZW1pbmFyfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your pilotage skills with hands-on training and expert guidance.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Weather Navigation Webinar\" image=\"https://images.unsplash.com/photo-1526232761682-d26e03ac148e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxwaWxvdCUyMHRyYWluaW5nJTIwcmVnaXN0cmF0aW9ufGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to interpret and navigate weather conditions effectively in this online webinar.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Response Training\" image=\"https://images.unsplash.com/photo-1494264274944-1ba7d9b73135?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxlbnJvbGxtZW50JTIwaW4lMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTQ4NTY5fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Participate in our training session focused on emergency response and safety.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Register Here\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/uploads/1413222992504f1b734a6/1928e537?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw3fHxjb250YWN0JTIwYXZpYXRpb24lMjBleHBlcnRzfGVufDB8MHx8fDE3Mzk5NDg1Njl8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"5vw||5vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_cta title=\"Elevate Your Skills with Night VFR Training\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22,%22color%22,%22background_color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22color%22,%22color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join our Modular Pilotage Night VFR program at Asya Havacılık and take your aviation skills to new heights. Whether you\'re looking to enhance your night flying capabilities or need more information, our expert team is here to assist you. Contact us today and embark on your journey to becoming a proficient night pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Night VFR','','inherit','closed','closed','','565-revision-v1','','','2025-02-19 07:09:31','2025-02-19 07:09:31','',565,'https://asyahavacilik.com/?p=1073',0,'revision','',0),
(1093,1,'2025-02-19 07:25:10','2025-02-19 07:25:10','','','','inherit','open','closed','','2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512','','','2025-02-22 04:25:03','2025-02-22 04:25:03','',0,'https://asyahavacilik.com/2-11a19643-b9ec-4eae-8a77-aa3d869cede2-512x512/',0,'attachment','image/jpeg',0),
(1095,1,'2025-02-19 07:26:44','2025-02-19 07:26:44','','0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512','','inherit','open','closed','','0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512','','','2025-02-19 07:26:44','2025-02-19 07:26:44','',0,'https://asyahavacilik.com/0-e44b7615-3d06-4ce0-843f-c002a0949b08-816x512/',0,'attachment','image/jpeg',0),
(1106,1,'2025-02-19 23:46:23','2025-02-19 23:46:23','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','IR Instrument Flight','','inherit','closed','closed','','567-revision-v1','','','2025-02-19 23:46:23','2025-02-19 23:46:23','',567,'https://asyahavacilik.com/?p=1106',0,'revision','',0),
(1103,1,'2025-02-19 23:41:23','2025-02-19 23:41:23','','0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512','','inherit','open','closed','','0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512','','','2025-02-19 23:41:23','2025-02-19 23:41:23','',0,'https://asyahavacilik.com/0-59a22c6d-170e-4870-b5dc-79acd9053064-816x512/',0,'attachment','image/jpeg',0),
(1237,1,'2025-02-21 02:18:56','2025-02-21 02:18:56','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1530693960304-153333d471f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Precision\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Modular Pilotage for IR Instrument Flight\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Elevate your aviation skills with our comprehensive training program designed to enhance your proficiency in instrument flight rules (IFR).</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Our Modular Pilotage program is meticulously crafted to provide aspiring pilots with the essential skills required for IR Instrument Flight. This training is pivotal in developing the precision and confidence needed to navigate complex airspaces under instrument flight rules. At Asya Havacılık, we are committed to delivering top-tier aviation education, ensuring our pilots are equipped with the knowledge and expertise to excel in their careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/65f9cedb573f8664399595.jpg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-115862770.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our curriculum covers all critical aspects of IR Instrument Flight, ensuring a thorough understanding of both theoretical and practical components.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" custom_padding=\"78px|||||\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned professionals with extensive experience in the aviation industry, dedicated to your success.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/slide-4-new-generation-fleet.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our IR Instrument Flight Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Basic Instrument Flight Procedures\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/084d98b8a55b03fe52ef19f5f37071b1.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||21px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain foundational skills in instrument navigation and control for safe flight operations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||47px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Master complex navigation systems and enhance your flight precision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Weather Interpretation and Analysis\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Learn to interpret meteorological data for informed decision-making during flights.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures and Safety\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1_GkA83niW4AEeNme.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||56px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Prepare for unexpected situations with comprehensive emergency protocols.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning and Management\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||52px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Develop skills in efficient flight planning and resource management.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||4px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Instrument Rating Certification Prep\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Get ready for your certification with focused training and practice exams.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||6px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The Modular Pilotage program at Asya Havacılık transformed my flying skills. The instructors were knowledgeable and supportive throughout my journey.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the IR Instrument Flight training was a game-changer for my career. The course content was comprehensive and practical.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık\'s courses. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp\" custom_padding=\"17vw||17vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Skills with Our Modular Pilotage Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Inquire Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','IR Instrument Flight','','inherit','closed','closed','','567-revision-v1','','','2025-02-21 02:18:56','2025-02-21 02:18:56','',567,'https://asyahavacilik.com/?p=1237',0,'revision','',0),
(1111,1,'2025-02-20 00:10:45','2025-02-20 00:10:45','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1530693960304-153333d471f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Precision\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Modular Pilotage for IR Instrument Flight\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Elevate your aviation skills with our comprehensive training program designed to enhance your proficiency in instrument flight rules (IFR).</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Our Modular Pilotage program is meticulously crafted to provide aspiring pilots with the essential skills required for IR Instrument Flight. This training is pivotal in developing the precision and confidence needed to navigate complex airspaces under instrument flight rules. At Asya Havacılık, we are committed to delivering top-tier aviation education, ensuring our pilots are equipped with the knowledge and expertise to excel in their careers.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1632215861513-130b66fe97f4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxwaWxvdCUyMHRyYWluaW5nJTIwY2xhc3Nyb29tfGVufDB8MHx8fDE3NDAwMDg4MzZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Our curriculum covers all critical aspects of IR Instrument Flight, ensuring a thorough understanding of both theoretical and practical components.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\"]<p>Learn from seasoned professionals with extensive experience in the aviation industry, dedicated to your success.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1542806641-c28bc21453e1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzQwMDA4ODM2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our IR Instrument Flight Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Basic Instrument Flight Procedures\" image=\"https://images.unsplash.com/photo-1516481265257-97e5f4bc50d5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMGluJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTc0MDAwODgzNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||21px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Gain foundational skills in instrument navigation and control for safe flight operations.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1557804483-ef3ae78eca57?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxvbmxpbmUlMjBhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzM5OTIwODgzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||47px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master complex navigation systems and enhance your flight precision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Weather Interpretation and Analysis\" image=\"https://images.unsplash.com/photo-1529516548873-9ce57c8f155e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMDg4M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn to interpret meteorological data for informed decision-making during flights.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Emergency Procedures and Safety\" image=\"https://images.unsplash.com/photo-1560957123-81d48b38ab49?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwdmlkZW8lMjBjYWxsfGVufDB8MHx8fDE3NDAwMDg4MzZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||56px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Prepare for unexpected situations with comprehensive emergency protocols.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Flight Planning and Management\" image=\"https://images.unsplash.com/photo-1485217988980-11786ced9454?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxpbnN0cnVjdG9yJTIwdGVhY2hpbmclMjBvbmxpbmV8ZW58MHwwfHx8MTc0MDAwODgzNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||52px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Develop skills in efficient flight planning and resource management.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"||4px|||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Instrument Rating Certification Prep\" image=\"https://images.unsplash.com/photo-1530099486328-e021101a494a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50JTIwc3R1ZHlpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Get ready for your certification with focused training and practice exams.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"||6px|||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The Modular Pilotage program at Asya Havacılık transformed my flying skills. The instructors were knowledgeable and supportive throughout my journey.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the IR Instrument Flight training was a game-changer for my career. The course content was comprehensive and practical.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I highly recommend Asya Havacılık\'s courses. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp\" custom_padding=\"17vw||17vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Skills with Our Modular Pilotage Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Inquire Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','IR Instrument Flight','','inherit','closed','closed','','567-revision-v1','','','2025-02-20 00:10:45','2025-02-20 00:10:45','',567,'https://asyahavacilik.com/?p=1111',0,'revision','',0),
(1110,1,'2025-02-20 00:09:41','2025-02-20 00:09:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1530693960304-153333d471f9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Precision\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Modular Pilotage for IR Instrument Flight\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Elevate your aviation skills with our comprehensive training program designed to enhance your proficiency in instrument flight rules (IFR).</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Discover Modular Pilotage\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our Modular Pilotage program is meticulously crafted to provide aspiring pilots with the essential skills required for IR Instrument Flight. This training is pivotal in developing the precision and confidence needed to navigate complex airspaces under instrument flight rules. At Asya Havacılık, we are committed to delivering top-tier aviation education, ensuring our pilots are equipped with the knowledge and expertise to excel in their careers.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1632215861513-130b66fe97f4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxwaWxvdCUyMHRyYWluaW5nJTIwY2xhc3Nyb29tfGVufDB8MHx8fDE3NDAwMDg4MzZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1517479149777-5f3b1511d5ad?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxmbGlnaHQlMjBzaW11bGF0b3IlMjBzZXNzaW9ufGVufDB8MHx8fDE3Mzk5MjI1ODZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our curriculum covers all critical aspects of IR Instrument Flight, ensuring a thorough understanding of both theoretical and practical components.</p>[/et_pb_text][et_pb_button button_text=\"Explore Curriculum\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Expert Instructors\" _builder_version=\"4.24.2\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned professionals with extensive experience in the aviation industry, dedicated to your success.</p>[/et_pb_text][et_pb_button button_text=\"Meet Our Team\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1542806641-c28bc21453e1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxjb2NrcGl0JTIwaW5zdHJ1bWVudHMlMjBjbG9zZS11cHxlbnwwfDB8fHwxNzQwMDA4ODM2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our IR Instrument Flight Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Basic Instrument Flight Procedures\" image=\"https://images.unsplash.com/photo-1516481265257-97e5f4bc50d5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50cyUyMGluJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTc0MDAwODgzNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||21px|||\"]<p>Gain foundational skills in instrument navigation and control for safe flight operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Navigation Techniques\" image=\"https://images.unsplash.com/photo-1557804483-ef3ae78eca57?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxvbmxpbmUlMjBhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzM5OTIwODgzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||47px|||\"]<p>Master complex navigation systems and enhance your flight precision.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Weather Interpretation and Analysis\" image=\"https://images.unsplash.com/photo-1529516548873-9ce57c8f155e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHx2aXJ0dWFsJTIwZmxpZ2h0JTIwdHJhaW5pbmd8ZW58MHwwfHx8MTczOTkyMDg4M3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to interpret meteorological data for informed decision-making during flights.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Procedures and Safety\" image=\"https://images.unsplash.com/photo-1560957123-81d48b38ab49?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMHRyYWluaW5nJTIwdmlkZW8lMjBjYWxsfGVufDB8MHx8fDE3NDAwMDg4MzZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||56px|||\"]<p>Prepare for unexpected situations with comprehensive emergency protocols.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Planning and Management\" image=\"https://images.unsplash.com/photo-1485217988980-11786ced9454?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxpbnN0cnVjdG9yJTIwdGVhY2hpbmclMjBvbmxpbmV8ZW58MHwwfHx8MTc0MDAwODgzNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||52px|||\"]<p>Develop skills in efficient flight planning and resource management.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Rating Certification Prep\" image=\"https://images.unsplash.com/photo-1530099486328-e021101a494a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxzdHVkZW50JTIwc3R1ZHlpbmclMjBhdmlhdGlvbnxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Get ready for your certification with focused training and practice exams.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The Modular Pilotage program at Asya Havacılık transformed my flying skills. The instructors were knowledgeable and supportive throughout my journey.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Completing the IR Instrument Flight training was a game-changer for my career. The course content was comprehensive and practical.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I highly recommend Asya Havacılık\'s courses. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Michael Brown</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp\" custom_padding=\"17vw||17vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Skills with Our Modular Pilotage Program\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Enroll Now or Inquire Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','IR Instrument Flight','','inherit','closed','closed','','567-revision-v1','','','2025-02-20 00:09:41','2025-02-20 00:09:41','',567,'https://asyahavacilik.com/?p=1110',0,'revision','',0),
(1104,1,'2025-02-19 23:45:17','2025-02-19 23:45:17','','','','inherit','open','closed','','2','','','2025-02-19 23:45:27','2025-02-19 23:45:27','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/2.jpg',0,'attachment','image/jpeg',0),
(1112,1,'2025-02-20 00:12:00','2025-02-20 00:12:00','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Multi-Motor Training','','inherit','closed','closed','','568-revision-v1','','','2025-02-20 00:12:00','2025-02-20 00:12:00','',568,'https://asyahavacilik.com/?p=1112',0,'revision','',0),
(1109,1,'2025-02-20 00:08:34','2025-02-20 00:08:34','','','','inherit','open','closed','','pilot-1','','','2025-02-20 00:08:45','2025-02-20 00:08:45','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp',0,'attachment','image/webp',0),
(1116,1,'2025-02-20 00:19:14','2025-02-20 00:19:14','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 00:19:14','2025-02-20 00:19:14','',569,'https://asyahavacilik.com/?p=1116',0,'revision','',0),
(1114,1,'2025-02-20 00:18:23','2025-02-20 00:18:23','','','','inherit','open','closed','','title-2022-03-08-00-23-14-utc','','','2025-02-20 00:18:26','2025-02-20 00:18:26','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/title-2022-03-08-00-23-14-utc.jpeg',0,'attachment','image/jpeg',0),
(1243,1,'2025-02-21 02:26:31','2025-02-21 02:26:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1494367079857-303d616995e9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" min_height=\"83vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Advanced Multi-Motor Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Embark on a transformative journey to become a skilled pilot with our comprehensive multi-motor training program, designed to elevate your aviation expertise.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]Asya Havacılık is dedicated to shaping the future of aviation through exceptional pilot training programs. With a focus on safety, innovation, and excellence, we empower aspiring pilots to achieve their dreams. Our mission is to provide world-class education and hands-on experience, ensuring our graduates are well-equipped to navigate the skies with confidence and precision.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Why Choose Our Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/643824d01309439440142f20_MRO-Square.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf11c;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our training program covers all essential aspects of multi-motor aircraft operation, ensuring a thorough understanding of complex systems.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn from seasoned pilots with extensive industry experience, providing invaluable insights and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain practical experience with cutting-edge flight simulators that replicate real-world flying conditions.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our program offers flexible training schedules to accommodate your needs, allowing you to learn at your own pace.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/65f9cedb573f8664399595.jpg\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Maneuvers\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Master complex flight techniques with our advanced multi-motor training sessions, designed for experienced pilots seeking to enhance their skills.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf484;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain proficiency in flying under various weather conditions with our comprehensive instrument rating course, tailored for multi-engine aircraft.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emergency Procedures Training\" use_icon=\"on\" font_icon=\"&#xf1cd;||fa||400\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Prepare for unexpected situations with our emergency procedures training, focusing on multi-engine aircraft safety and response strategies.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The multi-motor training program at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable and supportive throughout the course.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I now feel confident flying in all weather conditions. The instrument rating course was thorough and engaging.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||24px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>Private Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The emergency procedures training was invaluable. I learned how to handle critical situations with ease and confidence.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||49px|||\" locked=\"off\" global_colors_info=\"{}\"]<p>Flight Instructor</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Multi-Engine Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/title-2022-03-08-00-23-14-utc.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" custom_margin=\"110px|||||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Instrument Flying Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-cockpit-airplane-takeoff-1024x949-1.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Safety and Emergency Procedures\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/da4fbfdd357c8cd7bc839e98cb43bd57.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Advanced Maneuvers Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"||49px||false|false\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-and-f_18-1030x1030-1920w.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Skills with Multi-Motor Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Join our comprehensive Multi-Motor Training program at Asya Havacılık and master the art of flying multi-engine aircraft. Enhance your piloting capabilities and open new horizons in your aviation career. For more details, reach out to us today!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Multi-Motor Training','','inherit','closed','closed','','568-revision-v1','','','2025-02-21 02:26:31','2025-02-21 02:26:31','',568,'https://asyahavacilik.com/?p=1243',0,'revision','',0),
(1115,1,'2025-02-20 00:18:37','2025-02-20 00:18:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://images.unsplash.com/photo-1494367079857-303d616995e9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGluJTIwY29ja3BpdHxlbnwwfDB8fHwxNzM5OTIxMjMzfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" background_enable_image=\"on\" min_height=\"100vh\" min_height_tablet=\"100vh\" min_height_phone=\"100vh\" min_height_last_edited=\"on|tablet\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Confidence\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Advanced Multi-Motor Pilot Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey to become a skilled pilot with our comprehensive multi-motor training program, designed to elevate your aviation expertise.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1739286895964-1c2958626cea?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJjcmFmdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDJ8fHwxNzM5OTQ4MzAwfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Asya Havacılık is dedicated to shaping the future of aviation through exceptional pilot training programs. With a focus on safety, innovation, and excellence, we empower aspiring pilots to achieve their dreams. Our mission is to provide world-class education and hands-on experience, ensuring our graduates are well-equipped to navigate the skies with confidence and precision.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"60px||60px||true|false\" custom_padding_tablet=\"0px||0px||true|false\" custom_padding_phone=\"0px||0px||true|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Why Choose Our Multi-Motor Training?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1535980394126-1db205d7e777?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxtdWx0aS1lbmdpbmUlMjBhaXJjcmFmdHxlbnwwfDB8fHwxNzQwMDEwMzk2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.19.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Curriculum\" use_icon=\"on\" font_icon=\"&#xf11c;||fa||400\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our training program covers all essential aspects of multi-motor aircraft operation, ensuring a thorough understanding of complex systems.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Experienced Instructors\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from seasoned pilots with extensive industry experience, providing invaluable insights and mentorship.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"State-of-the-Art Simulators\" use_icon=\"on\" font_icon=\"&#xf7c4;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain practical experience with cutting-edge flight simulators that replicate real-world flying conditions.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Scheduling\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Our program offers flexible training schedules to accommodate your needs, allowing you to learn at your own pace.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.4) 0%|rgba(0,0,0,0.4) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1516481265257-97e5f4bc50d5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmbGlnaHQlMjB0cmFpbmluZyUyMHNlcnZpY2VzfGVufDB8MHx8fDE3NDAwMTAzOTZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" custom_margin=\"||30px||false|false\" custom_padding=\"6vw|60px|6vw|60px|true|true\" custom_padding_tablet=\"|30px||30px|true|true\" custom_padding_phone=\"|20px||20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Flight Maneuvers\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master complex flight techniques with our advanced multi-motor training sessions, designed for experienced pilots seeking to enhance their skills.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Rating Course\" use_icon=\"on\" font_icon=\"&#xf484;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain proficiency in flying under various weather conditions with our comprehensive instrument rating course, tailored for multi-engine aircraft.</p>[/et_pb_blurb][et_pb_button button_text=\"Sign Up\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Procedures Training\" use_icon=\"on\" font_icon=\"&#xf1cd;||fa||400\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"diagonal-pills\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Prepare for unexpected situations with our emergency procedures training, focusing on multi-engine aircraft safety and response strategies.</p>[/et_pb_blurb][et_pb_button button_text=\"Join Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The multi-motor training program at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable and supportive throughout the course.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I now feel confident flying in all weather conditions. The instrument rating course was thorough and engaging.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||24px|||\"]<p>Private Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|phone\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The emergency procedures training was invaluable. I learned how to handle critical situations with ease and confidence.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||49px|||\"]<p>Flight Instructor</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Multi-Engine Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/title-2022-03-08-00-23-14-utc.jpeg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][et_pb_button button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Instrument Flying Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1540575861501-7cf05a4b125a?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxhdmlhdGlvbiUyMHNhZmV0eSUyMHNlbWluYXJ8ZW58MHwwfHx8MTc0MDAxMDM5Nnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Safety and Emergency Procedures\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1621522626370-ec009a90fbf1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJjcmFmdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDB8fHwxNzQwMDEwMzk2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced Maneuvers Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"||49px||false|false\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1517341392804-5f6daad2d02d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxtdWx0aS1lbmdpbmUlMjBhaXJjcmFmdHxlbnwwfDB8fHwxNzQwMDEwMzk2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_button button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Skills with Multi-Motor Training\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join our comprehensive Multi-Motor Training program at Asya Havacılık and master the art of flying multi-engine aircraft. Enhance your piloting capabilities and open new horizons in your aviation career. For more details, reach out to us today!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Multi-Motor Training','','inherit','closed','closed','','568-revision-v1','','','2025-02-20 00:18:37','2025-02-20 00:18:37','',568,'https://asyahavacilik.com/?p=1115',0,'revision','',0),
(1122,1,'2025-02-20 00:28:55','2025-02-20 00:28:55','','','','inherit','open','closed','','kansas-state-polytechnic-and-simlat','','','2025-02-20 00:28:58','2025-02-20 00:28:58','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg',0,'attachment','image/jpeg',0),
(1121,1,'2025-02-20 00:27:54','2025-02-20 00:27:54','','','','inherit','open','closed','','drone-reverb-racing-quadcopter','','','2025-02-20 00:28:00','2025-02-20 00:28:00','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg',0,'attachment','image/jpeg',0),
(1120,1,'2025-02-20 00:26:49','2025-02-20 00:26:49','','','','inherit','open','closed','','3d-robotics-uav-mapping-software-01','','','2025-02-20 00:26:53','2025-02-20 00:26:53','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg',0,'attachment','image/jpeg',0),
(1118,1,'2025-02-20 00:24:01','2025-02-20 00:24:01','','','','inherit','open','closed','','1678694699_hdpic-club-p-bespilotnik-36','','','2025-02-20 00:24:06','2025-02-20 00:24:06','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg',0,'attachment','image/jpeg',0),
(1119,1,'2025-02-20 00:25:39','2025-02-20 00:25:39','','','','inherit','open','closed','','dronehangar','','','2025-02-20 00:25:43','2025-02-20 00:25:43','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg',0,'attachment','image/jpeg',0),
(1123,1,'2025-02-20 00:30:05','2025-02-20 00:30:05','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1534268844255-365517e40959?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxkcm9uZSUyMGZseWluZyUyMG91dGRvb3JzfGVufDB8Mnx8fDE3NDAwMTA4MDN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1 Training\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf7a2;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"FPV Drone Racing Clinic\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 00:30:05','2025-02-20 00:30:05','',569,'https://asyahavacilik.com/?p=1123',0,'revision','',0),
(1271,1,'2025-02-22 04:55:29','2025-02-22 04:55:29','','','','inherit','open','closed','','ucak-tasarimi-nasil-yapilir-1','','','2025-02-22 04:55:36','2025-02-22 04:55:36','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Ucak-Tasarimi-Nasil-Yapilir-1.jpeg',0,'attachment','image/jpeg',0),
(1125,1,'2025-02-20 00:32:01','2025-02-20 00:32:01','','','','inherit','open','closed','','tarimda-ai','','','2025-02-20 00:32:05','2025-02-20 00:32:05','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp',0,'attachment','image/webp',0),
(1191,1,'2025-02-20 03:50:58','2025-02-20 03:50:58','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV 1-2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf57c;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-mapping-training/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\" UAV Pesticide Spraying Training\" use_icon=\"on\" font_icon=\"&#xf5bd;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV Professional Video Traininig\" use_icon=\"on\" font_icon=\"&#xf03d;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\" FPV Drone Training\" use_icon=\"on\" font_icon=\"&#xf135;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/fpv-drone-training/\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-1-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-mapping-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV Pesticide Spraying Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" custom_margin=\"|-205px||||\" custom_padding=\"||0px|||\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>In our UAV Pesticide Spraying Training, you will learn to operate drones effectively in agriculture, enhancing efficiency in pest control. Our expert instructors will teach you safe application techniques while emphasizing environmental responsibility. This program will sharpen your technical skills and empower you to make informed decisions that benefit both your crops and the ecosystem. Join us to advance your drone flying abilities and protect your harvest.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"FPV Drone Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/fpv-drone-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" custom_margin=\"101px||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" custom_margin=\"231px|||||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 03:50:58','2025-02-20 03:50:58','',569,'https://asyahavacilik.com/?p=1191',0,'revision','',0),
(1126,1,'2025-02-20 00:37:55','2025-02-20 00:37:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1534268844255-365517e40959?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxkcm9uZSUyMGZseWluZyUyMG91dGRvb3JzfGVufDB8Mnx8fDE3NDAwMTA4MDN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1 Training\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf7a2;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-1-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-mapping-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Pesticide Spraying Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"|-205px||||\" custom_padding=\"||0px|||\"]<p>In our UAV Pesticide Spraying Training, you will learn to operate drones effectively in agriculture, enhancing efficiency in pest control. Our expert instructors will teach you safe application techniques while emphasizing environmental responsibility. This program will sharpen your technical skills and empower you to make informed decisions that benefit both your crops and the ecosystem. Join us to advance your drone flying abilities and protect your harvest.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"FPV Drone Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/fpv-drone-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 00:37:55','2025-02-20 00:37:55','',569,'https://asyahavacilik.com/?p=1126',0,'revision','',0),
(1129,1,'2025-02-20 00:58:56','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2025-02-20 00:58:56','0000-00-00 00:00:00','',0,'https://asyahavacilik.com/?p=1129',0,'post','',0),
(1130,1,'2025-02-20 00:59:34','2025-02-20 00:59:34','','','','inherit','open','closed','','02-ofis-cami-goold','','','2025-02-20 01:01:19','2025-02-20 01:01:19','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/02-Ofis-Cami-GOOLD.png',0,'attachment','image/png',0),
(1131,1,'2025-02-20 00:59:55','2025-02-20 00:59:55','','','','inherit','open','closed','','0004-ofis','','','2025-02-20 01:01:14','2025-02-20 01:01:14','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png',0,'attachment','image/png',0),
(1132,1,'2025-02-20 01:00:09','2025-02-20 01:00:09','','','','inherit','open','closed','','0003-duvar-gold-kopyala','','','2025-02-20 01:01:12','2025-02-20 01:01:12','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/0003-Duvar-Gold-kopyala.png',0,'attachment','image/png',0),
(1133,1,'2025-02-20 01:00:17','2025-02-20 01:00:17','','','','inherit','open','closed','','0002-2','','','2025-02-20 01:01:09','2025-02-20 01:01:09','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/0002-2.png',0,'attachment','image/png',0),
(1134,1,'2025-02-20 01:00:23','2025-02-20 01:00:23','','','','inherit','open','closed','','0001-deep-black','','','2025-02-20 01:01:06','2025-02-20 01:01:06','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/0001-Deep-Black.png',0,'attachment','image/png',0),
(1135,1,'2025-02-20 01:00:28','2025-02-20 01:00:28','','','','inherit','open','closed','','0001-black-parlak-saydam','','','2025-02-20 01:01:01','2025-02-20 01:01:01','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/0001-Black-Parlak-Saydam.png',0,'attachment','image/png',0),
(1136,1,'2025-02-20 01:00:34','2025-02-20 01:00:34','','','','inherit','open','closed','','0001-black-parlak','','','2025-02-20 01:01:04','2025-02-20 01:01:04','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/0001-Black-Parlak.png',0,'attachment','image/png',0),
(1137,1,'2025-02-20 01:01:26','2025-02-20 01:01:26','','Divi','','publish','closed','closed','','divi','','','2025-02-20 01:01:28','2025-02-20 01:01:28','',0,'https://asyahavacilik.com/divi/',0,'custom_css','',0),
(1138,1,'2025-02-20 01:01:26','2025-02-20 01:01:26','','Divi','','inherit','closed','closed','','1137-revision-v1','','','2025-02-20 01:01:26','2025-02-20 01:01:26','',1137,'https://asyahavacilik.com/?p=1138',0,'revision','',0),
(1139,1,'2025-02-20 01:02:47','2025-02-20 01:02:47','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0c5ac9\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||6px|183px|false|false\" custom_padding=\"||0px|0px|false|false\" title_text_shadow_style=\"preset3\" title_text_shadow_blur_strength=\"0.16em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" text_text_shadow_style=\"preset3\" text_text_shadow_blur_strength=\"0.29em\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" active_link_color=\"#000000\" dropdown_menu_line_color=\"#000000\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#000000\" mobile_menu_text_color=\"#000000\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-20 01:02:47','2025-02-20 01:02:47','',662,'https://asyahavacilik.com/?p=1139',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(1128,1,'2025-02-20 00:44:14','2025-02-20 00:44:14','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1534268844255-365517e40959?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxkcm9uZSUyMGZseWluZyUyMG91dGRvb3JzfGVufDB8Mnx8fDE3NDAwMTA4MDN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1-2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf57c;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/uav-mapping-training/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"1_5\" theme_builder_area=\"post_content\"][et_pb_blurb title=\" UAV Pesticide Spraying Training\" use_icon=\"on\" font_icon=\"&#xf5bd;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Professional Video Traininig\" use_icon=\"on\" font_icon=\"&#xf03d;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"1_5\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_blurb title=\" FPV Drone Training\" use_icon=\"on\" font_icon=\"&#xf135;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/fpv-drone-training/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-1-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-mapping-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Pesticide Spraying Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"|-205px||||\" custom_padding=\"||0px|||\"]<p>In our UAV Pesticide Spraying Training, you will learn to operate drones effectively in agriculture, enhancing efficiency in pest control. Our expert instructors will teach you safe application techniques while emphasizing environmental responsibility. This program will sharpen your technical skills and empower you to make informed decisions that benefit both your crops and the ecosystem. Join us to advance your drone flying abilities and protect your harvest.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"FPV Drone Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/fpv-drone-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 00:44:14','2025-02-20 00:44:14','',569,'https://asyahavacilik.com/?p=1128',0,'revision','',0),
(1281,1,'2025-02-22 05:12:00','2025-02-22 05:12:00','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Corporate','','inherit','closed','closed','','550-revision-v1','','','2025-02-22 05:12:00','2025-02-22 05:12:00','',550,'https://asyahavacilik.com/?p=1281',0,'revision','',0),
(1274,1,'2025-02-22 05:00:59','2025-02-22 05:00:59','','','','inherit','open','closed','','human_fatigue_study','','','2025-02-22 05:01:04','2025-02-22 05:01:04','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Human_fatigue_study.jpg',0,'attachment','image/jpeg',0),
(1144,1,'2025-02-20 02:24:43','2025-02-20 02:24:43','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0004-Ofis.png\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV 1-2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf57c;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-mapping-training/\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\" UAV Pesticide Spraying Training\" use_icon=\"on\" font_icon=\"&#xf5bd;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"UAV Professional Video Traininig\" use_icon=\"on\" font_icon=\"&#xf03d;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\" FPV Drone Training\" use_icon=\"on\" font_icon=\"&#xf135;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" link_option_url=\"https://asyahavacilik.com/fpv-drone-training/\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-1-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-mapping-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV Pesticide Spraying Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" custom_margin=\"|-205px||||\" custom_padding=\"||0px|||\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>In our UAV Pesticide Spraying Training, you will learn to operate drones effectively in agriculture, enhancing efficiency in pest control. Our expert instructors will teach you safe application techniques while emphasizing environmental responsibility. This program will sharpen your technical skills and empower you to make informed decisions that benefit both your crops and the ecosystem. Join us to advance your drone flying abilities and protect your harvest.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"FPV Drone Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/fpv-drone-training/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"101px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 02:24:43','2025-02-20 02:24:43','',569,'https://asyahavacilik.com/?p=1144',0,'revision','',0),
(1142,1,'2025-02-20 02:22:37','2025-02-20 02:22:37','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"74c69059-8e69-4122-b1e6-dfeabf6c5711\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/1678694699_hdpic-club-p-bespilotnik-36.jpg\" background_enable_image=\"on\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Expert UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Join us for comprehensive UAV training programs designed to enhance your piloting skills and ensure safety and efficiency in the skies.</p>[/et_pb_text][et_pb_button button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]At Asya Havacılık, we are dedicated to providing top-tier UAV training programs that empower aspiring pilots to excel in the aviation industry. Our commitment to excellence is reflected in our comprehensive curriculum, experienced instructors, and state-of-the-art facilities. We strive to cultivate a learning environment that fosters innovation, safety, and professionalism in UAV operations.[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1534268844255-365517e40959?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxkcm9uZSUyMGZseWluZyUyMG91dGRvb3JzfGVufDB8Mnx8fDE3NDAwMTA4MDN8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Explore our diverse range of UAV training courses tailored to meet the needs of both beginners and experienced pilots.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_5,1_5,1_5,1_5,1_5\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"900px\" module_alignment=\"center\" custom_margin=\"|830px||auto||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1-2 Training\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Mapping Training\" use_icon=\"on\" font_icon=\"&#xf57c;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/uav-mapping-training/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"1_5\" theme_builder_area=\"post_content\"][et_pb_blurb title=\" UAV Pesticide Spraying Training\" use_icon=\"on\" font_icon=\"&#xf5bd;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Professional Video Traininig\" use_icon=\"on\" font_icon=\"&#xf03d;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][et_pb_column _builder_version=\"4.27.4\" _module_preset=\"default\" type=\"1_5\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_blurb title=\" FPV Drone Training\" use_icon=\"on\" font_icon=\"&#xf135;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" link_option_url=\"https://asyahavacilik.com/fpv-drone-training/\" sticky_enabled=\"0\"][/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"View All Programs\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“The UAV 1 Training course was a game-changer for my career. The instructors were knowledgeable and the hands-on experience was invaluable.”</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Drone Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>“Asya Havacılık\'s UAV Mapping Training provided me with the skills needed to excel in aerial surveying. Highly recommend!”</p>[/et_pb_text][et_pb_blurb title=\"Emily Tran\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>GIS Specialist</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Upcoming UAV Training Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV 1 Training Workshop\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/DroneHangar.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Join us for an intensive workshop focused on mastering basic UAV operations and safety protocols.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-1-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced UAV Mapping Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3D-ROBOTICS-UAV-MAPPING-SOFTWARE-01.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Enhance your mapping skills with our advanced seminar, designed for experienced UAV operators.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-mapping-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Pesticide Spraying Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/tarimda-ai.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"|-205px||||\" custom_padding=\"||0px|||\"]<p>In our UAV Pesticide Spraying Training, you will learn to operate drones effectively in agriculture, enhancing efficiency in pest control. Our expert instructors will teach you safe application techniques while emphasizing environmental responsibility. This program will sharpen your technical skills and empower you to make informed decisions that benefit both your crops and the ecosystem. Join us to advance your drone flying abilities and protect your harvest.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-pesticide-spraying-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"FPV Drone Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/drone-reverb-racing-quadcopter.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Experience the thrill of FPV racing and learn from top pilots in the field.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/fpv-drone-training/\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Professional Video Training\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Kansas-State-Polytechnic-and-Simlat.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Discover techniques for capturing stunning aerial footage with our video training course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/uav-professional-video-traininig/\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About UAV Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to the most common questions about our UAV training programs and certifications.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What prerequisites are needed for UAV training?\" open=\"on\" _builder_version=\"4.24.3\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Basic knowledge of aviation and a passion for learning are recommended, but no prior experience is required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete a UAV training course?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our courses vary in length, typically ranging from a few days to several weeks, depending on the program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is certification provided upon course completion?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, successful participants receive a certification recognized by industry standards.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1599508704512-2f19efd1e35f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxmcmVxdWVudGx5JTIwYXNrZWQlMjBxdWVzdGlvbnN8ZW58MHwxfHx8MTczOTk2ODAwMHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Join Our UAV Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Elevate your skills with our comprehensive UAV training courses. Whether you\'re interested in professional video production or precision agriculture, we have the right program for you. Sign up today to start your journey in the exciting world of UAV technology!</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV TRAINING','','inherit','closed','closed','','569-revision-v1','','','2025-02-20 02:22:37','2025-02-20 02:22:37','',569,'https://asyahavacilik.com/?p=1142',0,'revision','',0),
(1145,1,'2025-02-20 02:27:20','2025-02-20 02:27:20','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','UAV 1 Training','','inherit','closed','closed','','570-revision-v1','','','2025-02-20 02:27:20','2025-02-20 02:27:20','',570,'https://asyahavacilik.com/?p=1145',0,'revision','',0),
(1150,1,'2025-02-20 02:40:30','2025-02-20 02:40:30','[et_pb_section fb_built=\"1\" make_equal=\"on\" specialty=\"on\" bg_img_1=\"https://images.unsplash.com/photo-1578323757901-01ee4fc29f61?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGNvY2twaXR8ZW58MHwxfHx8MTc0MDAxODUwNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" custom_css_main_1=\"border-radius: 6px;\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.23.1\" _module_preset=\"default\" height_tablet=\"50vw\" height_phone=\"50vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with UAV-1 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Become a Certified UAV Pilot Today\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the future of aviation with our comprehensive UAV-1 Training program, designed to equip you with the skills and knowledge to excel in unmanned aerial vehicle piloting.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|tablet\" width=\"150%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_margin=\"30px|||-50%|false|false\" custom_margin_tablet=\"|||0%|false|false\" custom_margin_phone=\"|||0%|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" positioning_tablet=\"none\" positioning_phone=\"none\" positioning_last_edited=\"on|tablet\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#0077b6\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_heading title=\"Expert-Led Instruction\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Learn from industry-leading professionals with years of experience in UAV piloting.</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"rgba(0,0,0,0.06)\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Our program covers everything from basic flight principles to advanced UAV operations.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/operator_bespilotnykh_letatelnykh_apparatov.gif\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About UAV-1 Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">The UAV-1 Training program at Asya Havacılık is a pioneering initiative in the field of unmanned aerial vehicle piloting. This program is designed to provide aspiring pilots with a robust foundation in UAV operations, ensuring they are well-prepared for both personal and professional drone applications. With a focus on innovation and technological advancement, our program stands at the forefront of aviation training, offering participants the opportunity to gain a commercial license and embark on a rewarding career in UAV piloting.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of UAV-1 Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Experience\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain practical skills with real-world UAV flight training sessions.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Flight Techniques\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Master complex maneuvers and enhance your piloting capabilities.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Find Out How\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Cutting-Edge Technology\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" custom_margin=\"||60px|||\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Utilize the latest UAV technology and tools during your training.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Technology\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Career Opportunities\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Open doors to diverse career paths in the rapidly growing UAV industry.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"See Career Paths\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The UAV-1 Training program was a game-changer for my career. The instructors were knowledgeable and supportive, making complex concepts easy to understand.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I now have a commercial license and the confidence to operate drones professionally. The hands-on experience was invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The flexibility of the online courses allowed me to learn at my own pace while balancing my work schedule. Highly recommend this program!\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Michael Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our Courses\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Introduction to UAV Systems\" image=\"https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxvbmxpbmUlMjBsZWFybmluZ3xlbnwwfDB8fHwxNzM5OTc3NzYwfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Gain a foundational understanding of unmanned aerial vehicles and their applications in various industries.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Advanced Drone Piloting\" image=\"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8dmlydHVhbCUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTU4Nzc1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||51px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with advanced techniques and real-world scenarios.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Commercial UAV Operations\" image=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzQwMDE4NTA2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||22px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Prepare for a career in UAV operations with comprehensive training on commercial applications.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"UAV Maintenance and Safety\" image=\"https://images.unsplash.com/photo-1581089781785-603411fa81e5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwwfHx8MTc0MDAxODUwNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||48px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Learn essential maintenance practices and safety protocols to ensure optimal UAV performance.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||4px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Aerial Photography and Videography\" image=\"https://images.unsplash.com/photo-1517430796102-a3a80fe2b7a2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxVQVYlMjB0ZWNobm9sb2d5fGVufDB8MHx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Master the art of capturing stunning aerial images and videos with your drone.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Regulatory Compliance for UAVs\" image=\"https://images.unsplash.com/photo-1530876031510-edddecc62a57?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJjcmFmdCUyMHRyYWluaW5nfGVufDB8MHx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" custom_margin=\"||44px|||\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Understand the legal and regulatory framework governing UAV operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||4px|||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take the Next Step in Your Aviation Journey\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"33px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p>Join the UAV-1 Training program today and unlock new career opportunities in the field of unmanned aerial vehicles. Contact us for more information or to enroll now.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Enroll Today\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 1 Training','','inherit','closed','closed','','570-revision-v1','','','2025-02-20 02:40:30','2025-02-20 02:40:30','',570,'https://asyahavacilik.com/?p=1150',0,'revision','',0),
(1147,1,'2025-02-20 02:36:15','2025-02-20 02:36:15','[et_pb_section fb_built=\"1\" make_equal=\"on\" specialty=\"on\" bg_img_1=\"https://images.unsplash.com/photo-1578323757901-01ee4fc29f61?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxwaWxvdCUyMGNvY2twaXR8ZW58MHwxfHx8MTc0MDAxODUwNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" custom_css_main_1=\"border-radius: 6px;\" admin_label=\"Hero\" _builder_version=\"4.25.2\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.23.1\" _module_preset=\"default\" height_tablet=\"50vw\" height_phone=\"50vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with UAV-1 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Become a Certified UAV Pilot Today\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Unlock the future of aviation with our comprehensive UAV-1 Training program, designed to equip you with the skills and knowledge to excel in unmanned aerial vehicle piloting.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" custom_margin=\"||||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"default\" position_origin_a_tablet=\"\" position_origin_a_phone=\"\" position_origin_a_last_edited=\"on|tablet\" position_origin_f_tablet=\"\" position_origin_f_phone=\"\" position_origin_f_last_edited=\"on|tablet\" position_origin_r_tablet=\"\" position_origin_r_phone=\"\" position_origin_r_last_edited=\"on|tablet\" width=\"150%\" width_tablet=\"100%\" width_phone=\"100%\" width_last_edited=\"on|tablet\" custom_margin=\"30px|||-50%|false|false\" custom_margin_tablet=\"|||0%|false|false\" custom_margin_phone=\"|||0%|false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||true|false\" positioning_tablet=\"none\" positioning_phone=\"none\" positioning_last_edited=\"on|tablet\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#0077b6\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Expert-Led Instruction\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn from industry-leading professionals with years of experience in UAV piloting.</p>[/et_pb_text][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"rgba(0,0,0,0.06)\" custom_padding=\"30px|30px|30px|30px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive Curriculum\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our program covers everything from basic flight principles to advanced UAV operations.</p>[/et_pb_text][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1497952380696-994d25bf4fde?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxkcm9uZSUyMHRyYWluaW5nfGVufDB8Mnx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About UAV-1 Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">The UAV-1 Training program at Asya Havacılık is a pioneering initiative in the field of unmanned aerial vehicle piloting. This program is designed to provide aspiring pilots with a robust foundation in UAV operations, ensuring they are well-prepared for both personal and professional drone applications. With a focus on innovation and technological advancement, our program stands at the forefront of aviation training, offering participants the opportunity to gain a commercial license and embark on a rewarding career in UAV piloting.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of UAV-1 Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Hands-On Experience\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain practical skills with real-world UAV flight training sessions.</p>[/et_pb_blurb][et_pb_button button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Flight Techniques\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master complex maneuvers and enhance your piloting capabilities.</p>[/et_pb_blurb][et_pb_button button_text=\"Find Out How\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Cutting-Edge Technology\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||60px|||\"]<p>Utilize the latest UAV technology and tools during your training.</p>[/et_pb_blurb][et_pb_button button_text=\"Explore Technology\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Career Opportunities\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Open doors to diverse career paths in the rapidly growing UAV industry.</p>[/et_pb_blurb][et_pb_button button_text=\"See Career Paths\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The UAV-1 Training program was a game-changer for my career. The instructors were knowledgeable and supportive, making complex concepts easy to understand.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>John Doe</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I now have a commercial license and the confidence to operate drones professionally. The hands-on experience was invaluable.\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Jane Smith</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"#0e0c19\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The flexibility of the online courses allowed me to learn at my own pace while balancing my work schedule. Highly recommend this program!\"</p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Michael Lee</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our Online Courses\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Introduction to UAV Systems\" image=\"https://images.unsplash.com/photo-1517245386807-bb43f82c33c4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw5fHxvbmxpbmUlMjBsZWFybmluZ3xlbnwwfDB8fHwxNzM5OTc3NzYwfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a foundational understanding of unmanned aerial vehicles and their applications in various industries.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Drone Piloting\" image=\"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8dmlydHVhbCUyMGNsYXNzcm9vbXxlbnwwfDB8fHwxNzM5OTU4Nzc1fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||51px|||\"]<p>Enhance your piloting skills with advanced techniques and real-world scenarios.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Commercial UAV Operations\" image=\"https://images.unsplash.com/photo-1517048676732-d65bc937f952?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxhdmlhdGlvbiUyMGNvdXJzZXxlbnwwfDB8fHwxNzQwMDE4NTA2fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||22px|||\"]<p>Prepare for a career in UAV operations with comprehensive training on commercial applications.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"UAV Maintenance and Safety\" image=\"https://images.unsplash.com/photo-1581089781785-603411fa81e5?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw2fHxmbGlnaHQlMjBzaW11bGF0b3J8ZW58MHwwfHx8MTc0MDAxODUwNnww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||48px|||\"]<p>Learn essential maintenance practices and safety protocols to ensure optimal UAV performance.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||4px|||\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Aerial Photography and Videography\" image=\"https://images.unsplash.com/photo-1517430796102-a3a80fe2b7a2?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxVQVYlMjB0ZWNobm9sb2d5fGVufDB8MHx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the art of capturing stunning aerial images and videos with your drone.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Regulatory Compliance for UAVs\" image=\"https://images.unsplash.com/photo-1530876031510-edddecc62a57?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJjcmFmdCUyMHRyYWluaW5nfGVufDB8MHx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||44px|||\"]<p>Understand the legal and regulatory framework governing UAV operations.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" _builder_version=\"4.24.3\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" custom_margin=\"||4px|||\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Take the Next Step in Your Aviation Journey\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Join the UAV-1 Training program today and unlock new career opportunities in the field of unmanned aerial vehicles. Contact us for more information or to enroll now.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Today\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.23\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 1 Training','','inherit','closed','closed','','570-revision-v1','','','2025-02-20 02:36:15','2025-02-20 02:36:15','',570,'https://asyahavacilik.com/?p=1147',0,'revision','',0),
(1160,1,'2025-02-20 02:53:02','2025-02-20 02:53:02','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','UAV Mapping Training','','inherit','closed','closed','','574-revision-v1','','','2025-02-20 02:53:02','2025-02-20 02:53:02','',574,'https://asyahavacilik.com/?p=1160',0,'revision','',0),
(1165,1,'2025-02-20 02:53:56','2025-02-20 02:53:56','','new-portrait-10-800x800-1-5-800x800','','inherit','open','closed','','new-portrait-10-800x800-1-5-800x800','','','2025-02-20 02:53:56','2025-02-20 02:53:56','',0,'https://asyahavacilik.com/new-portrait-10-800x800-1-5-800x800/',0,'attachment','image/jpeg',0),
(1164,1,'2025-02-20 02:53:56','2025-02-20 02:53:56','','new-portrait-11-800x800-1-6-800x800','','inherit','open','closed','','new-portrait-11-800x800-1-6-800x800','','','2025-02-20 02:53:56','2025-02-20 02:53:56','',0,'https://asyahavacilik.com/new-portrait-11-800x800-1-6-800x800/',0,'attachment','image/jpeg',0),
(1166,1,'2025-02-20 02:53:56','2025-02-20 02:53:56','','new-portrait-9-800x800-1-5-800x800','','inherit','open','closed','','new-portrait-9-800x800-1-5-800x800','','','2025-02-20 02:53:56','2025-02-20 02:53:56','',0,'https://asyahavacilik.com/new-portrait-9-800x800-1-5-800x800/',0,'attachment','image/jpeg',0),
(1156,1,'2025-02-20 02:47:02','2025-02-20 02:47:02','','','','inherit','open','closed','','3-rd-uav','','','2025-02-20 02:47:06','2025-02-20 02:47:06','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/3-RD-UAV.jpg',0,'attachment','image/jpeg',0),
(1155,1,'2025-02-20 02:45:48','2025-02-20 02:45:48','','','','inherit','open','closed','','img_0747','','','2025-02-20 02:45:53','2025-02-20 02:45:53','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/IMG_0747.jpg',0,'attachment','image/jpeg',0),
(1157,1,'2025-02-20 02:51:15','2025-02-20 02:51:15','','','','inherit','open','closed','','765494460-scaled-1','','','2025-02-20 02:51:20','2025-02-20 02:51:20','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/765494460-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1149,1,'2025-02-20 02:37:06','2025-02-20 02:37:06','','','','inherit','open','closed','','operator_bespilotnykh_letatelnykh_apparatov','','','2025-02-20 02:37:11','2025-02-20 02:37:11','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/operator_bespilotnykh_letatelnykh_apparatov.gif',0,'attachment','image/gif',0),
(1151,1,'2025-02-20 02:41:18','2025-02-20 02:41:18','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','UAV 2 Training','','inherit','closed','closed','','571-revision-v1','','','2025-02-20 02:41:18','2025-02-20 02:41:18','',571,'https://asyahavacilik.com/?p=1151',0,'revision','',0),
(1159,1,'2025-02-20 02:52:28','2025-02-20 02:52:28','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with UAV 2 Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Enroll Now for Advanced UAV Piloting\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our comprehensive UAV 2 Training program and elevate your piloting skills to new heights. Designed for aspiring professionals, this course equips you with the knowledge and expertise to operate advanced unmanned aerial vehicles safely and efficiently.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/IMG_0747.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About UAV 2 Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"72px||||false|false\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">The UAV 2 Training program at Asya Havacılık is an essential step for those looking to excel in the field of unmanned aerial vehicle operation. This program is crucial for pilots aiming to fly UAVs over 25kg and up to 150kg for commercial purposes. Our training offers an in-depth curriculum that combines both theoretical knowledge and hands-on experience, ensuring that participants are fully prepared to meet industry standards and safety regulations.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3-RD-UAV.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our UAV 2 Course\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Our UAV 2 Piloting Course is designed to provide comprehensive training for aspiring UAV operators.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Gain a solid understanding of UAV systems, aerodynamics, and flight regulations through our extensive theoretical modules.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Develop practical skills with real-world flight scenarios, enhancing your ability to handle advanced UAVs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Learn about essential safety protocols and compliance requirements to ensure responsible UAV operation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Equipment Handling\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Get trained on the latest UAV technology and equipment, preparing you for a successful career in the industry.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive UAV 2 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our UAV 2 Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain a thorough understanding of UAV regulations, aerodynamics, and safety protocols essential for operating advanced drones.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with practical flight sessions using state-of-the-art UAVs under expert supervision.</p>[/et_pb_blurb][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Alex Johnson\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The UAV 2 Training at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable, and the hands-on experience was invaluable.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Maria Lopez\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Thanks to Asya Havacılık, I now confidently operate UAVs for commercial projects. The course exceeded my expectations in every way.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David Kim\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The comprehensive curriculum and supportive trainers made learning enjoyable and effective. I highly recommend this program to aspiring UAV pilots.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Sophie Chen\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık provided the perfect blend of theory and practice. The training prepared me thoroughly for real-world UAV operations.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/765494460-scaled-1.jpg\" custom_padding=\"14vw||14vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take Flight with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Program Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 2 Training','','inherit','closed','closed','','571-revision-v1','','','2025-02-20 02:52:28','2025-02-20 02:52:28','',571,'https://asyahavacilik.com/?p=1159',0,'revision','',0),
(1158,1,'2025-02-20 02:51:36','2025-02-20 02:51:36','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with UAV 2 Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Enroll Now for Advanced UAV Piloting\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join our comprehensive UAV 2 Training program and elevate your piloting skills to new heights. Designed for aspiring professionals, this course equips you with the knowledge and expertise to operate advanced unmanned aerial vehicles safely and efficiently.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/IMG_0747.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About UAV 2 Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"72px||||false|false\"]<p style=\"text-align: justify;\">The UAV 2 Training program at Asya Havacılık is an essential step for those looking to excel in the field of unmanned aerial vehicle operation. This program is crucial for pilots aiming to fly UAVs over 25kg and up to 150kg for commercial purposes. Our training offers an in-depth curriculum that combines both theoretical knowledge and hands-on experience, ensuring that participants are fully prepared to meet industry standards and safety regulations.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/3-RD-UAV.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Features of Our UAV 2 Course\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Our UAV 2 Piloting Course is designed to provide comprehensive training for aspiring UAV operators.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"]<p>Gain a solid understanding of UAV systems, aerodynamics, and flight regulations through our extensive theoretical modules.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"]<p>Develop practical skills with real-world flight scenarios, enhancing your ability to handle advanced UAVs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"]<p>Learn about essential safety protocols and compliance requirements to ensure responsible UAV operation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Equipment Handling\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" sticky_enabled=\"0\"]<p>Get trained on the latest UAV technology and equipment, preparing you for a successful career in the industry.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Comprehensive UAV 2 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our UAV 2 Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain a thorough understanding of UAV regulations, aerodynamics, and safety protocols essential for operating advanced drones.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your piloting skills with practical flight sessions using state-of-the-art UAVs under expert supervision.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Alex Johnson\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>\"The UAV 2 Training at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable, and the hands-on experience was invaluable.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Maria Lopez\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>\"Thanks to Asya Havacılık, I now confidently operate UAVs for commercial projects. The course exceeded my expectations in every way.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"David Kim\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>\"The comprehensive curriculum and supportive trainers made learning enjoyable and effective. I highly recommend this program to aspiring UAV pilots.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Sophie Chen\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>\"Asya Havacılık provided the perfect blend of theory and practice. The training prepared me thoroughly for real-world UAV operations.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/765494460-scaled-1.jpg\" custom_padding=\"14vw||14vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take Flight with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_button button_text=\"Join Our Program Today\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 2 Training','','inherit','closed','closed','','571-revision-v1','','','2025-02-20 02:51:36','2025-02-20 02:51:36','',571,'https://asyahavacilik.com/?p=1158',0,'revision','',0),
(1153,1,'2025-02-20 02:43:55','2025-02-20 02:43:55','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with UAV 2 Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Enroll Now for Advanced UAV Piloting\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our comprehensive UAV 2 Training program and elevate your piloting skills to new heights. Designed for aspiring professionals, this course equips you with the knowledge and expertise to operate advanced unmanned aerial vehicles safely and efficiently.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1464490404667-9144afd93761?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw0fHxwaWxvdCUyMGNvY2twaXR8ZW58MHwwfHx8MTc0MDAxOTMzOHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About UAV 2 Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]The UAV 2 Training program at Asya Havacılık is an essential step for those looking to excel in the field of unmanned aerial vehicle operation. This program is crucial for pilots aiming to fly UAVs over 25kg and up to 150kg for commercial purposes. Our training offers an in-depth curriculum that combines both theoretical knowledge and hands-on experience, ensuring that participants are fully prepared to meet industry standards and safety regulations.[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1517325619117-a469256220f1?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxkcm9uZSUyMHRyYWluaW5nfGVufDB8Mnx8fDE3NDAwMTg1MDZ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Features of Our UAV 2 Course\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our UAV 2 Piloting Course is designed to provide comprehensive training for aspiring UAV operators.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a solid understanding of UAV systems, aerodynamics, and flight regulations through our extensive theoretical modules.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Develop practical skills with real-world flight scenarios, enhancing your ability to handle advanced UAVs.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn about essential safety protocols and compliance requirements to ensure responsible UAV operation.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Equipment Handling\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#03045e\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\"]<p>Get trained on the latest UAV technology and equipment, preparing you for a successful career in the industry.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"700px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive UAV 2 Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Our UAV 2 Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_level=\"h2\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"In-Depth Theoretical Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain a thorough understanding of UAV regulations, aerodynamics, and safety protocols essential for operating advanced drones.</p>[/et_pb_blurb][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Hands-On Flight Experience\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your piloting skills with practical flight sessions using state-of-the-art UAVs under expert supervision.</p>[/et_pb_blurb][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.24.2\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Graduates Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Alex Johnson\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>\"The UAV 2 Training at Asya Havacılık was a game-changer for my career. The instructors were knowledgeable, and the hands-on experience was invaluable.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Maria Lopez\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I now confidently operate UAVs for commercial projects. The course exceeded my expectations in every way.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"David Kim\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>\"The comprehensive curriculum and supportive trainers made learning enjoyable and effective. I highly recommend this program to aspiring UAV pilots.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Sophie Chen\" quote_icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" body_font=\"IBM Plex Sans||||||||\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans||||||||\" company_font=\"IBM Plex Sans||||||||\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\"]<p>\"Asya Havacılık provided the perfect blend of theory and practice. The training prepared me thoroughly for real-world UAV operations.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://images.unsplash.com/photo-1445605081472-9788fb3bc02f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw4fHxzdHVkZW50cyUyMGZseWluZ3xlbnwwfDB8fHwxNzM5OTIyNjcyfDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Take Flight with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Join Our Program Today\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV 2 Training','','inherit','closed','closed','','571-revision-v1','','','2025-02-20 02:43:55','2025-02-20 02:43:55','',571,'https://asyahavacilik.com/?p=1153',0,'revision','',0),
(1172,1,'2025-02-20 03:10:21','2025-02-20 03:10:21','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','UAV Pesticide Spraying Training','','inherit','closed','closed','','572-revision-v1','','','2025-02-20 03:10:21','2025-02-20 03:10:21','',572,'https://asyahavacilik.com/?p=1172',0,'revision','',0),
(1168,1,'2025-02-20 03:01:44','2025-02-20 03:01:44','','','','inherit','open','closed','','hcbea3b6fea574fd1924fed0fce8e8302d','','','2025-02-20 03:01:50','2025-02-20 03:01:50','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Hcbea3b6fea574fd1924fed0fce8e8302D.webp',0,'attachment','image/webp',0),
(1169,1,'2025-02-20 03:06:21','2025-02-20 03:06:21','','','','inherit','open','closed','','dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_bitmap','','','2025-02-20 03:06:36','2025-02-20 03:06:36','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap.avif',0,'attachment','image/avif',0),
(1171,1,'2025-02-20 03:09:46','2025-02-20 03:09:46','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Hcbea3b6fea574fd1924fed0fce8e8302D.webp\" custom_padding=\"11vw||11vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_heading title=\"Master the Art of Drone Mapping\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the potential of UAV technology to revolutionize mapping across industries.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Mapping with UAVs\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#0077b6\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Join Our Training Program\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your skills with cutting-edge drone mapping techniques.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover UAV Mapping Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_margin=\"43px||10px||false|false\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||58px||false|false\" global_colors_info=\"{}\"]UAV Mapping Training is a comprehensive program designed to equip professionals with the skills needed to leverage drone technology for precise mapping. This training is crucial for sectors such as construction, mining, and agriculture, where accurate mapping is essential for project success. By participating, you gain hands-on experience and theoretical knowledge, making you proficient in modern mapping techniques.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Why Choose Our Training?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Interactive Learning Modules\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Engage with dynamic content that enhances understanding and retention.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Practical Applications\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Apply your knowledge in real-world scenarios to solidify your skills.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive Data Processing\" use_icon=\"on\" font_icon=\"&#xe0f2;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Master the art of converting raw data into actionable mapping insights.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flight Planning Expertise\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Learn to design efficient flight paths for optimal data collection.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Understand essential safety protocols and regulatory requirements.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Photography Techniques\" use_icon=\"on\" font_icon=\"&#xf5ae;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your mapping accuracy with expert-level photography skills.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||96px|||\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Skills You\'ll Acquire\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain expertise in photogrammetric techniques, enabling precise and accurate mapping results.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Advanced Flight Planning\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Master the art of strategic flight planning to optimize data collection for mapping projects.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Data Processing Proficiency\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Learn how to efficiently process and analyze data to create detailed and reliable maps.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"#03045e 40%|rgba(0,0,0,0.5) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-scaled.avif\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22,%22background_color_gradient_stops%22%93}\"][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Ideal Participants\" _builder_version=\"4.25.1\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#0077b6\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Target Audience\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22title_text_color%22,%22title_text_color%22%93}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#3c3a47%22:%91%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22%93}\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\"]<p style=\"text-align: justify;\">This program is tailored for professionals in construction, agriculture, and mining sectors who seek to enhance their mapping skills. Civil engineers, map engineers, and individuals interested in image processing technologies will find the training invaluable. Additionally, entrepreneurs looking to venture into mapping services and workers in power plants can greatly benefit from this comprehensive training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"John Doe\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The Drone Mapping Training at Asya Havacılık transformed my approach to mapping. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Jane Smith\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"As a civil engineer, the skills I gained from this training have significantly improved the accuracy of my projects. Highly recommended!\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" custom_padding=\"||57px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The interactive sessions and practical applications made learning enjoyable and effective. I now feel confident in my mapping abilities.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Michael Brown\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" custom_padding=\"||57px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"This training opened new career opportunities for me. The knowledge and skills acquired are indispensable in my field.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sarah Lee\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciated the comprehensive coverage of drone technology and mapping techniques. The instructors were knowledgeable and supportive.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Unlock Your Drone Mapping Potential\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" custom_margin=\"110px||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\"]<p style=\"text-align: left;\">Join our comprehensive Drone Mapping Training program and elevate your skills in UAV technology. Gain hands-on experience and learn to execute precise mapping operations across various industries. Don\'t miss the opportunity to advance your career with cutting-edge drone expertise.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now or Learn More\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"112px|||||\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Mapping Training','','inherit','closed','closed','','574-revision-v1','','','2025-02-20 03:09:46','2025-02-20 03:09:46','',574,'https://asyahavacilik.com/?p=1171',0,'revision','',0),
(1170,1,'2025-02-20 03:08:45','2025-02-20 03:08:45','[et_pb_section fb_built=\"1\" specialty=\"on\" padding_top_1=\"0px\" padding_top_bottom_link_1=\"false\" padding_left_right_link_1=\"false\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.6) 0%|rgba(0,0,0,0.6) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/Hcbea3b6fea574fd1924fed0fce8e8302D.webp\" custom_padding=\"11vw||11vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Art of Drone Mapping\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Unlock the potential of UAV technology to revolutionize mapping across industries.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.24.3\" _module_preset=\"533f52f4-ee6c-4dcb-aade-f0bc088a737f\" position_origin_a=\"bottom_left\" width=\"100%\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Precision Mapping with UAVs\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#0077b6\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Join Our Training Program\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Enhance your skills with cutting-edge drone mapping techniques.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Discover UAV Mapping Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"43px||10px||false|false\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"||58px||false|false\"]UAV Mapping Training is a comprehensive program designed to equip professionals with the skills needed to leverage drone technology for precise mapping. This training is crucial for sectors such as construction, mining, and agriculture, where accurate mapping is essential for project success. By participating, you gain hands-on experience and theoretical knowledge, making you proficient in modern mapping techniques.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Program Highlights\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Why Choose Our Training?\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Interactive Learning Modules\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Engage with dynamic content that enhances understanding and retention.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Practical Applications\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Apply your knowledge in real-world scenarios to solidify your skills.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive Data Processing\" use_icon=\"on\" font_icon=\"&#xe0f2;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Master the art of converting raw data into actionable mapping insights.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Planning Expertise\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to design efficient flight paths for optimal data collection.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Safety and Compliance\" use_icon=\"on\" font_icon=\"&#xe0f6;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand essential safety protocols and regulatory requirements.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Photography Techniques\" use_icon=\"on\" font_icon=\"&#xf5ae;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Enhance your mapping accuracy with expert-level photography skills.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"||96px|||\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_top=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Skills You\'ll Acquire\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Gain expertise in photogrammetric techniques, enabling precise and accurate mapping results.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Advanced Flight Planning\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Master the art of strategic flight planning to optimize data collection for mapping projects.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Data Processing Proficiency\" _builder_version=\"4.24.2\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn how to efficiently process and analyze data to create detailed and reliable maps.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"#03045e 40%|rgba(0,0,0,0.5) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/dacd5c0c-6b71-43c8-81c2-a54a8f0ed212_Bitmap-scaled.avif\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22,%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" background_color=\"#FFFFFF\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Ideal Participants\" _builder_version=\"4.25.1\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#0077b6\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Target Audience\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22title_text_color%22,%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#3c3a47%22:%91%22text_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22%93}\" body_font_size_tablet=\"15px\" body_font_size_phone=\"14px\" body_font_size_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">This program is tailored for professionals in construction, agriculture, and mining sectors who seek to enhance their mapping skills. Civil engineers, map engineers, and individuals interested in image processing technologies will find the training invaluable. Additionally, entrepreneurs looking to venture into mapping services and workers in power plants can greatly benefit from this comprehensive training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"John Doe\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"The Drone Mapping Training at Asya Havacılık transformed my approach to mapping. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Jane Smith\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"As a civil engineer, the skills I gained from this training have significantly improved the accuracy of my projects. Highly recommended!\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Emily Johnson\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding=\"||57px|||\"]<p>\"The interactive sessions and practical applications made learning enjoyable and effective. I now feel confident in my mapping abilities.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Michael Brown\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding=\"||57px|||\"]<p>\"This training opened new career opportunities for me. The knowledge and skills acquired are indispensable in my field.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_testimonial author=\"Sarah Lee\" quote_icon_color=\"#0C71C3\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.27.4\" _module_preset=\"0e35d7c8-43f7-4642-88fa-284809e5aebb\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" author_font=\"IBM Plex Sans|700|||||||\" author_text_color=\"#111111\" position_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" company_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-heading-color%22:%91%22author_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>\"I appreciated the comprehensive coverage of drone technology and mapping techniques. The instructors were knowledgeable and supportive.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Unlock Your Drone Mapping Potential\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"85px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" background_layout=\"dark\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22link_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: left;\">Join our comprehensive Drone Mapping Training program and elevate your skills in UAV technology. Gain hands-on experience and learn to execute precise mapping operations across various industries. Don\'t miss the opportunity to advance your career with cutting-edge drone expertise.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Enroll Now or Learn More\" button_alignment=\"right\" button_alignment_tablet=\"right\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Mapping Training','','inherit','closed','closed','','574-revision-v1','','','2025-02-20 03:08:45','2025-02-20 03:08:45','',574,'https://asyahavacilik.com/?p=1170',0,'revision','',0),
(1179,1,'2025-02-20 03:32:08','2025-02-20 03:32:08','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','UAV Professional Video Traininig','','inherit','closed','closed','','575-revision-v1','','','2025-02-20 03:32:08','2025-02-20 03:32:08','',575,'https://asyahavacilik.com/?p=1179',0,'revision','',0),
(1184,1,'2025-02-20 03:40:13','2025-02-20 03:40:13','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','FPV Drone Training','','inherit','closed','closed','','573-revision-v1','','','2025-02-20 03:40:13','2025-02-20 03:40:13','',573,'https://asyahavacilik.com/?p=1184',0,'revision','',0),
(1174,1,'2025-02-20 03:21:52','2025-02-20 03:21:52','','','','inherit','open','closed','','maxresdefault','','','2025-02-20 03:21:56','2025-02-20 03:21:56','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/maxresdefault.jpg',0,'attachment','image/jpeg',0),
(1175,1,'2025-02-20 03:23:51','2025-02-20 03:23:51','','','','inherit','open','closed','','22','','','2025-02-20 03:23:55','2025-02-20 03:23:55','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/22.jpg',0,'attachment','image/jpeg',0),
(1176,1,'2025-02-20 03:26:30','2025-02-20 03:26:30','','','','inherit','open','closed','','htb1-sa2mc_i8kjjy0foq6yfnvxa7','','','2025-02-20 03:26:35','2025-02-20 03:26:35','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp',0,'attachment','image/webp',0),
(1177,1,'2025-02-20 03:30:42','2025-02-20 03:30:42','','','','inherit','open','closed','','htb1ia0halvsk1rjsspdq6azepxat','','','2025-02-20 03:30:50','2025-02-20 03:30:50','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1Ia0HaLvsK1RjSspdq6AZepXat.jpg',0,'attachment','image/jpeg',0),
(1178,1,'2025-02-20 03:31:22','2025-02-20 03:31:22','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Art of Drone Pesticide Spraying\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Agricultural Skills with UAV Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Join our comprehensive training program and unlock the potential of drone technology in agriculture. Learn to efficiently and safely manage pesticide spraying operations.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/maxresdefault.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"42px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"||132px|||\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Empowering the Future of Agriculture\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"61px|auto||auto||\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">Our UAV Pesticide Spraying Training is designed to equip participants with the essential skills needed to revolutionize agricultural practices. As drones become integral to modern farming, understanding their application in pesticide spraying is crucial. This program not only highlights the technological advancements in agriculture but also ensures participants are well-versed in safe and effective drone operations, making them invaluable assets in the agricultural sector.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/22.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"-17px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"88px|||||\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Comprehensive Training Features\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our training program is meticulously crafted to cover every aspect of drone pesticide spraying, ensuring participants gain a thorough understanding and practical experience.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"Flight Planning Mastery\" open=\"on\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn to design precise flight paths for efficient and effective pesticide application, maximizing coverage and minimizing waste.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Safety Protocols\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Understand the critical safety measures and regulations necessary for operating drones in agricultural environments, ensuring both operator and environmental safety.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Advanced Spraying Techniques\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Discover innovative spraying methods that enhance the efficacy of agrochemical applications, tailored to various crop needs.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Data Processing & Analysis\" _builder_version=\"4.17.6\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Gain insights into data collection and analysis, enabling informed decision-making and improved agricultural outcomes through technology.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"How It Works\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Discover the Training Process\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Step 1\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Begin with an introduction to drone technology and its applications in agriculture.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Step 2\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn essential flight planning techniques for efficient pesticide spraying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" border_color_all=\"rgba(0,0,0,0.08)\" border_width_bottom=\"2px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Step 3\" module_class=\"ai_ignore_all\" _builder_version=\"4.25.1\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.25.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Master safe spraying techniques and data processing for optimal results.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Explore the Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#002872\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" hover_enabled=\"0\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: left;\">\"The UAV Pesticide Spraying Training was a game-changer for my farm operations. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Farm Owner</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to the training, I now confidently use drones for pesticide spraying, saving time and resources while ensuring safety.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Agricultural Specialist</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The comprehensive approach of the program equipped me with the skills needed to integrate drone technology into my work seamlessly.\"</p>[/et_pb_text][et_pb_blurb title=\"Michael Lee\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Agrochemical Technician</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"This training opened new career opportunities for me in the agrochemical industry. Highly recommended!\"</p>[/et_pb_text][et_pb_blurb title=\"Emily Clark\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"corner-square\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||28px|||\"]<p>Drone Operator</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1Ia0HaLvsK1RjSspdq6AZepXat.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Join Our UAV Training Today!\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Transform your agricultural practices with our expert-led UAV Pesticide Spraying Training. Gain the skills needed to enhance efficiency and safety in your operations. Enroll now to start your journey with Asya Havacılık.</p>[/et_pb_text][et_pb_button button_text=\"Sign Up Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Pesticide Spraying Training','','inherit','closed','closed','','572-revision-v1','','','2025-02-20 03:31:22','2025-02-20 03:31:22','',572,'https://asyahavacilik.com/?p=1178',0,'revision','',0),
(1181,1,'2025-02-20 03:35:03','2025-02-20 03:35:03','','','','inherit','open','closed','','11maxresdefault','','','2025-02-20 03:35:08','2025-02-20 03:35:08','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/11maxresdefault.jpg',0,'attachment','image/jpeg',0),
(1183,1,'2025-02-20 03:39:57','2025-02-20 03:39:57','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#002872\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"corner-pill\" custom_padding=\"0vw||0vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Art of Aerial Videography\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Professional Drone Video Shooting Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the potential of drone technology to capture breathtaking views and unique perspectives with our comprehensive training program.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/11maxresdefault.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"52px|||||\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">Our Drone Video Shooting Training program is designed to equip participants with essential skills in drone technology and video production. This program emphasizes the importance of safe and effective drone use, offering a blend of theoretical knowledge and practical application. Participants will gain insights into flight planning, safety protocols, and advanced shooting techniques, making it ideal for professionals and hobbyists alike. Join us to explore the innovative world of drone videography and enhance your creative capabilities.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" custom_margin=\"64px|||||\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Key Learning Outcomes\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\"]<p>Our training program offers a comprehensive curriculum to elevate your drone videography skills.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Drone Preparation Techniques\" use_icon=\"on\" font_icon=\"&#xf144;||fa||400\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Learn how to properly set up and prepare your UAV for optimal video recording sessions.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Advanced Camera Settings\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Master the technical aspects of UAV cameras to capture stunning visuals with precision.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flight Safety and Planning\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Understand critical safety measures and effective flight planning for successful video shoots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Video Editing Skills\" use_icon=\"on\" font_icon=\"&#xf035;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\"]<p>Develop the ability to edit and enhance your footage, transforming raw clips into professional-quality videos.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" background_color=\"#03045e\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22header_text_color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93}\"][et_pb_column type=\"3_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Who Will Benefit from Our Training?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" custom_margin=\"79px||10px||false|false\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">Our Drone Video Shooting Training is designed for a wide range of individuals eager to harness the power of drone technology for video production. Whether you\'re a professional in the cinema industry, a YouTuber looking to enhance your content, or an event videographer aiming to capture unforgettable moments, our program offers invaluable skills. Hobbyists and documentary producers will also find this training essential for mastering the art of aerial videography.</p>\n<p>By participating in our program, you\'ll gain the expertise needed to safely and creatively operate drones, ensuring your video projects stand out. Join us to unlock new perspectives and elevate your video production capabilities.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Steps\" _builder_version=\"4.24.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf14a;||fa||400\" _builder_version=\"4.24.3\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 1\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 1: Preparing Your UAV\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\"]<p>Begin your journey by learning how to properly prepare your UAV for video recording. This includes understanding the technical specifications and ensuring all equipment is in optimal condition.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf0ae;||fa||900\" _builder_version=\"4.24.2\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 2\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 2: Planning Your Video Content\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||54px||false|false\" global_colors_info=\"{}\"]<p>Develop a comprehensive video content plan, including storyboarding and assessing weather conditions to ensure the best shooting environment.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf6d7;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 3\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 3: Mastering Flight Techniques\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||53px||false|false\" global_colors_info=\"{}\"]<p>Gain hands-on experience with flight patterns and movements that enhance video quality. Learn how different maneuvers impact your footage.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Techniques\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf46d;||fa||900\" _builder_version=\"4.24.2\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][/et_pb_icon][et_pb_heading title=\"Step 4\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Step 4: Editing and Final Production\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" custom_margin=\"||52px||false|false\" global_colors_info=\"{}\"]<p>Conclude your training by diving into video editing techniques. Learn how to process and enhance your footage to create a polished final product.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Start Editing\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"||110px|||\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"#0077b6\" border_width_left=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The Drone Video Shooting Training at Asya Havacılık transformed my approach to videography. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Professional Videographer</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"#0077b6\" border_width_left=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Thanks to Asya Havacılık, I now feel confident in using drones for my documentary projects. The training was thorough and engaging.\"</p>[/et_pb_text][et_pb_blurb title=\"Maria Lopez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Documentary Producer</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"#03045e 65%|rgba(255,255,255,0) 65%\" background_color_gradient_start=\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\" background_color_gradient_start_position=\"65%\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"65%\" background_last_edited=\"on|desktop\" background_color_gradient_direction_tablet=\"180deg\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93,%22#03045e%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Video Skills with Our Drone Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" global_colors_info=\"{}\"]<p>Unlock the full potential of drone technology and master the art of professional video shooting. Enroll in our comprehensive training program today and gain the skills needed to capture breathtaking footage safely and effectively. Whether you\'re a seasoned professional or just starting out, our course offers invaluable insights and hands-on experience. Don\'t miss this opportunity to enhance your career or hobby. Contact us now for more information and take the first step towards becoming a drone video expert!</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join the Training Now\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxzdHVkZW50cyUyMGluJTIwY2xhc3Nyb29tfGVufDB8MHx8fDE3NDAwMjIzOTJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Professional Video Traininig','','inherit','closed','closed','','575-revision-v1','','','2025-02-20 03:39:57','2025-02-20 03:39:57','',575,'https://asyahavacilik.com/?p=1183',0,'revision','',0),
(1182,1,'2025-02-20 03:39:31','2025-02-20 03:39:31','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" background_color=\"#002872\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.29) 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_enable_image=\"off\" background_enable_mask_style=\"on\" background_mask_style=\"corner-pill\" custom_padding=\"14vw||14vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Art of Aerial Videography\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Professional Drone Video Shooting Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Unlock the potential of drone technology to capture breathtaking views and unique perspectives with our comprehensive training program.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/11maxresdefault.jpg\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"52px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"About Our Training Program\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">Our Drone Video Shooting Training program is designed to equip participants with essential skills in drone technology and video production. This program emphasizes the importance of safe and effective drone use, offering a blend of theoretical knowledge and practical application. Participants will gain insights into flight planning, safety protocols, and advanced shooting techniques, making it ideal for professionals and hobbyists alike. Join us to explore the innovative world of drone videography and enhance your creative capabilities.</p>[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/HTB1.sA2mC_I8KJjy0Foq6yFnVXa7.webp\" title_text=\"800x800\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"64px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Learning Outcomes\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" max_width=\"800px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our training program offers a comprehensive curriculum to elevate your drone videography skills.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Drone Preparation Techniques\" use_icon=\"on\" font_icon=\"&#xf144;||fa||400\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Learn how to properly set up and prepare your UAV for optimal video recording sessions.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Camera Settings\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Master the technical aspects of UAV cameras to capture stunning visuals with precision.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flight Safety and Planning\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Understand critical safety measures and effective flight planning for successful video shoots.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Video Editing Skills\" use_icon=\"on\" font_icon=\"&#xf035;||fa||900\" icon_color=\"#0C71C3\" icon_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"corner-pill\" text_orientation=\"center\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22body_link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Develop the ability to edit and enhance your footage, transforming raw clips into professional-quality videos.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.24.3\" _module_preset=\"333b8a65-5730-490d-b80e-51611171c668\" background_color=\"#03045e\" border_radii=\"on|6px|6px|6px|6px\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22,%22color%22,%22header_text_color%22,%22color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22color%22%93,%22gcid-9a15b43a-75da-4015-a522-d0ef1179ded7%22:%91%22body_text_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Who Will Benefit from Our Training?\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"79px||10px||false|false\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" hover_enabled=\"0\" locked=\"off\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p style=\"text-align: justify;\">Our Drone Video Shooting Training is designed for a wide range of individuals eager to harness the power of drone technology for video production. Whether you\'re a professional in the cinema industry, a YouTuber looking to enhance your content, or an event videographer aiming to capture unforgettable moments, our program offers invaluable skills. Hobbyists and documentary producers will also find this training essential for mastering the art of aerial videography.</p>\n<p>By participating in our program, you\'ll gain the expertise needed to safely and creatively operate drones, ensuring your video projects stand out. Join us to unlock new perspectives and elevate your video production capabilities.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Steps\" _builder_version=\"4.24.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"0px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf14a;||fa||400\" _builder_version=\"4.24.3\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"Step 1\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Step 1: Preparing Your UAV\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Begin your journey by learning how to properly prepare your UAV for video recording. This includes understanding the technical specifications and ensuring all equipment is in optimal condition.</p>[/et_pb_text][et_pb_button button_text=\"Learn More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf0ae;||fa||900\" _builder_version=\"4.24.2\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"Step 2\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Step 2: Planning Your Video Content\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"||54px||false|false\"]<p>Develop a comprehensive video content plan, including storyboarding and assessing weather conditions to ensure the best shooting environment.</p>[/et_pb_text][et_pb_button button_text=\"Discover More\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf6d7;||fa||900\" _builder_version=\"4.24.3\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"Step 3\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Step 3: Mastering Flight Techniques\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"||53px||false|false\"]<p>Gain hands-on experience with flight patterns and movements that enhance video quality. Learn how different maneuvers impact your footage.</p>[/et_pb_text][et_pb_button button_text=\"Explore Techniques\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" border_color_all=\"#0077b6\" border_width_top=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf46d;||fa||900\" _builder_version=\"4.24.2\" _module_preset=\"cfd71ba2-5416-411d-a5b2-b2ea5be81af8\" background_color=\"#0077b6\" background_mask_style=\"corner-pill\" custom_margin=\"-24px||||false|false\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"Step 4\" module_class=\"ai_ignore_all\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Step 4: Editing and Final Production\" _builder_version=\"4.24.3\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"||52px||false|false\"]<p>Conclude your training by diving into video editing techniques. Learn how to process and enhance your footage to create a polished final product.</p>[/et_pb_text][et_pb_button button_text=\"Start Editing\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"||110px|||\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Participants Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.2\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"#0077b6\" border_width_left=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The Drone Video Shooting Training at Asya Havacılık transformed my approach to videography. The hands-on experience and expert guidance were invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Professional Videographer</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||20px|false|false\" border_color_all=\"#0077b6\" border_width_left=\"2px\" global_colors_info=\"{%22#0077b6%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" custom_margin=\"||30px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"Thanks to Asya Havacılık, I now feel confident in using drones for my documentary projects. The training was thorough and engaging.\"</p>[/et_pb_text][et_pb_blurb title=\"Maria Lopez\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Documentary Producer</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"90deg\" background_color_gradient_stops=\"#03045e 65%|rgba(255,255,255,0) 65%\" background_color_gradient_start=\"gcid-36fd78a7-34bc-404d-873c-dafa34efaae5\" background_color_gradient_start_position=\"65%\" background_color_gradient_end=\"rgba(255,255,255,0)\" background_color_gradient_end_position=\"65%\" background_last_edited=\"on|desktop\" background_color_gradient_direction_tablet=\"180deg\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93,%22#03045e%22:%91%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Video Skills with Our Drone Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Unlock the full potential of drone technology and master the art of professional video shooting. Enroll in our comprehensive training program today and gain the skills needed to capture breathtaking footage safely and effectively. Whether you\'re a seasoned professional or just starting out, our course offers invaluable insights and hands-on experience. Don\'t miss this opportunity to enhance your career or hobby. Contact us now for more information and take the first step towards becoming a drone video expert!</p>[/et_pb_text][et_pb_button button_text=\"Join the Training Now\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwzfHxzdHVkZW50cyUyMGluJTIwY2xhc3Nyb29tfGVufDB8MHx8fDE3NDAwMjIzOTJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','UAV Professional Video Traininig','','inherit','closed','closed','','575-revision-v1','','','2025-02-20 03:39:31','2025-02-20 03:39:31','',575,'https://asyahavacilik.com/?p=1182',0,'revision','',0),
(1189,1,'2025-02-20 03:48:29','2025-02-20 03:48:29','','','','inherit','open','closed','','goggles-re-02','','','2025-02-20 03:48:33','2025-02-20 03:48:33','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/goggles-re-02.jpg',0,'attachment','image/jpeg',0),
(1186,1,'2025-02-20 03:43:02','2025-02-20 03:43:02','','','','inherit','open','closed','','vr-4-drone','','','2025-02-20 03:43:07','2025-02-20 03:43:07','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/VR-4-Drone.jpg',0,'attachment','image/jpeg',0),
(1188,1,'2025-02-20 03:46:17','2025-02-20 03:46:17','','','','inherit','open','closed','','6132-750','','','2025-02-20 03:46:21','2025-02-20 03:46:21','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/6132.750.webp',0,'attachment','image/webp',0),
(1187,1,'2025-02-20 03:44:59','2025-02-20 03:44:59','','','','inherit','open','closed','','122704_svjmolvile_drl','','','2025-02-20 03:45:04','2025-02-20 03:45:04','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/122704_sVjMoLVIle_drl.jpg',0,'attachment','image/jpeg',0),
(1190,1,'2025-02-20 03:48:47','2025-02-20 03:48:47','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"148deg\" background_color_gradient_stops=\"#ffffff 50%|rgba(255,255,255,0.85) 75%|rgba(255,255,255,0.36) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/VR-4-Drone.jpg\" custom_padding=\"||||false|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with FPV Drone Training\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Elevate Your Flight Skills with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Discover the exhilarating world of FPV drones and unlock new aerial perspectives with our expert-led training programs.</p>[/et_pb_text][et_pb_button button_text=\"Start Your Journey\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_bg_color%22%93}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/VR-4-Drone.jpg\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"30px|||||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Unveiling the World of FPV Drones\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>FPV drones, or First Person View drones, are revolutionizing the way we experience flight. By allowing pilots to see through the drone\'s camera in real time, these drones offer unparalleled precision and enjoyment. As their popularity soars, FPV drones are becoming a staple in both recreational and commercial sectors, from racing and photography to construction and real estate.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/122704_sVjMoLVIle_drl.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"64px||46px|||\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Features\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore the Cutting-Edge Features of FPV Drones\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Real-Time Camera Feed\" use_icon=\"on\" font_icon=\"&#xf083;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Experience the thrill of flying with real-time video transmission, giving you a pilot\'s eye view of the skies.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Precision Flying\" use_icon=\"on\" font_icon=\"&#xf085;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>FPV drones offer unmatched control and accuracy, making them ideal for intricate maneuvers and competitive racing.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"High-Resolution Imaging\" use_icon=\"on\" font_icon=\"&#xf87c;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Capture stunning aerial footage with high-definition cameras, perfect for both professional and personal projects.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Versatile Applications\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>From sports to construction, FPV drones are adaptable tools that enhance various industries with innovative solutions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Discover More Features\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/6132.750.webp\" title_text=\"800x1080\" _builder_version=\"4.27.4\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"207px|||||\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Applications of FPV Drones\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>FPV drones have revolutionized the world of sports, offering thrilling experiences for racing enthusiasts. With real-time camera feeds, pilots can navigate challenging courses with precision, making drone racing an exhilarating sport.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"92716280-2ae8-4a3a-8254-2d5a51101853\" background_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>In the commercial sector, FPV drones are invaluable tools for construction site monitoring and property inspections. Their ability to capture detailed aerial footage helps businesses track progress and showcase properties effectively.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"92716280-2ae8-4a3a-8254-2d5a51101853\" background_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" locked=\"off\" theme_builder_area=\"post_content\"]<p>The advertising industry benefits greatly from FPV drones, which capture stunning aerial visuals that enhance marketing campaigns. Tourism sectors also leverage these drones to highlight breathtaking landscapes, attracting more visitors.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"List\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Target Audience for FPV Drone Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"FPV Drone Racers\" use_icon=\"on\" font_icon=\"&#xf74d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.2\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Individuals passionate about drone racing, seeking to enhance their competitive edge and flight skills.</p>[/et_pb_blurb][et_pb_blurb title=\"Production Company Employees\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Professionals in film and media production utilizing drones for innovative aerial shots and dynamic footage.</p>[/et_pb_blurb][et_pb_blurb title=\"Freestyle Flying Enthusiasts\" use_icon=\"on\" font_icon=\"&#xf164;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Hobbyists eager to master freestyle flying techniques and explore creative aerial maneuvers.</p>[/et_pb_blurb][et_pb_blurb title=\"Real Estate Professionals\" use_icon=\"on\" font_icon=\"&#xe065;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Agents and developers using FPV drones for detailed property showcases and virtual tours.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advertising Specialists\" use_icon=\"on\" font_icon=\"&#xf469;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.2\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Marketers looking to create captivating advertisements with unique aerial perspectives.</p>[/et_pb_blurb][et_pb_blurb title=\"Construction Managers\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Site supervisors employing drones for efficient project monitoring and progress tracking.</p>[/et_pb_blurb][et_pb_blurb title=\"Tourism Promoters\" use_icon=\"on\" font_icon=\"&#xf7a2;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Industry experts using drones to capture and promote stunning travel destinations.</p>[/et_pb_blurb][et_pb_blurb title=\"Technology Enthusiasts\" use_icon=\"on\" font_icon=\"&#xf7d9;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Individuals fascinated by drone technology and eager to explore its diverse applications.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Trainees Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"The FPV drone training at Asya Havacılık was a game-changer for my racing skills. The instructors were knowledgeable and supportive, helping me master complex maneuvers.\"[/et_pb_text][et_pb_heading title=\"Alex Johnson\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"As a media producer, the training I received was invaluable. It opened up new possibilities for creative shots and improved my confidence in using drones for filming.\"[/et_pb_text][et_pb_heading title=\"Maria Gonzalez\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]\"Learning freestyle flying at Asya Havacılık was an exhilarating experience. The hands-on approach and expert guidance made it easy to grasp advanced techniques.\"[/et_pb_text][et_pb_heading title=\"David Lee\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/goggles-re-02-scaled.jpg\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Skills with Our FPV Drone Courses\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Enroll Now\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','FPV Drone Training','','inherit','closed','closed','','573-revision-v1','','','2025-02-20 03:48:47','2025-02-20 03:48:47','',573,'https://asyahavacilik.com/?p=1190',0,'revision','',0),
(1245,1,'2025-02-21 02:28:07','2025-02-21 02:28:07','','','','inherit','open','closed','','square_1024_e0956ddd96f55ba5ffa082f965929472','','','2025-02-21 02:28:12','2025-02-21 02:28:12','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg',0,'attachment','image/jpeg',0),
(1236,1,'2025-02-21 02:18:36','2025-02-21 02:18:36','','','','inherit','open','closed','','square_1280_02de604aa501908594795fc69f063b35','','','2025-02-21 02:18:41','2025-02-21 02:18:41','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/square_1280_02de604aa501908594795fc69f063b35.jpg',0,'attachment','image/jpeg',0),
(1235,1,'2025-02-21 02:16:09','2025-02-21 02:16:09','','','','inherit','open','closed','','pilot-ipad','','','2025-02-21 02:16:13','2025-02-21 02:16:13','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-iPad.jpg',0,'attachment','image/jpeg',0),
(1234,1,'2025-02-21 02:15:25','2025-02-21 02:15:25','','','','inherit','open','closed','','1_gka83niw4aeenme','','','2025-02-21 02:15:29','2025-02-21 02:15:29','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/1_GkA83niW4AEeNme.jpg',0,'attachment','image/jpeg',0),
(1233,1,'2025-02-21 02:14:05','2025-02-21 02:14:05','','','','inherit','open','closed','','20100608_figure4','','','2025-02-21 02:14:11','2025-02-21 02:14:11','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/20100608_Figure4.png',0,'attachment','image/png',0),
(1232,1,'2025-02-21 02:12:42','2025-02-21 02:12:42','','','','inherit','open','closed','','q0fcadvf-new-project-21','','','2025-02-21 02:12:52','2025-02-21 02:12:52','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Q0fcAdVf-New-Project-21.png',0,'attachment','image/png',0),
(1231,1,'2025-02-21 02:11:36','2025-02-21 02:11:36','','','','inherit','open','closed','','084d98b8a55b03fe52ef19f5f37071b1','','','2025-02-21 02:11:40','2025-02-21 02:11:40','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/084d98b8a55b03fe52ef19f5f37071b1.jpg',0,'attachment','image/jpeg',0),
(1230,1,'2025-02-21 02:10:47','2025-02-21 02:10:47','','','','inherit','open','closed','','slide-4-new-generation-fleet','','','2025-02-21 02:10:52','2025-02-21 02:10:52','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/slide-4-new-generation-fleet.jpg',0,'attachment','image/jpeg',0),
(1229,1,'2025-02-21 02:09:19','2025-02-21 02:09:19','','','','inherit','open','closed','','istock-115862770','','','2025-02-21 02:09:23','2025-02-21 02:09:23','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-115862770.jpg',0,'attachment','image/jpeg',0),
(1228,1,'2025-02-21 02:08:10','2025-02-21 02:08:10','','','','inherit','open','closed','','65f9cedb573f8664399595','','','2025-02-21 02:08:14','2025-02-21 02:08:14','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/65f9cedb573f8664399595.jpg',0,'attachment','image/jpeg',0),
(1211,1,'2025-02-21 00:32:55','2025-02-21 00:32:55','','','','inherit','open','closed','','photo-1494367079857-303d616995e9','','','2025-02-21 00:33:01','2025-02-21 00:33:01','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/photo-1494367079857-303d616995e9.avif',0,'attachment','image/avif',0),
(1210,1,'2025-02-21 00:31:07','2025-02-21 00:31:07','','','','inherit','open','closed','','deutsche-flugsicherung-will-stellen-abbauen','','','2025-02-21 00:31:11','2025-02-21 00:31:11','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Deutsche-Flugsicherung-will-Stellen-abbauen.jpg',0,'attachment','image/jpeg',0),
(1209,1,'2025-02-21 00:30:33','2025-02-21 00:30:33','','','','inherit','open','closed','','thumb-aviation-pilot-cockpit-square-gettyimages-1432221614','','','2025-02-21 00:30:38','2025-02-21 00:30:38','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg',0,'attachment','image/jpeg',0),
(1208,1,'2025-02-21 00:29:16','2025-02-21 00:29:16','','','','inherit','open','closed','','g1000-ipad-yoke-weather-ifr','','','2025-02-21 00:29:31','2025-02-21 00:29:31','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/G1000-iPad-yoke-weather-IFR.png',0,'attachment','image/png',0),
(1207,1,'2025-02-21 00:27:46','2025-02-21 00:27:46','','','','inherit','open','closed','','4a8cfc420d4a8499d791c0533ff7f6ef','','','2025-02-21 00:27:51','2025-02-21 00:27:51','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/4a8cfc420d4a8499d791c0533ff7f6ef.jpg',0,'attachment','image/jpeg',0),
(1204,1,'2025-02-21 00:21:19','2025-02-21 00:21:19','','','','inherit','open','closed','','primary','','','2025-02-21 00:21:23','2025-02-21 00:21:23','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg',0,'attachment','image/jpeg',0),
(1203,1,'2025-02-21 00:20:07','2025-02-21 00:20:07','','','','inherit','open','closed','','aviation-students-1-edited','','','2025-02-21 00:20:11','2025-02-21 00:20:11','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/aviation-students-1-edited.png',0,'attachment','image/png',0),
(1202,1,'2025-02-21 00:19:20','2025-02-21 00:19:20','','','','inherit','open','closed','','99873ea79a9b19f2b4ce04274c3e9f9b-1000x1000x1','','','2025-02-21 00:19:25','2025-02-21 00:19:25','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png',0,'attachment','image/png',0),
(1197,1,'2025-02-21 00:11:04','2025-02-21 00:11:04','','','','inherit','open','closed','','csm_da42-vi_highlight_3_propulsion-and-avionics_bild_0_teaser_garmin_nxi_6c96d98fdd','','','2025-02-21 00:11:09','2025-02-21 00:11:09','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/csm_DA42-VI_Highlight_3_Propulsion-and-Avionics_Bild_0_Teaser_Garmin_NXi_6c96d98fdd.jpg',0,'attachment','image/jpeg',0),
(1194,1,'2025-02-20 13:54:19','2025-02-20 13:54:19','','','','inherit','open','closed','','update_113012_1785','','','2025-02-20 13:54:23','2025-02-20 13:54:23','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Update_113012_1785.jpg',0,'attachment','image/jpeg',0),
(1193,1,'2025-02-20 13:48:14','2025-02-20 13:48:14','','','','inherit','open','closed','','file-20180604-175442-stgsps','','','2025-02-20 13:48:20','2025-02-20 13:48:20','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/file-20180604-175442-stgsps.jpg',0,'attachment','image/jpeg',0),
(1198,1,'2025-02-21 00:14:12','2025-02-21 00:14:12','','','','inherit','open','closed','','20220118-pilot-2','','','2025-02-21 00:14:16','2025-02-21 00:14:16','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/20220118-pilot-2.jpg',0,'attachment','image/jpeg',0),
(1200,1,'2025-02-21 00:17:19','2025-02-21 00:17:19','','','','inherit','open','closed','','pit-lane-simulators-flight-cover-1','','','2025-02-21 00:17:24','2025-02-21 00:17:24','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Pit-Lane-Simulators-Flight-Cover-1.jpg',0,'attachment','image/jpeg',0),
(1201,1,'2025-02-21 00:18:27','2025-02-21 00:18:27','','','','inherit','open','closed','','be446725423060659a361e67802d6ee0','','','2025-02-21 00:18:31','2025-02-21 00:18:31','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/be446725423060659a361e67802d6ee0.jpg',0,'attachment','image/jpeg',0),
(1223,1,'2025-02-21 00:50:59','2025-02-21 00:50:59','','','','inherit','open','closed','','istock-669970464-scaled','','','2025-02-21 00:51:04','2025-02-21 00:51:04','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1218,1,'2025-02-21 00:42:53','2025-02-21 00:42:53','','','','inherit','open','closed','','82291073','','','2025-02-21 00:42:59','2025-02-21 00:42:59','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/82291073.jpg',0,'attachment','image/jpeg',0),
(1217,1,'2025-02-21 00:41:53','2025-02-21 00:41:53','','','','inherit','open','closed','','pilot-gehalt-verdienst','','','2025-02-21 00:41:57','2025-02-21 00:41:57','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-gehalt-verdienst.jpg',0,'attachment','image/jpeg',0),
(1216,1,'2025-02-21 00:37:48','2025-02-21 00:37:48','','','','inherit','open','closed','','cbca701010669b669276d5a5c3941c00','','','2025-02-21 00:37:53','2025-02-21 00:37:53','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/cbca701010669b669276d5a5c3941c00.jpg',0,'attachment','image/jpeg',0),
(1215,1,'2025-02-21 00:35:52','2025-02-21 00:35:52','','','','inherit','open','closed','','aaunnamed','','','2025-02-21 00:35:56','2025-02-21 00:35:56','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/aaunnamed.jpg',0,'attachment','image/jpeg',0),
(1214,1,'2025-02-21 00:34:21','2025-02-21 00:34:21','','','','inherit','open','closed','','unnamed','','','2025-02-21 00:34:24','2025-02-21 00:34:24','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/unnamed.jpg',0,'attachment','image/jpeg',0),
(1224,1,'2025-02-21 00:53:41','2025-02-21 00:53:41','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with PIC Flight Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Take Command of Your Flight Journey Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on a transformative journey with our PIC Flight Training program, designed to elevate your piloting skills to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwwfHx8MTc0MDA5ODgwN3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Discover the Essence of PIC Flight Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" custom_margin=\"||41px||false|false\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" custom_margin=\"||55px||false|false\"]<p>At Asya Havacılık, our PIC Flight Training program is a cornerstone of pilot education, offering aspiring aviators the opportunity to gain invaluable solo flight experience. This program is crucial for those pursuing PPL, CPL, and ATPL licenses, providing a structured environment to hone their skills under the guidance of seasoned instructors. Our mission is to empower pilots with the confidence and competence needed to excel in the skies.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/iStock-669970464-scaled-1.jpg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Explore Our PIC Training Features\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" custom_padding=\"3px|||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Comprehensive IR Theoretical Trainings\" use_icon=\"on\" font_icon=\"&#xf621;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Hands-On IR Flight Practice\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"In-Depth Square Tour Trainings\" use_icon=\"on\" font_icon=\"&#xf14e;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Critical Emergency Response Drills\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Personalized Training Modules\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Flexible Scheduling Options\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23.1\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf14a;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Real-World Flight Scenarios\" use_icon=\"on\" font_icon=\"&#xf0ae;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Safety-Focused Curriculum\" use_icon=\"on\" font_icon=\"&#xf0fa;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Progressive Skill Development\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Supportive Learning Environment\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Regulatory Compliance Guidance\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Career Advancement Opportunities\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][et_pb_blurb title=\"Community of Passionate Aviators\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Specialized Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Rating Theory\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Gain comprehensive knowledge in instrument navigation and flight procedures essential for safe flying.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Instrument Flight Practice\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Hands-on training to master the skills required for flying under instrument flight rules (IFR).</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Square Tour Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Enhance your navigational skills with our structured square tour exercises, designed to improve precision and control.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_blurb title=\"Emergency Procedures Training\" use_icon=\"on\" font_icon=\"&#xf0f9;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\"]<p>Prepare for unexpected situations with our intensive emergency response training, ensuring safety in all conditions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Explore Our Programs\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://images.unsplash.com/photo-1595721455415-7e0881fb912f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8ZmxpZ2h0JTIwc2ltdWxhdGlvbnxlbnwwfDF8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 40%|#ffffff 40%\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93,%22#0077b6%22:%91%22background_color_gradient_stops%22%93,%22#03045e%22:%91%22background_color_gradient_stops%22%93}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About PIC Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\"]<p>Find answers to the most frequently asked questions about our PIC flight training programs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"30px||30px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.23.1\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\"][et_pb_accordion_item title=\"What is a PIC flight?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>A PIC flight refers to a solo flight where the student pilot acts as the Pilot In Command, gaining essential experience.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are PIC flights mandatory?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>No, PIC flights are optional and can be requested by the candidate as part of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I enroll in the PIC module?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Enrollment is simple. Contact our admissions office to learn about the requirements and start your training journey.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What licenses include PIC flights?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>PIC flights can be part of the training for PPL, CPL, and ATPL licenses, depending on the candidate\'s choice.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I customize my training schedule?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we offer flexible scheduling to accommodate your needs and ensure you get the most out of your training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What support is available during training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our experienced instructors provide continuous guidance and support throughout your training program.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" custom_padding=\"||143px|||\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The PIC training at Asya Havacılık was transformative. The instructors were knowledgeable and supportive throughout the process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Private Pilot License Holder</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I felt fully prepared for real-world flying thanks to the comprehensive training and hands-on experience provided.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Commercial Pilot License Holder</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDB8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Skills with PIC Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Take the next step in your aviation career by enrolling in our comprehensive PIC Flight Training program. Designed for aspiring pilots, our courses offer hands-on experience and expert guidance to help you excel. Join us at Asya Havacılık and soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Learn More & Enroll Today\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PIC','','inherit','closed','closed','','564-revision-v1','','','2025-02-21 00:53:41','2025-02-21 00:53:41','',564,'https://asyahavacilik.com/?p=1224',0,'revision','',0),
(1221,1,'2025-02-21 00:49:54','2025-02-21 00:49:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_5,2_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with PIC Flight Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Take Command of Your Flight Journey Today\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Embark on a transformative journey with our PIC Flight Training program, designed to elevate your piloting skills to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Enroll Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1524441952603-cdc2993d53eb?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhaXJjcmFmdCUyMGNvY2twaXR8ZW58MHwwfHx8MTc0MDA5ODgwN3ww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" _builder_version=\"4.25.2\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Discover the Essence of PIC Flight Training\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>At Asya Havacılık, our PIC Flight Training program is a cornerstone of pilot education, offering aspiring aviators the opportunity to gain invaluable solo flight experience. This program is crucial for those pursuing PPL, CPL, and ATPL licenses, providing a structured environment to hone their skills under the guidance of seasoned instructors. Our mission is to empower pilots with the confidence and competence needed to excel in the skies.</p>[/et_pb_text][et_pb_image src=\"https://images.unsplash.com/photo-1529516548873-9ce57c8f155e?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxwaWxvdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDB8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1080&h=600&q=20&dpr=2\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Explore Our PIC Training Features\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"3px|||||\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Comprehensive IR Theoretical Trainings\" use_icon=\"on\" font_icon=\"&#xf621;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Hands-On IR Flight Practice\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"In-Depth Square Tour Trainings\" use_icon=\"on\" font_icon=\"&#xf14e;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Critical Emergency Response Drills\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Personalized Training Modules\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Flexible Scheduling Options\" use_icon=\"on\" font_icon=\"&#xf784;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23.1\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Expert-Led Instruction\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"State-of-the-Art Training Aircraft\" use_icon=\"on\" font_icon=\"&#xf14a;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Real-World Flight Scenarios\" use_icon=\"on\" font_icon=\"&#xf0ae;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Safety-Focused Curriculum\" use_icon=\"on\" font_icon=\"&#xf0fa;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Progressive Skill Development\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Supportive Learning Environment\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Regulatory Compliance Guidance\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Career Advancement Opportunities\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][et_pb_blurb title=\"Community of Passionate Aviators\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#03045e\" _builder_version=\"4.23\" _module_preset=\"1ea53d41-9439-472c-8d8b-7bddb3bf9444\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Our Specialized Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Rating Theory\" use_icon=\"on\" font_icon=\"&#xf5da;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Gain comprehensive knowledge in instrument navigation and flight procedures essential for safe flying.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instrument Flight Practice\" use_icon=\"on\" font_icon=\"&#xe05e;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Hands-on training to master the skills required for flying under instrument flight rules (IFR).</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Square Tour Training\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Enhance your navigational skills with our structured square tour exercises, designed to improve precision and control.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Emergency Procedures Training\" use_icon=\"on\" font_icon=\"&#xf0f9;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Prepare for unexpected situations with our intensive emergency response training, ensuring safety in all conditions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Explore Our Programs\" _builder_version=\"4.23.1\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1595721455415-7e0881fb912f?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8ZmxpZ2h0JTIwc2ltdWxhdGlvbnxlbnwwfDF8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"#03045e 40%|#ffffff 40%\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93,%22#0077b6%22:%91%22background_color_gradient_stops%22%93,%22#03045e%22:%91%22background_color_gradient_stops%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Common Questions About PIC Training\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>Find answers to the most frequently asked questions about our PIC flight training programs.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.24.3\" _module_preset=\"c9cfaba2-2263-4f35-8227-8d16ca8bd1cc\" max_width=\"700px\" module_alignment=\"center\" custom_margin=\"30px||30px||true|false\" custom_padding_tablet=\"\" custom_padding_phone=\"\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.23.1\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What is a PIC flight?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>A PIC flight refers to a solo flight where the student pilot acts as the Pilot In Command, gaining essential experience.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are PIC flights mandatory?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>No, PIC flights are optional and can be requested by the candidate as part of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How do I enroll in the PIC module?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Enrollment is simple. Contact our admissions office to learn about the requirements and start your training journey.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What licenses include PIC flights?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>PIC flights can be part of the training for PPL, CPL, and ATPL licenses, depending on the candidate\'s choice.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I customize my training schedule?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, we offer flexible scheduling to accommodate your needs and ensure you get the most out of your training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What support is available during training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Our experienced instructors provide continuous guidance and support throughout your training program.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The PIC training at Asya Havacılık was transformative. The instructors were knowledgeable and supportive throughout the process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-7-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Private Pilot License Holder</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding_tablet=\"30px||||false|false\" custom_padding_phone=\"30px||||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#03045e\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I felt fully prepared for real-world flying thanks to the comprehensive training and hands-on experience provided.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" image=\"https://premadesections.divi.support/premade/wp-content/uploads/sites/4/2024/04/new-portrait-8-800x800-1.jpg\" _builder_version=\"4.24.3\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Commercial Pilot License Holder</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.3\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.5) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_color_gradient_start=\"rgba(0,0,0,0.5)\" background_color_gradient_end=\"rgba(0,0,0,0.75)\" background_image=\"https://images.unsplash.com/photo-1476480862126-209bfaa8edc8?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxwaWxvdCUyMHRyYWluaW5nJTIwc2Vzc2lvbnxlbnwwfDB8fHwxNzQwMDk4ODA3fDA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" parallax=\"on\" custom_padding=\"8vw||8vw||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Aviation Skills with PIC Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" theme_builder_area=\"post_content\"]<p>Take the next step in your aviation career by enrolling in our comprehensive PIC Flight Training program. Designed for aspiring pilots, our courses offer hands-on experience and expert guidance to help you excel. Join us at Asya Havacılık and soar to new heights.</p>[/et_pb_text][et_pb_button button_text=\"Learn More & Enroll Today\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','PIC','','inherit','closed','closed','','564-revision-v1','','','2025-02-21 00:49:54','2025-02-21 00:49:54','',564,'https://asyahavacilik.com/?p=1221',0,'revision','',0),
(1226,1,'2025-02-21 00:59:59','2025-02-21 00:59:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color_gradient_stops=\"#03045e 80%|#ffffff 80%\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" hover_enabled=\"0\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/99873ea79a9b19f2b4ce04274c3e9f9b.1000x1000x1.png\" custom_padding=\"||475px|||\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Master the Skies with Night VFR Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" theme_builder_area=\"post_content\"]<p>Unlock the full potential of your piloting skills with comprehensive Night Visual Flight Rules training, designed to ensure safety and proficiency during nighttime operations.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Understanding NVFR: A Key to Safe Night Flying\" _builder_version=\"4.25.1\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Night Visual Flight Rules (NVFR) are essential for pilots seeking to enhance their capabilities in night flying. This specialized training covers critical aspects such as visual take-offs and landings under low-light conditions, ensuring pilots are equipped to handle the unique challenges of night operations. With a minimum of 5 hours of flight time required for a CPL license, NVFR training is a crucial component in a pilot\'s education, focusing on safety, decision-making, and risk management during night flights.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Features\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|-10px|auto|false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Key Components of NVFR Training\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_align=\"center\" title_text_color=\"#03045e\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_heading title=\"Essential Features of Night VFR\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Night Vision Mastery\" use_icon=\"on\" font_icon=\"&#xf277;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22,%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Develop the ability to navigate and operate aircraft safely in low-light conditions, enhancing your night vision skills for improved situational awareness.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Traffic Management\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn to effectively communicate and coordinate with air traffic control, ensuring safe and efficient navigation during night flights.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Advanced Lighting Systems\" use_icon=\"on\" font_icon=\"&#xe012;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Gain proficiency in using aircraft lighting systems, crucial for visibility and safety during take-offs, landings, and in-flight operations at night.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Weather and Visibility Assessment\" use_icon=\"on\" font_icon=\"&#xf743;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Understand how to evaluate weather conditions and visibility, enabling you to make informed decisions and maintain safety during night operations.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Risk Management Techniques\" use_icon=\"on\" font_icon=\"&#xe078;||divi||400\" icon_color=\"#0077b6\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Acquire skills to anticipate and mitigate risks associated with night flying, enhancing overall flight safety and reducing the likelihood of incidents.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Pilot and Crew Well-being\" use_icon=\"on\" font_icon=\"&#xf21e;||fa||900\" icon_color=\"#0077b6\" _builder_version=\"4.25.1\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22#0e0c19%22:%91%22header_text_color%22%93,%22#3c3a47%22:%91%22body_text_color%22%93,%22#03045e%22:%91%22body_link_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Learn strategies to manage fatigue and maintain alertness, ensuring the physical and psychological health of pilots and crew during extended night flights.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.23.1\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Learn More\" button_alignment=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" button_url=\"https://asyahavacilik.com/contact\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" specialty_columns=\"2\" _builder_version=\"4.16\" _module_preset=\"default\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"NVFR Training Services\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Instructor-Led Night Flights\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Our experienced instructors guide you through essential night flying techniques, ensuring you master visual take-offs and landings under night conditions.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Solo Night Flight Experience\" use_icon=\"on\" font_icon=\"&#xf235;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Gain confidence and independence by flying solo at night, applying the skills learned during instructor-led sessions.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Night Vision Techniques\" use_icon=\"on\" font_icon=\"&#xf14e;||fa||400\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Learn to navigate using advanced night vision techniques, crucial for safe and effective night flying.</p>[/et_pb_blurb][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blurb title=\"Air Traffic Management\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Understand and manage air traffic communications and protocols specific to night operations.</p>[/et_pb_blurb][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner saved_specialty_column_type=\"2_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Explore Our Training\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://images.unsplash.com/photo-1640622659613-26d7d08893e4?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxMHx8ZmxpZ2h0JTIwdHJhaW5pbmclMjBzZXNzaW9ufGVufDB8MXx8fDE3NDAwOTkzNDJ8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=1080&q=20&dpr=2\" title_text=\"800x1080\" _builder_version=\"4.25.2\" _module_preset=\"8249bb47-7bda-4c77-8a37-2a958f7a9826\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.16\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" align=\"center\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"c2c23269-d09e-4bca-9247-65cd5ecf15a9\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_icon][et_pb_heading title=\"What Our Trainees Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The NVFR training at Asya Havacılık was exceptional. The instructors were knowledgeable and patient, making the night flights both educational and enjoyable.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p>Commercial Pilot Trainee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"I felt completely prepared for solo night flights after completing the NVFR course. The hands-on experience was invaluable.\"</p>[/et_pb_text][et_pb_blurb title=\"Jane Smith\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||30px|||\"]<p>Private Pilot Trainee</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"default\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"#03045e\" text_font_size=\"24px\" text_letter_spacing=\"4px\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#03045e%22:%91%22text_text_color%22%93}\" theme_builder_area=\"post_content\"]<p><b>★</b><b>★</b><b>★</b><b>★</b><b>★</b></p>[/et_pb_text][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"ca5459fa-2abd-4000-9b59-3cb483bcc17e\" text_font=\"IBM Plex Sans|700|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|700|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|700|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|700|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|700|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|700|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|700|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|700|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"post_content\"]<p>\"The training facilities and aircraft at Asya Havacılık are top-notch. I highly recommend their NVFR training program to anyone serious about flying at night.\"</p>[/et_pb_text][et_pb_blurb title=\"Alex Johnson\" _builder_version=\"4.27.4\" _module_preset=\"203c76fc-aee0-4484-9be1-f0e2ebd81a8f\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_margin=\"||-7px|||\"]<p>Flight Enthusiast</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"NVFR Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Find answers to common questions about our Night Visual Flight Rules training program.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" make_equal=\"on\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"How long does the NVFR training take?\" _builder_version=\"4.24.3\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>The NVFR training is typically completed over 2-3 nights, with a minimum of 5 hours of flight time required.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"What aircraft are used for the training?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>We utilize Cessna 172 and Cessna 152 aircraft for our Night Flight trainings, providing a reliable and safe learning environment.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Is accommodation provided for trainees?\" _builder_version=\"4.24.2\" _module_preset=\"a3805066-8711-43c7-9f62-5782da0e9f7a\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" theme_builder_area=\"post_content\"]<p>Yes, we offer free accommodation and shuttle service for trainees coming from outside the city, ensuring a comfortable stay during your training.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.24.3\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"What skills will I learn during NVFR training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>You will learn night vision techniques, air traffic management, and how to safely conduct visual take-offs and landings at night.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Can I fly solo during the NVFR training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Yes, solo flights are an integral part of the training, allowing you to apply the skills learned in instructor-led sessions independently.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in NVFR training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Participants should have a valid pilot\'s license and a basic understanding of flight operations. Prior night flying experience is not required.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion open_toggle_text_color=\"#03045e\" icon_color=\"#03045e\" _builder_version=\"4.21.0\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22open_toggle_text_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93}\" theme_builder_area=\"post_content\"][et_pb_accordion_item title=\"How do I enroll in the NVFR training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>You can enroll by contacting us through our website or visiting our training center. Our team will guide you through the registration process.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any safety measures in place during training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>Safety is our top priority. We adhere to strict safety protocols and ensure all aircraft are well-maintained and equipped for night flights.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What is the cost of NVFR training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" open=\"off\"]<p>For detailed pricing information, please contact us directly. We offer competitive rates and flexible payment options.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.27.4\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0.75) 0%|rgba(0,0,0,0.75) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/primary.jpg\" custom_padding=\"8vw||8vw||true|false\" hover_enabled=\"0\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" width=\"70%\" max_width=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Elevate Your Skills with NVFR Training\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_heading][et_pb_button button_text=\"Enroll Now or Contact Us\" button_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Night VFR','','inherit','closed','closed','','565-revision-v1','','','2025-02-21 00:59:59','2025-02-21 00:59:59','',565,'https://asyahavacilik.com/?p=1226',0,'revision','',0),
(1242,1,'2025-02-21 02:26:18','2025-02-21 02:26:18','','','','inherit','open','closed','','pilot-and-f_18-1030x1030-1920w','','','2025-02-21 02:26:21','2025-02-21 02:26:21','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Pilot-and-f_18-1030x1030-1920w.jpg',0,'attachment','image/jpeg',0),
(1241,1,'2025-02-21 02:25:12','2025-02-21 02:25:12','','','','inherit','open','closed','','da4fbfdd357c8cd7bc839e98cb43bd57','','','2025-02-21 02:25:17','2025-02-21 02:25:17','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/da4fbfdd357c8cd7bc839e98cb43bd57.jpg',0,'attachment','image/jpeg',0),
(1240,1,'2025-02-21 02:24:25','2025-02-21 02:24:25','','','','inherit','open','closed','','pilot-cockpit-airplane-takeoff-1024x949','','','2025-02-21 02:24:29','2025-02-21 02:24:29','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-cockpit-airplane-takeoff-1024x949-1.jpg',0,'attachment','image/jpeg',0),
(1239,1,'2025-02-21 02:20:44','2025-02-21 02:20:44','','','','inherit','open','closed','','643824d01309439440142f20_mro-square','','','2025-02-21 02:20:52','2025-02-21 02:20:52','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/643824d01309439440142f20_MRO-Square.png',0,'attachment','image/png',0),
(1252,1,'2025-02-22 04:24:32','2025-02-22 04:24:32','','','','inherit','open','closed','','dataset-card','','','2025-02-22 04:24:36','2025-02-22 04:24:36','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/dataset-card.jpg',0,'attachment','image/jpeg',0),
(1251,1,'2025-02-22 04:22:57','2025-02-22 04:22:57','','','','inherit','open','closed','','e5cj7avsyocyrugvhdaub8pak8p4s0hyiyarj-nazhndqlcztjogh44z4hembrx2byb7zef9','','','2025-02-22 04:23:02','2025-02-22 04:23:02','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/E5CJ7avsYOcYrugvHdAUB8PAk8P4s0hYiyArJ-naZHNDQlCzTJOGH44Z4HeMBrx2bYB7ZEF9.jpg',0,'attachment','image/jpeg',0),
(1250,1,'2025-02-22 04:21:25','2025-02-22 04:21:25','','','','inherit','open','closed','','gettyimages-477218066-56ae948b5f9b58b7d011262e','','','2025-02-22 04:21:33','2025-02-22 04:21:33','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/GettyImages-477218066-56ae948b5f9b58b7d011262e.jpg',0,'attachment','image/jpeg',0),
(1248,1,'2025-02-22 04:16:54','2025-02-22 04:16:54','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Elevate Your Aviation Skills\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_font=\"IBM Plex Sans|IBM Plex Sans Condensed_weight||on|||||\" title_text_color=\"#03045e\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Master the Skies with Expert Training\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>Join Asya Havacılık for unparalleled pilot training that propels your aviation career to new heights.</p>[/et_pb_text][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Explore Courses\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://images.unsplash.com/photo-1668199250612-4d027f0272b9?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwyfHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwyfHx8MTczOTkyMTU0MXww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=800&q=20&dpr=2\" title_text=\"800x800\" _builder_version=\"4.25.2\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" custom_padding=\"|30px|57px|30px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation through comprehensive pilot training programs. Our mission is to provide aspiring pilots with the skills and knowledge necessary to excel in the aviation industry. With a team of experienced instructors and state-of-the-art facilities, we are committed to delivering top-notch education and fostering a passion for flying.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Training Services\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Comprehensive Pilot Training\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our comprehensive pilot training program covers all essential aspects of flying, ensuring you are fully prepared for a successful aviation career.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Flight Instructor Certification\" use_icon=\"on\" font_icon=\"&#xf6e8;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Gain the credentials to teach the next generation of pilots with our specialized flight instructor certification course.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"SEP Renewal Program\" use_icon=\"on\" font_icon=\"&#xf46d;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Keep your Single Engine Piston (SEP) rating current with our streamlined renewal program, designed for convenience and efficiency.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Advanced Aviation Workshops\" use_icon=\"on\" font_icon=\"&#xf549;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"chevrons\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Enhance your skills with our advanced workshops, focusing on cutting-edge aviation techniques and technologies.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Completing my pilot training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>\n<p>- John D.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"The hands-on training and real-world scenarios at Asya Havacılık prepared me thoroughly for my career as a pilot. I couldn\'t have asked for a better learning environment.\"</p>\n<p>- Emily R.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_color=\"#0077b6\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22icon_color%22%93,%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"]<p>\"Asya Havacılık\'s commitment to excellence is evident in every aspect of their training program. I felt confident and ready to take on new challenges after graduating.\"</p>\n<p>- Michael S.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Training Events\" _builder_version=\"4.27.4\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Advanced Pilot Workshop\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1455849318743-b2233052fcff?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHwxfHxhdmlhdGlvbiUyMHdvcmtzaG9wfGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Flight Safety Seminar\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://images.unsplash.com/photo-1587893904933-5b23fefaea6d?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxmbGlnaHQlMjBzaW11bGF0aW9ufGVufDB8MHx8fDE3Mzk5MjE1NDF8MA&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=800&h=600&q=20&dpr=2\" title_text=\"800x600\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Us\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Instrument Rating Course\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/square_1024_e0956ddd96f55ba5ffa082f965929472.jpg\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Sign Up Today\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"50607da8-57bc-4d4b-aaef-f02e41c2cc4a\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_heading title=\"Pilot Career Day\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/aviation-students-1-edited.png\" title_text=\"800x600\" _builder_version=\"4.27.4\" _module_preset=\"_initial\" custom_margin=\"||76px|||\" global_colors_info=\"{}\"][/et_pb_image][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Reserve Your Spot\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#03045e\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#03045e%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Common Questions About Pilot Training\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_button button_text=\"Learn More\" button_alignment=\"right\" button_alignment_tablet=\"left\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|tablet\" _builder_version=\"4.27.4\" _module_preset=\"ab15fb74-61a3-43aa-96b3-41e09aeef654\" button_text_color=\"#0077b6\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0077b6%22:%91%22button_text_color%22%93}\" button_url=\"https://asyahavacilik.com/contact\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_accordion _builder_version=\"4.24.3\" _module_preset=\"453e4eb0-7dd4-4a39-a22e-ac1c1b766253\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22open_toggle_text_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22,%22quote_icon_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22,%22border_color_all%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What are the prerequisites for enrolling in pilot training?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>To enroll in pilot training at Asya Havacılık, you must be at least 18 years old and hold a valid medical certificate. A high school diploma or equivalent is also required.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"How long does it take to complete the pilot training program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>The duration of the pilot training program varies depending on the course selected. Typically, it takes between 6 to 12 months to complete the full program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What type of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a variety of aircraft, including single-engine and multi-engine planes, to ensure comprehensive skill development.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for pilot training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers several financial aid options and payment plans to help students manage the cost of their training.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What career opportunities are available after completing the training?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Graduates of Asya Havacılık can pursue careers as commercial pilots, flight instructors, or airline pilots, among other aviation-related roles.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.23.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Skills\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Our Program\" _builder_version=\"4.27.4\" _module_preset=\"4c2ad5d0-871e-414e-a4be-aa9134d4ae8e\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#FFFFFF\" body_font=\"IBM Plex Sans||||||||\" body_text_color=\"#FFFFFF\" background_color=\"#03045e\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"65deg\" background_color_gradient_stops=\"#000000 0%|rgba(255,255,255,0) 100%\" background_color_gradient_overlays_image=\"on\" background_enable_image=\"off\" button_text_color=\"#0077b6\" button_bg_color=\"#FFFFFF\" button_font=\"IBM Plex Sans|700|||||||\" custom_padding=\"60px|60px|60px|60px|true|true\" custom_padding_tablet=\"30px|30px|30px|30px|true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22color%22%93,%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22header_text_color%22,%22header_text_color%22,%22color%22,%22color%22,%22color%22,%22color%22%93,%22#03045e%22:%91%22button_bg_color%22,%22button_bg_color%22,%22background_color%22%93,%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22gcid-f113ad93-2527-46d7-862b-fc71181c6b5e%22:%91%22border_color_all%22,%22border_color_all%22%93,%22#0077b6%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to take your piloting expertise to new heights? Enroll in our comprehensive training courses or reach out to us for more details. Whether you\'re aiming for a flight instructor certification or renewing your SEP, Asya Havacılık is here to guide you every step of the way. Contact us today and soar with confidence!</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Other Pilot Training','','inherit','closed','closed','','558-revision-v1','','','2025-02-22 04:16:54','2025-02-22 04:16:54','',558,'https://asyahavacilik.com/?p=1248',0,'revision','',0),
(1249,1,'2025-02-22 04:19:22','2025-02-22 04:19:22','','','','inherit','open','closed','','h31d9f9b944484587b7fcef1bbfeb825ce','','','2025-02-22 04:19:32','2025-02-22 04:19:32','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/H31d9f9b944484587b7fcef1bbfeb825cE.webp',0,'attachment','image/webp',0),
(1260,1,'2025-02-22 04:42:32','2025-02-22 04:42:32','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.27.4\" _module_preset=\"8363d3a1-7f13-4aae-8984-26124f93e21c\" background_color=\"#0C71C3\" use_background_color_gradient=\"off\" bottom_divider_style=\"waves2\" bottom_divider_color=\"#FFFFFF\" box_shadow_style=\"preset7\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"-10vw\" box_shadow_color=\"#FFFFFF\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorEnd%22%93}\"][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Master the Skies with Our Premier ATPL Training Programs\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>Embark on your journey to becoming a certified airline pilot with our comprehensive ATPL training courses, designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/a2.jpeg\" title_text=\"1080x600\" align=\"center\" _builder_version=\"4.27.4\" _module_preset=\"1cc6152f-565c-4c4d-b0c9-cf8c9576c341\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24px\" box_shadow_blur=\"72px\" box_shadow_spread=\"-12px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"About\" _builder_version=\"4.25.1\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.25.1\" _module_preset=\"048d8e79-b07f-439b-bd57-f41c14f0a56b\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"About Asya Havacılık\" _builder_version=\"4.25.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.25.1\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" global_colors_info=\"{}\"]<p>Asya Havacılık is dedicated to shaping the future of aviation by providing top-tier training programs for aspiring airline pilots. Our commitment to excellence is reflected in our rigorous ATPL courses, which are designed to meet the highest industry standards. With a team of experienced instructors and state-of-the-art facilities, we ensure that our students receive the best education and training to excel in their aviation careers.</p>[/et_pb_text][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Services\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Our ATPL Training Programs\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.24.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Integrated ATPL Course\" use_icon=\"on\" font_icon=\"&#xf0fb;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our Integrated ATPL course is a fast-track program that combines theoretical knowledge with practical flight training, allowing students to achieve their pilot licenses in a structured and efficient manner. Duration: 18 months.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Modular ATPL Course\" use_icon=\"on\" font_icon=\"&#xf812;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The Modular ATPL course offers flexibility for students who wish to complete their training in stages. This program is ideal for those who need to balance their studies with other commitments. Duration: Varies based on student pace.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Multi-Crew Cooperation (MCC) Course\" use_icon=\"on\" font_icon=\"&#xf509;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>Our MCC course focuses on developing the skills necessary for effective teamwork in a multi-crew cockpit environment, preparing students for real-world airline operations. Duration: 2 weeks.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.17.6\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" box_shadow_style=\"preset1\" box_shadow_vertical=\"30px\" box_shadow_blur=\"80px\" box_shadow_spread=\"-20px\" box_shadow_color=\"RGBA(255,255,255,0)\" box_shadow_color_last_edited=\"off|desktop\" global_colors_info=\"{}\" box_shadow_color__hover_enabled=\"on|hover\" box_shadow_color__hover=\"rgba(0,0,0,0.2)\"][et_pb_blurb title=\"Jet Orientation Course (JOC)\" use_icon=\"on\" font_icon=\"&#xf5b0;||fa||900\" icon_color=\"#0077b6\" icon_alignment=\"center\" _builder_version=\"4.24.3\" _module_preset=\"212b201d-2c34-41bd-936c-851b7357d08b\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" background_mask_style=\"wave\" text_orientation=\"center\" locked=\"off\" global_colors_info=\"{%22#3c3a47%22:%91%22body_text_color%22,%22body_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22%93,%22#0077b6%22:%91%22icon_color%22%93}\"]<p>The JOC provides essential training for transitioning from propeller-driven aircraft to jet-powered airliners, emphasizing handling and performance differences. Duration: 1 week.</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_5,3_5,1_5\" _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" icon_width=\"120px\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"db170d3f-bca7-402c-8bd3-fded0653edcc\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][/et_pb_column][et_pb_column type=\"3_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Completing the ATPL training at Asya Havacılık was a transformative experience. The instructors were incredibly knowledgeable and supportive throughout the entire process.\"</p>[/et_pb_text][et_pb_blurb title=\"John Doe\" _builder_version=\"4.27.4\" _module_preset=\"862c9607-1b6f-4b69-8945-31700042b129\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" background_mask_style=\"wave\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Commercial Pilot</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"The comprehensive curriculum and hands-on flight experience prepared me thoroughly for my aviation career. I highly recommend Asya Havacılık to aspiring pilots.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||31px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"Asya Havacılık\'s ATPL program exceeded my expectations. The state-of-the-art simulators and real-world training scenarios were invaluable.\"</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"a5263d39-fad2-4768-9385-243a7b74537a\" border_radii=\"on|6px|6px|6px|6px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"&#xf10d;||fa||900\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"e1bb7f25-3cb3-46ff-8d8e-70235688eba8\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22icon_color%22,%22icon_color%22%93}\"][/et_pb_icon][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"0504de1e-f5ff-4281-ba60-cbbe4edf98bc\" text_font=\"IBM Plex Sans|700|||||||\" text_font_size=\"18px\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" custom_margin=\"||-3px||false|false\" text_font_size_tablet=\"16px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#03045e%22:%91%22link_text_color%22,%22link_text_color%22%93,%22#0e0c19%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22#0077b6%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\"]<p>\"I am grateful for the mentorship and guidance I received during my training. The skills I developed here have been crucial in my career advancement.\"</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Events\" _builder_version=\"4.24.3\" _module_preset=\"_initial\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22colorStart%22%93}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Upcoming Events\" _builder_version=\"4.24.3\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"ATPL Open Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-094e32bc-24c6-4a10-a4f1-f0a08564063a-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\"]<p>Join us for an informative session about our ATPL training programs, meet our instructors, and tour our facilities.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Information Session\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/thumb-aviation-pilot-cockpit-square-GettyImages-1432221614.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Discover the benefits of training at Asya Havacılık. Our team will answer all your questions about the ATPL courses.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Pilot Career Seminar\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/pilot-1.webp\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Explore career opportunities in aviation and hear from industry experts about the future of piloting.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.24.3\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,0,0,0.06)\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_blurb title=\"Simulator Experience Day\" image=\"https://asyahavacilik.com/wp-content/uploads/2025/02/0-08560773-9b94-4f4c-9774-b0ab6107f8a8-800x600.jpg\" image_icon_width=\"240px\" icon_placement_tablet=\"\" icon_placement_phone=\"top\" icon_placement_last_edited=\"on|tablet\" image_icon_width_tablet=\"30vw\" image_icon_width_phone=\"100%\" image_icon_width_last_edited=\"on|desktop\" _builder_version=\"4.24.3\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_font_size=\"32px\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" body_link_text_color=\"#03045e\" image_icon_custom_margin=\"|20px|||false|false\" hover_enabled=\"0\" header_font_size_tablet=\"22px\" header_font_size_phone=\"17px\" header_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{%22#0e0c19%22:%91%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22,%22header_text_color%22%93,%22#03045e%22:%91%22icon_color%22%93}\" sticky_enabled=\"0\"]<p>Experience our flight simulators firsthand and see what it\'s like to train as a pilot at Asya Havacılık.</p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.24.3\" _module_preset=\"default\" background_color=\"#ffffff\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"off|desktop\" global_colors_info=\"{%22gcid-7cadd8b3-5228-48e4-90c4-212d09232f7b%22:%91%22color%22%93}\"][et_pb_button button_url=\"https://asyahavacilik.com/contact\" button_text=\"Register Now\" button_alignment=\"right\" button_alignment_tablet=\"\" button_alignment_phone=\"left\" button_alignment_last_edited=\"on|phone\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" button_bg_color=\"#0C71C3\" button_font=\"IBM Plex Sans|700|||||||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Frequently Asked Questions\" _builder_version=\"4.23.1\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.21.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"ATPL Training FAQs\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" title_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" title_text_align=\"center\" title_text_color=\"#111111\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.2\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" text_text_color=\"rgba(0,0,0,0.64)\" link_font=\"|IBM Plex Sans_weight|||||||\" link_text_color=\"#03045e\" quote_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" quote_text_color=\"#111111\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_text_color=\"#111111\" header_2_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_2_text_color=\"#111111\" header_3_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_3_text_color=\"#111111\" header_4_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_4_text_color=\"#111111\" header_5_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_5_text_color=\"#111111\" header_6_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" header_6_text_color=\"#111111\" text_orientation=\"center\" text_font_size_tablet=\"\" text_font_size_phone=\"\" text_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Our ATPL training programs are designed to equip you with the skills and knowledge needed for a successful aviation career.</p>[/et_pb_text][et_pb_accordion open_toggle_text_color=\"#0077b6\" icon_color=\"#0077b6\" _builder_version=\"4.24.2\" _module_preset=\"73efbc9d-37bf-4f75-b3d8-498640ef079f\" toggle_text_color=\"#111111\" toggle_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_text_color=\"rgba(0,0,0,0.64)\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22quote_icon_color%22%93,%22gcid-3e0ae39b-d026-4173-b444-0c785917aeff%22:%91%22body_text_color%22%93,%22gcid-828accbb-1ed2-407d-95be-20ab4e191566%22:%91%22border_color_all%22%93,%22#0077b6%22:%91%22icon_color%22,%22open_toggle_text_color%22%93}\"][et_pb_accordion_item title=\"What is the duration of the ATPL training program?\" open=\"on\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\"]<p>The ATPL training program typically takes 18 to 24 months to complete, depending on the student\'s pace and schedule.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What are the prerequisites for enrolling in the ATPL program?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Applicants must have a valid PPL, a minimum of 150 flight hours, and pass a medical examination to enroll in the ATPL program.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Is financial aid available for the ATPL courses?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, Asya Havacılık offers various financial aid options and scholarships to eligible students. Please contact our admissions office for more details.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Do you provide job placement assistance after graduation?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>We offer career support services, including resume workshops and interview preparation, to help graduates secure positions in the aviation industry.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"What kind of aircraft will I train on?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Our students train on a fleet of modern aircraft, including single-engine and multi-engine planes, as well as advanced flight simulators.</p>[/et_pb_accordion_item][et_pb_accordion_item title=\"Are there any opportunities for international students?\" _builder_version=\"4.21.0\" _module_preset=\"550abe5c-b505-4d6b-adc7-570bd7cc1217\" global_colors_info=\"{}\" open=\"off\"]<p>Yes, we welcome international students and provide support with visa applications and accommodation arrangements.</p>[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Call to Action\" _builder_version=\"4.24.2\" _module_preset=\"default\" background_color=\"#0077b6\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{%22#0077b6%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.23\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_cta title=\"Elevate Your Aviation Career\" button_url=\"https://asyahavacilik.com/contact\" button_text=\"Join Now\" _builder_version=\"4.27.4\" _module_preset=\"0cae81ab-7223-4b50-8e71-bfb309c58c86\" header_font=\"IBM Plex Sans Condensed|IBM Plex Sans Condensed_weight|||||||\" body_font=\"IBM Plex Sans|IBM Plex Sans_weight|||||||\" body_link_font=\"||||||||\" background_enable_color=\"off\" use_background_color=\"off\" button_text_color=\"#03045e\" button_font=\"IBM Plex Sans|700|||||||\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-f2943306-fa6c-45f0-b632-5fc00151366a%22:%91%22button_text_color%22%93,%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22button_text_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" sticky_enabled=\"0\"]<p>Ready to take the next step in your aviation journey? Enroll in our comprehensive ATPL training programs at Asya Havacılık and soar to new heights. Contact us today for more information and start your path to becoming a skilled airline pilot.</p>[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Airline Pilot ATPL Trainings','','inherit','closed','closed','','553-revision-v1','','','2025-02-22 04:42:32','2025-02-22 04:42:32','',553,'https://asyahavacilik.com/?p=1260',0,'revision','',0),
(1256,1,'2025-02-22 04:35:05','2025-02-22 04:35:05','','','','inherit','open','closed','','2560x1600_1120093_www-artfile-ru','','','2025-02-22 04:35:10','2025-02-22 04:35:10','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/2560x1600_1120093_www.ArtFile.ru_.jpg',0,'attachment','image/jpeg',0),
(1255,1,'2025-02-22 04:33:52','2025-02-22 04:33:52','','','','inherit','open','closed','','708e7dbb3be9b2cf6ad0afbcc3f43b8a','','','2025-02-22 04:33:59','2025-02-22 04:33:59','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/708e7dbb3be9b2cf6ad0afbcc3f43b8a.jpg',0,'attachment','image/jpeg',0),
(1257,1,'2025-02-22 04:37:50','2025-02-22 04:37:50','','','','inherit','open','closed','','aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione','','','2025-02-22 04:37:56','2025-02-22 04:37:56','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/aerei-elettrici-con-batterie-allo-stato-solido-via-alla-sperimentazione.webp',0,'attachment','image/webp',0),
(1268,1,'2025-02-22 04:51:00','2025-02-22 04:51:00','','','','inherit','open','closed','','downloaderla-65ab64c','','','2025-02-22 04:51:05','2025-02-22 04:51:05','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/Downloaderla-65ab64c.jpg',0,'attachment','image/jpeg',0),
(1267,1,'2025-02-22 04:49:54','2025-02-22 04:49:54','','','','inherit','open','closed','','11111','','','2025-02-22 04:49:58','2025-02-22 04:49:58','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/11111.jpeg',0,'attachment','image/jpeg',0),
(1266,1,'2025-02-22 04:48:39','2025-02-22 04:48:39','','','','inherit','open','closed','','flug-checkliste','','','2025-02-22 04:48:45','2025-02-22 04:48:45','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/flug-checkliste.jpeg',0,'attachment','image/jpeg',0),
(1265,1,'2025-02-22 04:47:36','2025-02-22 04:47:36','','','','inherit','open','closed','','63419489eedeac467d226b5f8ae1583d','','','2025-02-22 04:47:42','2025-02-22 04:47:42','',0,'https://asyahavacilik.com/wp-content/uploads/2025/02/63419489eedeac467d226b5f8ae1583d.jpg',0,'attachment','image/jpeg',0),
(1288,1,'2025-02-23 21:40:59','2025-02-23 21:40:59','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" hover_enabled=\"0\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0C71C3\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||12px|184px|false|false\" custom_padding=\"||0px|0px|false|false\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" title_level=\"h1\" text_shadow_style=\"preset1\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" text_text_color=\"#0C71C3\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" active_link_color=\"#000000\" dropdown_menu_line_color=\"#000000\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#000000\" mobile_menu_text_color=\"#000000\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" button_bg_color=\"#0C71C3\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||19px|||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\" icon_color=\"#0C71C3\"]<h2><a href=\"tel:+905315505403\">+90 531 550 54 03</a></h2>\n<h2><a href=\"tel:+905307471600\">+90 530 747 16 00</a></h2>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" icon_color=\"#0C71C3\" sticky_enabled=\"0\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" icon_color=\"#0C71C3\" sticky_enabled=\"0\"]<p>Nilüfer, Bursa 16000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|47px|auto||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.27.4\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" custom_padding=\"||60px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" custom_padding=\"||59px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.16\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.4\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_heading title=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50Ijoic2l0ZV90aXRsZSIsInNldHRpbmdzIjp7ImJlZm9yZSI6IiIsImFmdGVyIjoiIn19@\" _builder_version=\"4.24.2\" _dynamic_attributes=\"title\" _module_preset=\"8c21dae4-c59d-4c2b-958c-0e045c7f06d6\" title_text_align=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','648-autosave-v1','','','2025-02-23 21:40:59','2025-02-23 21:40:59','',648,'https://asyahavacilik.com/?p=1288',0,'revision','',0),
(1286,1,'2025-02-23 21:40:59','2025-02-23 21:40:59','[et_pb_section fb_built=\"1\" admin_label=\"Site Navigation\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"0px||0px||false|false\" animation_style=\"fade\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_padding=\"||0px|||\" animation_style=\"fade\" hover_enabled=\"0\" border_width_bottom=\"2px\" border_color_bottom=\"rgba(0,132,193,0.29)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_heading title=\"Asya Havacılık\" _builder_version=\"4.27.4\" _module_preset=\"default\" title_text_color=\"#0C71C3\" title_font_size=\"25px\" title_letter_spacing=\"5px\" custom_margin=\"||12px|184px|false|false\" custom_padding=\"||0px|0px|false|false\" hover_enabled=\"0\" title_text_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" title_level=\"h1\" text_shadow_style=\"preset1\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.4\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"default\" link_option_url=\"mailto:info@asyahavacilik.com\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-primary-color%22:%91%22link_text_color%22,%22link_text_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22,%22header_text_color%22,%22header_4_text_color%22,%22header_3_text_color%22,%22header_2_text_color%22,%22header_5_text_color%22,%22header_6_text_color%22,%22quote_text_color%22%93,%22gcid-secondary-color%22:%91%22quote_border_color%22,%22quote_border_color%22%93}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" text_text_color=\"#0C71C3\"]<p style=\"text-align: center;\"><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" custom_padding_last_edited=\"off|desktop\" _builder_version=\"4.27.4\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"8px||8px||true|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"||0px||false|false\" animation_style=\"fade\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" z_index=\"10\" custom_css_main_element=\"margin-bottom: 0;\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu menu_id=\"6\" menu_style=\"centered\" submenu_direction=\"downwards\" active_link_color=\"#000000\" dropdown_menu_line_color=\"#000000\" dropdown_menu_text_color=\"#000000\" dropdown_menu_active_link_color=\"#000000\" mobile_menu_text_color=\"#000000\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoiaG9tZV91cmwiLCJzZXR0aW5ncyI6e319@\" show_cart_icon=\"off\" show_search_icon=\"off\" _builder_version=\"4.27.4\" _dynamic_attributes=\"logo_url\" _module_preset=\"29269ac9-17d3-422e-a2ac-63ac82985c18\" menu_font=\"--et_global_body_font|--et_global_heading_font_weight|||||||\" menu_text_color=\"#000000\" menu_font_size=\"17px\" menu_letter_spacing=\"3px\" menu_line_height=\"1.1em\" background_layout=\"dark\" custom_margin=\"13px||28px||false|false\" animation_style=\"fade\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22dropdown_menu_active_link_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22dropdown_menu_line_color%22,%22menu_icon_color%22,%22active_link_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22,%22menu_text_color__hover%22,%22menu_icon_color%22%93,%22gcid-heading-color%22:%91%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22dropdown_menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22,%22menu_text_color%22%93,%22gcid-secondary-color%22:%91%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22,%22cart_icon_color%22,%22search_icon_color%22%93}\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.18.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"1%||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_button button_text=\"Explore Programs\" button_alignment=\"right\" _builder_version=\"4.27.4\" _module_preset=\"1bffc0fc-42a0-49d1-bd9a-ae3ade2d7206\" hover_enabled=\"0\" box_shadow_style=\"preset1\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" button_bg_color=\"#0C71C3\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','662-revision-v1','','','2025-02-23 21:40:59','2025-02-23 21:40:59','',662,'https://asyahavacilik.com/?p=1286',0,'revision','',0),
(1287,1,'2025-02-23 21:40:59','2025-02-23 21:40:59','[et_pb_section fb_built=\"1\" admin_label=\"Hero\" _builder_version=\"4.24.3\" _module_preset=\"_module_preset=\" background_image=\"https://images.unsplash.com/photo-1539109523166-85417acfcdb7?ixid=M3w1ODkyNzF8MHwxfHNlYXJjaHw1fHxhaXJwbGFuZSUyMGNvY2twaXR8ZW58MHwwfHx8MTczOTQwOTg5OHww&ixlib=rb-4.0.3&fm=webp&fit=crop&crop=entropy&w=1920&h=1080&q=20&dpr=2\" custom_padding=\"0px||0px||true|false\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.25.2\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_padding=\"0px||0px||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"-30vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" background_color=\"#FFFFFF\" custom_padding=\"22%||22%||true|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"200px\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_heading title=\"Contact Us\" _builder_version=\"4.24.2\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.2\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p style=\"text-align: justify;\">At Asya Havacılık, we believe that every great journey begins with a single step, and we\'re here to guide you through each part of your aviation training experience. Whether you are just starting out or looking to enhance your skills, our dedicated team is passionate about helping you navigate the skies of your potential. From personalized training options to expert guidance, we are committed to equipping you with the knowledge and confidence you need to take flight. Don\'t hesitate to connect with us and discover how we can support your aspirations in the aviation industry.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.24.3\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" custom_padding=\"8%||8%||false|false\" custom_padding_tablet=\"||8%|8%|false|false\" custom_padding_phone=\"0%||8%||false|false\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact Info\" _builder_version=\"4.25.1\" _module_preset=\"default\" custom_padding=\"||19px|||\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Phone\" use_icon=\"on\" font_icon=\"&#xe090;||divi||400\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" sticky_enabled=\"0\" icon_color=\"#0C71C3\"]<h2><a href=\"tel:+905315505403\">+90 531 550 54 03</a></h2>\n<h2><a href=\"tel:+905307471600\">+90 530 747 16 00</a></h2>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Email\" use_icon=\"on\" font_icon=\"&#xf0e0;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" icon_color=\"#0C71C3\" sticky_enabled=\"0\"]<p><a href=\"mailto:info@asyahavacilik.com\">info@asyahavacilik.com</a></p>[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.25.1\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blurb title=\"Address\" use_icon=\"on\" font_icon=\"&#xf3c5;||fa||900\" module_class=\"ai_ignore_all\" _builder_version=\"4.27.4\" _module_preset=\"65059203-12d3-44f6-8371-3f5cf61a0475\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22image_icon_background_color%22%93,%22gcid-heading-color%22:%91%22header_text_color%22%93,%22gcid-body-color%22:%91%22body_text_color%22%93,%22gcid-primary-color%22:%91%22body_link_text_color%22%93}\" icon_color=\"#0C71C3\" sticky_enabled=\"0\"]<p>Nilüfer, Bursa 16000</p>[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Text & Image\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" custom_margin=\"|auto|47px|auto||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_image src=\"https://asyahavacilik.com/wp-content/uploads/2025/02/airport.jpg\" title_text=\"1080x600\" _builder_version=\"4.27.4\" _module_preset=\"6ed8fd5c-62c5-4100-98c3-7b8b6d2c2ee6\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Find Us Here\" _builder_version=\"4.24.3\" _module_preset=\"ba4a6336-701f-47b8-bf5c-09da0ce28016\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.16.0\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.4\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" locked=\"off\" global_colors_info=\"{}\"]<p>Our campus is conveniently located in the heart of Bursa, providing easy access for students from all over the city. Use the map below to find the best route to Asya Havacılık and start your journey in aviation today.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Contact\" _builder_version=\"4.18.0\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"Reach Out to Us\" _builder_version=\"4.24.3\" _module_preset=\"f0c675ea-2574-4d0e-b725-30f8550a8550\" title_text_align=\"center\" title_text_color=\"gcid-primary-color\" locked=\"off\" global_colors_info=\"{%22gcid-primary-color%22:%91%22title_text_color%22%93}\"][/et_pb_heading][et_pb_heading title=\"Get in Touch with Asya Havacılık\" _builder_version=\"4.24.3\" _module_preset=\"ddeb8c09-9078-4424-bc15-2efb6572e28e\" title_text_align=\"center\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.24.3\" _module_preset=\"2c55a9c4-feed-423b-9edb-ae0b5b365cac\" text_orientation=\"center\" module_alignment=\"center\" locked=\"off\" global_colors_info=\"{}\"]<p>If you have any questions or need further information, please feel free to contact us. Our team is here to assist you with all your inquiries. You can reach us at:</p><p><strong>Address:</strong> 123 Aviation Lane, Sky City, AS 45678</p><p><strong>Phone:</strong> +90 123 456 7890</p><p><strong>Email:</strong> info@asyahavacilik.com</p><p>We look forward to hearing from you!</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" max_width=\"800px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_contact_form captcha=\"off\" _builder_version=\"4.27.4\" _module_preset=\"347de7c5-8eec-4fb2-89ad-e07c220a4ead\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" _module_preset=\"default\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.27.4\" _module_preset=\"default\" custom_margin=\"||20px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\" sticky_enabled=\"0\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Testimonials\" _builder_version=\"4.17.6\" _module_preset=\"default\" locked=\"off\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_heading title=\"What Our Students Say\" _builder_version=\"4.24.2\" _module_preset=\"c33f07d9-41e0-421a-8799-5799df695cce\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.23.1\" _module_preset=\"5138c454-be54-4233-bd3b-f8e6a8747976\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.23.1\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Emily Johnson\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Asya Havacılık has been a transformative experience for me. The instructors are incredibly knowledgeable and supportive.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Michael Smith\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" custom_padding=\"||60px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The training programs at Asya Havacılık are top-notch. I feel fully prepared for my aviation career.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Sophia Lee\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The facilities and simulators are state-of-the-art. I highly recommend Asya Havacılık to anyone interested in aviation.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"James Brown\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"I appreciate the personalized attention and guidance from the staff. It\'s a great place to learn and grow.\"</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" _module_preset=\"73121f80-a3ef-4484-8763-c3f18e3c56d2\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Olivia Martinez\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" custom_padding=\"||59px|||\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"The community at Asya Havacılık is welcoming and encouraging. I\'ve made lifelong friends here.\"</p>[/et_pb_testimonial][et_pb_testimonial author=\"Liam Davis\" module_class=\"ai_ignore_font_icon\" _builder_version=\"4.24.3\" _module_preset=\"92d621dc-61cf-4898-af8d-b1d4c267456b\" custom_margin=\"||50px||false|false\" locked=\"off\" global_colors_info=\"{%22gcid-36fd78a7-34bc-404d-873c-dafa34efaae5%22:%91%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22,%22icon_color%22%93}\" text_font_size_tablet=\"16px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\"]<p>\"Choosing Asya Havacılık was the best decision for my aviation career. The experience has been invaluable.\"</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','648-revision-v1','','','2025-02-23 21:40:59','2025-02-23 21:40:59','',648,'https://asyahavacilik.com/?p=1287',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(839,11,0),
(537,3,0),
(133,3,0),
(134,3,0),
(135,3,0),
(136,3,0),
(137,3,0),
(138,3,0),
(139,3,0),
(536,3,0),
(539,3,0),
(541,3,0),
(540,3,0),
(370,3,0),
(371,3,0),
(372,3,0),
(373,3,0),
(374,3,0),
(375,3,0),
(376,3,0),
(538,3,0),
(535,3,0),
(499,3,0),
(500,3,0),
(501,3,0),
(502,3,0),
(503,3,0),
(504,3,0),
(505,3,0),
(1078,14,0),
(1078,15,0),
(1078,12,0),
(837,11,0),
(842,11,0),
(840,11,0),
(980,14,0),
(807,11,0),
(843,11,0),
(969,13,0),
(859,11,0),
(662,3,0),
(663,3,0),
(664,3,0),
(665,3,0),
(666,3,0),
(667,3,0),
(668,3,0),
(692,8,0),
(838,11,0),
(846,10,0),
(880,12,0),
(980,13,0),
(970,12,0),
(805,11,0),
(845,10,0),
(841,11,0),
(808,11,0),
(832,11,0),
(831,11,0),
(844,10,0),
(829,11,0),
(828,11,0),
(827,11,0),
(826,11,0),
(825,11,0),
(824,11,0),
(822,11,0),
(820,11,0),
(819,11,0),
(980,12,0),
(818,11,0),
(817,11,0),
(880,13,0),
(815,11,0),
(814,11,0),
(969,12,0),
(970,14,0),
(969,14,0),
(970,13,0),
(804,10,0),
(880,14,0),
(810,11,0),
(809,11,0),
(835,11,0),
(834,11,0),
(836,11,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,0),
(11,11,'nav_menu','',0,31),
(3,3,'layout_type','',0,0),
(8,8,'wp_theme','',0,1),
(12,12,'scope','',0,5),
(10,10,'elementor_library_type','',0,4),
(13,13,'layout_type','',0,4),
(14,14,'module_width','',0,5),
(15,15,'layout_type','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
INSERT INTO `wp_termmeta` VALUES
(10,11,'wpmm_nav_options','a:1:{s:8:\"theme_id\";i:858;}');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(11,'Main Menu','main-menu',0),
(3,'layout','layout',0),
(8,'Divi','divi',0),
(12,'not_global','not_global',0),
(10,'page','page',0),
(13,'module','module',0),
(14,'regular','regular',0),
(15,'section','section',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_taskmeta`
--

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

--
-- Dumping data for table `wp_tm_taskmeta`
--

LOCK TABLES `wp_tm_taskmeta` WRITE;
/*!40000 ALTER TABLE `wp_tm_taskmeta` DISABLE KEYS */;
INSERT INTO `wp_tm_taskmeta` VALUES
(160,160,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:988;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(78,78,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:929;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(79,79,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:930;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(89,89,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:942;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(147,147,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/module_width/regular/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(145,145,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/scope/not_global/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(146,146,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/layout_type/module/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(63,63,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:914;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(27,27,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(28,28,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(29,29,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/contact/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(30,30,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(31,31,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(32,32,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(33,33,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(34,34,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:884;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(35,35,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:885;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(36,36,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:886;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(90,90,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:941;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(40,40,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:892;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(41,41,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:893;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(42,42,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:894;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(43,43,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:895;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(44,44,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:896;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(143,143,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(109,109,'task_options','a:3:{s:3:\"url\";s:55:\"https://asyahavacilik.com/airline-pilot-atpl-trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(110,110,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(46,46,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:898;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(48,48,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:900;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(150,150,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(151,151,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(152,152,'task_options','a:3:{s:3:\"url\";s:69:\"https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(25,25,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/module_width/regular/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(26,26,'task_options','a:3:{s:3:\"url\";s:66:\"https://asyahavacilik.com/et_footer_layout/theme-builder-layout-5/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(22,22,'task_options','a:3:{s:3:\"url\";s:44:\"https://asyahavacilik.com/et_pb_layout/asya/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(23,23,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/scope/not_global/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(24,24,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/layout_type/module/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(14,14,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(15,15,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/contact/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(16,16,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(17,17,'task_options','a:3:{s:3:\"url\";s:66:\"https://asyahavacilik.com/et_footer_layout/theme-builder-layout-5/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(18,18,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(19,19,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(20,20,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/contact/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(21,21,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(114,114,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(115,115,'task_options','a:3:{s:3:\"url\";s:61:\"https://asyahavacilik.com/special-atpl-training-for-students/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(116,116,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(117,117,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(118,118,'task_options','a:3:{s:3:\"url\";s:61:\"https://asyahavacilik.com/special-atpl-training-for-students/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(163,163,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:991;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(164,164,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:992;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(134,134,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(148,148,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(149,149,'task_options','a:3:{s:3:\"url\";s:69:\"https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(68,68,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:919;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(66,66,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:917;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(67,67,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:918;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(64,64,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:915;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(65,65,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:916;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(61,61,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:912;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(55,55,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(56,56,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(57,57,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(58,58,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:909;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(59,59,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:911;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(60,60,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:910;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(162,162,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:990;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(153,153,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(154,154,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(155,155,'task_options','a:3:{s:3:\"url\";s:62:\"https://asyahavacilik.com/special-atpl-training-for-employees/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(156,156,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(157,157,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:985;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(158,158,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:986;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(133,133,'task_options','a:3:{s:3:\"url\";s:61:\"https://asyahavacilik.com/special-atpl-training-for-students/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(129,129,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(130,130,'task_options','a:3:{s:3:\"url\";s:61:\"https://asyahavacilik.com/special-atpl-training-for-students/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(131,131,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(132,132,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(108,108,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(107,107,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(165,165,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:993;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(119,119,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(120,120,'task_options','a:3:{s:3:\"url\";s:55:\"https://asyahavacilik.com/et_pb_layout/register-button/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(101,101,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:953;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(111,111,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(112,112,'task_options','a:3:{s:3:\"url\";s:55:\"https://asyahavacilik.com/airline-pilot-atpl-trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(113,113,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(128,128,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:971;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(95,95,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:947;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(159,159,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:987;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(161,161,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:989;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(87,87,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:939;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(88,88,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:940;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(86,86,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:938;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(83,83,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:935;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(84,84,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:936;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(85,85,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:937;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(144,144,'task_options','a:3:{s:3:\"url\";s:52:\"https://asyahavacilik.com/et_pb_layout/turkax-buton/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(139,139,'task_options','a:3:{s:3:\"url\";s:69:\"https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(140,140,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(141,141,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(142,142,'task_options','a:3:{s:3:\"url\";s:69:\"https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(135,135,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(136,136,'task_options','a:3:{s:3:\"url\";s:61:\"https://asyahavacilik.com/special-atpl-training-for-students/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(137,137,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(138,138,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(121,121,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/scope/not_global/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(122,122,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/layout_type/module/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(123,123,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/module_width/regular/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(124,124,'task_options','a:3:{s:3:\"url\";s:53:\"https://asyahavacilik.com/et_pb_layout/register-mavi/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(126,126,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/layout_type/module/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(127,127,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/module_width/regular/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(125,125,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/scope/not_global/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(105,105,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(106,106,'task_options','a:3:{s:3:\"url\";s:55:\"https://asyahavacilik.com/airline-pilot-atpl-trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(166,166,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:994;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(254,254,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1056;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(255,255,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1055;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(324,324,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(244,244,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1049;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(241,241,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(236,236,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(233,233,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1041;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(318,318,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(319,319,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/ir-instrument-flight/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(320,320,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(321,321,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(322,322,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/ir-instrument-flight/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(323,323,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(240,240,'task_options','a:3:{s:3:\"url\";s:38:\"https://asyahavacilik.com/atpl-theory/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(213,213,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(214,214,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(212,212,'task_options','a:3:{s:3:\"url\";s:38:\"https://asyahavacilik.com/sep-renewal/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(211,211,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(210,210,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(209,209,'task_options','a:3:{s:3:\"url\";s:38:\"https://asyahavacilik.com/sep-renewal/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(177,177,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1005;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(178,178,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1006;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(201,201,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(202,202,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(203,203,'task_options','a:3:{s:3:\"url\";s:44:\"https://asyahavacilik.com/flight-instructor/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(192,192,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(193,193,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(194,194,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/other-pilot-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(181,181,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(182,182,'task_options','a:3:{s:3:\"url\";s:62:\"https://asyahavacilik.com/special-atpl-training-for-employees/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(183,183,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(184,184,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(185,185,'task_options','a:3:{s:3:\"url\";s:67:\"https://asyahavacilik.com/airline-transport-pilot-license-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(186,186,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(256,256,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1057;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(248,248,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(249,249,'task_options','a:3:{s:3:\"url\";s:38:\"https://asyahavacilik.com/atpl-theory/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(250,250,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(251,251,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(252,252,'task_options','a:3:{s:3:\"url\";s:30:\"https://asyahavacilik.com/pic/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(253,253,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(242,242,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1047;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(243,243,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1048;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(347,347,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(348,348,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(349,349,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(223,223,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(224,224,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/modular-pilotage/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(225,225,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(226,226,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(227,227,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/modular-pilotage/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(228,228,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(229,229,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(230,230,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/ppl-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(231,231,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(232,232,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1040;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(237,237,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/ppl-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(238,238,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(239,239,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(218,218,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1028;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(219,219,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1029;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(215,215,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/modular-pilotage/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(216,216,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(217,217,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1027;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(204,204,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(205,205,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(206,206,'task_options','a:3:{s:3:\"url\";s:44:\"https://asyahavacilik.com/flight-instructor/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(207,207,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(208,208,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(195,195,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(196,196,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(197,197,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/other-pilot-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(198,198,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(199,199,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(200,200,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/other-pilot-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(187,187,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(188,188,'task_options','a:3:{s:3:\"url\";s:67:\"https://asyahavacilik.com/airline-transport-pilot-license-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(189,189,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(190,190,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(191,191,'task_options','a:3:{s:3:\"url\";s:67:\"https://asyahavacilik.com/airline-transport-pilot-license-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(257,257,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1058;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(299,299,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1092;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(308,308,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(309,309,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1101;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(307,307,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/cpl-commercial-pilot/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(301,301,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1094;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(328,328,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(329,329,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/multi-motor-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(330,330,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(262,262,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(263,263,'task_options','a:3:{s:3:\"url\";s:30:\"https://asyahavacilik.com/pic/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(264,264,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(265,265,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(266,266,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/night-vfr/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(267,267,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(268,268,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1066;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(269,269,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1067;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(270,270,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1068;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(333,333,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(316,316,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/ir-instrument-flight/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(317,317,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(294,294,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1086;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(290,290,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(291,291,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1083;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(346,346,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(339,339,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(340,340,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(341,341,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(367,367,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(354,354,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:180;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1131;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:21:\"exceeded_max_filesize\";s:13:\"error_message\";s:137:\"/home/asyahavacilik/public_html/wp-content/uploads/2025/02/0004-Ofis.png - cannot be optimized, file size is above service provider limit\";}'),
(415,415,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(350,350,'task_options','a:3:{s:3:\"url\";s:31:\"https://asyahavacilik.com/2025/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(325,325,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/multi-motor-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(326,326,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(379,379,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(380,380,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-1-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(378,378,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(429,429,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(430,430,'task_options','a:3:{s:3:\"url\";s:59:\"https://asyahavacilik.com/uav-professional-video-traininig/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(304,304,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/cpl-commercial-pilot/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(305,305,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(306,306,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(377,377,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-1-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(360,360,'task_options','a:3:{s:3:\"url\";s:31:\"https://asyahavacilik.com/divi/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(315,315,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(312,312,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(313,313,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/cpl-commercial-pilot/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(314,314,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(303,303,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(331,331,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(332,332,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(292,292,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1084;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(293,293,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1085;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(274,274,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(275,275,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/night-vfr/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(276,276,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(278,278,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/et_pb_layout/phone/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(279,279,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/scope/not_global/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(280,280,'task_options','a:3:{s:3:\"url\";s:46:\"https://asyahavacilik.com/layout_type/section/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(281,281,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/module_width/regular/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(282,282,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(283,283,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/night-vfr/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(284,284,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(285,285,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(286,286,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/contact/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(287,287,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(288,288,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(289,289,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/cpl-commercial-pilot/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(361,361,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(362,362,'task_options','a:3:{s:3:\"url\";s:31:\"https://asyahavacilik.com/divi/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(363,363,'task_options','a:3:{s:3:\"url\";s:66:\"https://asyahavacilik.com/et_header_layout/theme-builder-layout-5/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(364,364,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(365,365,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(366,366,'task_options','a:3:{s:3:\"url\";s:55:\"https://asyahavacilik.com/airline-pilot-atpl-trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(396,396,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-2-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(397,397,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(398,398,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(395,395,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(388,388,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(381,381,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(405,405,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1162;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(351,351,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/2025/02/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(352,352,'task_options','a:3:{s:3:\"url\";s:37:\"https://asyahavacilik.com/2025/02/20/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(413,413,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(414,414,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/uav-mapping-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(342,342,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(343,343,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(344,344,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(345,345,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(401,401,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(402,402,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/uav-mapping-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(403,403,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(404,404,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1161;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(423,423,'task_options','a:3:{s:3:\"url\";s:58:\"https://asyahavacilik.com/uav-pesticide-spraying-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(424,424,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(425,425,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(426,426,'task_options','a:3:{s:3:\"url\";s:59:\"https://asyahavacilik.com/uav-professional-video-traininig/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(427,427,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(545,545,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(406,406,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1163;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(399,399,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-2-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(400,400,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(434,434,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(435,435,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(436,436,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/fpv-drone-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(437,437,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(389,389,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(390,390,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-2-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(391,391,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(431,431,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(432,432,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(433,433,'task_options','a:3:{s:3:\"url\";s:59:\"https://asyahavacilik.com/uav-professional-video-traininig/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(417,417,'task_options','a:3:{s:3:\"url\";s:58:\"https://asyahavacilik.com/uav-pesticide-spraying-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(418,418,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(416,416,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(422,422,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(383,383,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(384,384,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-1-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(385,385,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(386,386,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(387,387,'task_options','a:3:{s:3:\"url\";s:41:\"https://asyahavacilik.com/uav-2-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(368,368,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(369,369,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(370,370,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(371,371,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(372,372,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(373,373,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(374,374,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(375,375,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(376,376,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(410,410,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(411,411,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/uav-mapping-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(412,412,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(569,569,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(449,449,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(450,450,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/modular-pilotage/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(451,451,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(461,461,'task_options','a:3:{s:3:\"url\";s:43:\"https://asyahavacilik.com/modular-pilotage/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(462,462,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(446,446,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(460,460,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(565,565,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/corporate/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(566,566,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(567,567,'task_options','a:3:{s:3:\"url\";s:66:\"https://asyahavacilik.com/et_header_layout/theme-builder-layout-5/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(454,454,'task_options','a:15:{s:18:\"allowed_file_types\";s:77:\"a:5:{i:0;s:3:\"gif\";i:1;s:3:\"png\";i:2;s:3:\"jpg\";i:3;s:3:\"tif\";i:4;s:4:\"jpeg\";}\";s:15:\"request_timeout\";i:30;s:13:\"keep_original\";s:1:\"1\";s:13:\"preserve_exif\";b:1;s:13:\"image_quality\";s:2:\"92\";s:12:\"api_endpoint\";s:22:\"http://api.resmush.it/\";s:12:\"max_filesize\";i:5242880;s:7:\"version\";s:6:\"0.1.13\";s:13:\"backup_prefix\";s:28:\"-updraft-pre-smush-original.\";s:13:\"attachment_id\";i:1199;s:7:\"blog_id\";i:1;s:17:\"lossy_compression\";b:0;s:13:\"current_stage\";s:11:\"initialised\";s:10:\"error_code\";s:17:\"invalid_file_path\";s:13:\"error_message\";s:56:\"The linked attachment ID does not have a valid file path\";}'),
(441,441,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(442,442,'task_options','a:3:{s:3:\"url\";s:45:\"https://asyahavacilik.com/fpv-drone-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(443,443,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(444,444,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(445,445,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/uav-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(562,562,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(563,563,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(564,564,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(517,517,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(518,518,'task_options','a:3:{s:3:\"url\";s:44:\"https://asyahavacilik.com/flight-instructor/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(519,519,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(476,476,'task_options','a:3:{s:3:\"url\";s:38:\"https://asyahavacilik.com/atpl-theory/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(477,477,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(546,546,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(547,547,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(548,548,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(549,549,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(550,550,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(478,478,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(479,479,'task_options','a:3:{s:3:\"url\";s:30:\"https://asyahavacilik.com/pic/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(480,480,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(570,570,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/contact/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(571,571,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(482,482,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(483,483,'task_options','a:3:{s:3:\"url\";s:30:\"https://asyahavacilik.com/pic/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(484,484,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(499,499,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(497,497,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(498,498,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/ir-instrument-flight/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(467,467,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(468,468,'task_options','a:3:{s:3:\"url\";s:39:\"https://asyahavacilik.com/ppl-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(469,469,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(511,511,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(512,512,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/other-pilot-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(513,513,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(522,522,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(523,523,'task_options','a:3:{s:3:\"url\";s:38:\"https://asyahavacilik.com/sep-renewal/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(524,524,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(525,525,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(526,526,'task_options','a:3:{s:3:\"url\";s:55:\"https://asyahavacilik.com/airline-pilot-atpl-trainings/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(527,527,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(528,528,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(529,529,'task_options','a:3:{s:3:\"url\";s:61:\"https://asyahavacilik.com/special-atpl-training-for-students/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(530,530,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(475,475,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(485,485,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(486,486,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/night-vfr/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(487,487,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(551,551,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/about-2/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(552,552,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(553,553,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(554,554,'task_options','a:3:{s:3:\"url\";s:36:\"https://asyahavacilik.com/corporate/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(555,555,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(556,556,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(557,557,'task_options','a:3:{s:3:\"url\";s:34:\"https://asyahavacilik.com/gallery/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(558,558,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(543,543,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(544,544,'task_options','a:3:{s:3:\"url\";s:67:\"https://asyahavacilik.com/airline-transport-pilot-license-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(568,568,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(535,535,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(536,536,'task_options','a:3:{s:3:\"url\";s:69:\"https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(537,537,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(504,504,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(505,505,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/multi-motor-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(506,506,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(508,508,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(509,509,'task_options','a:3:{s:3:\"url\";s:47:\"https://asyahavacilik.com/other-pilot-training/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(510,510,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(560,560,'task_options','a:3:{s:3:\"url\";s:32:\"https://asyahavacilik.com/fleet/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(561,561,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(559,559,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(539,539,'task_options','a:3:{s:3:\"url\";s:25:\"https://asyahavacilik.com\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(540,540,'task_options','a:3:{s:3:\"url\";s:62:\"https://asyahavacilik.com/special-atpl-training-for-employees/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}'),
(541,541,'task_options','a:3:{s:3:\"url\";s:26:\"https://asyahavacilik.com/\";s:12:\"preload_type\";s:6:\"manual\";s:22:\"anonymous_user_allowed\";b:0;}');
/*!40000 ALTER TABLE `wp_tm_taskmeta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tm_tasks`
--

DROP TABLE IF EXISTS `wp_tm_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tm_tasks` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `type` varchar(300) NOT NULL,
  `class_identifier` varchar(300) DEFAULT '0',
  `attempts` int(11) DEFAULT 0,
  `description` varchar(300) DEFAULT NULL,
  `time_created` timestamp NOT NULL DEFAULT current_timestamp(),
  `last_locked_at` bigint(20) DEFAULT 0,
  `status` varchar(300) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `user_id` (`user_id`)
) ENGINE=MyISAM AUTO_INCREMENT=572 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tm_tasks`
--

LOCK TABLES `wp_tm_tasks` WRITE;
/*!40000 ALTER TABLE `wp_tm_tasks` DISABLE KEYS */;
INSERT INTO `wp_tm_tasks` VALUES
(26,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_footer_layout/theme-builder-layout-5/','2025-02-16 23:46:29',0,'active'),
(25,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/module_width/regular/','2025-02-16 23:46:11',0,'active'),
(24,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/layout_type/module/','2025-02-16 23:46:11',0,'active'),
(23,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/scope/not_global/','2025-02-16 23:46:11',0,'active'),
(18,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-16 23:45:27',0,'active'),
(16,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-16 23:44:47',0,'active'),
(22,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_pb_layout/asya/','2025-02-16 23:46:11',0,'active'),
(21,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-16 23:45:27',0,'active'),
(20,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/contact/','2025-02-16 23:45:27',0,'active'),
(19,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-16 23:45:27',0,'active'),
(17,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_footer_layout/theme-builder-layout-5/','2025-02-16 23:45:27',0,'active'),
(14,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-16 23:44:47',0,'active'),
(15,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/contact/','2025-02-16 23:44:47',0,'active'),
(27,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-16 23:46:29',0,'active'),
(28,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-16 23:46:30',0,'active'),
(29,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/contact/','2025-02-16 23:46:30',0,'active'),
(30,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-16 23:46:30',0,'active'),
(31,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-16 23:48:22',0,'active'),
(32,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/trainings/','2025-02-16 23:48:22',0,'active'),
(33,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-16 23:48:22',0,'active'),
(34,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 884, autocreated on : February 16, 2025 11:50:00','2025-02-16 23:50:00',0,'failed'),
(35,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 885, autocreated on : February 16, 2025 11:50:01','2025-02-16 23:50:01',0,'failed'),
(36,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 886, autocreated on : February 16, 2025 11:50:01','2025-02-16 23:50:01',0,'failed'),
(40,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 892, autocreated on : February 16, 2025 11:51:54','2025-02-16 23:51:54',0,'failed'),
(41,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 893, autocreated on : February 16, 2025 11:51:54','2025-02-16 23:51:54',0,'failed'),
(42,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 894, autocreated on : February 16, 2025 11:51:54','2025-02-16 23:51:54',0,'failed'),
(43,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 895, autocreated on : February 16, 2025 11:51:54','2025-02-16 23:51:54',0,'failed'),
(44,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 896, autocreated on : February 16, 2025 11:51:55','2025-02-16 23:51:55',0,'failed'),
(95,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 947, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(46,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 898, autocreated on : February 16, 2025 11:51:55','2025-02-16 23:51:55',0,'failed'),
(48,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 900, autocreated on : February 16, 2025 11:51:55','2025-02-16 23:51:55',0,'failed'),
(65,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 916, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(64,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 915, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(63,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 914, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(61,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 912, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(60,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 910, autocreated on : February 17, 2025 12:12:18','2025-02-17 00:12:18',0,'failed'),
(59,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 911, autocreated on : February 17, 2025 12:12:18','2025-02-17 00:12:18',0,'failed'),
(58,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 909, autocreated on : February 17, 2025 12:12:18','2025-02-17 00:12:18',0,'failed'),
(57,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 00:10:33',0,'active'),
(55,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 00:10:33',0,'active'),
(56,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/trainings/','2025-02-17 00:10:33',0,'active'),
(66,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 917, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(67,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 918, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(68,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 919, autocreated on : February 17, 2025 12:12:19','2025-02-17 00:12:19',0,'failed'),
(109,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-pilot-atpl-trainings/','2025-02-17 02:23:22',0,'active'),
(78,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 929, autocreated on : February 17, 2025 12:12:20','2025-02-17 00:12:20',0,'failed'),
(79,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 930, autocreated on : February 17, 2025 12:12:21','2025-02-17 00:12:21',0,'failed'),
(84,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 936, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(113,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:26:34',0,'active'),
(112,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-pilot-atpl-trainings/','2025-02-17 02:26:34',0,'active'),
(111,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:26:34',0,'active'),
(110,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:23:22',0,'active'),
(90,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 941, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(89,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 942, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(88,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 940, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(87,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 939, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(86,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 938, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(85,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 937, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(83,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 935, autocreated on : February 17, 2025 02:09:54','2025-02-17 02:09:54',0,'failed'),
(101,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 953, autocreated on : February 17, 2025 02:10:01','2025-02-17 02:10:01',0,'failed'),
(116,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:26:53',0,'active'),
(108,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:23:22',0,'active'),
(107,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:20:47',0,'active'),
(106,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-pilot-atpl-trainings/','2025-02-17 02:20:47',0,'active'),
(105,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:20:47',0,'active'),
(114,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:26:53',0,'active'),
(115,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-students/','2025-02-17 02:26:53',0,'active'),
(117,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:30:09',0,'active'),
(118,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-students/','2025-02-17 02:30:09',0,'active'),
(119,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:30:09',0,'active'),
(120,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_pb_layout/register-button/','2025-02-17 02:33:26',0,'active'),
(121,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/scope/not_global/','2025-02-17 02:33:26',0,'active'),
(122,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/layout_type/module/','2025-02-17 02:33:26',0,'active'),
(123,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/module_width/regular/','2025-02-17 02:33:26',0,'active'),
(124,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_pb_layout/register-mavi/','2025-02-17 02:36:57',0,'active'),
(125,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/scope/not_global/','2025-02-17 02:36:57',0,'active'),
(126,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/layout_type/module/','2025-02-17 02:36:57',0,'active'),
(127,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/module_width/regular/','2025-02-17 02:36:57',0,'active'),
(128,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 971, autocreated on : February 17, 2025 02:38:36','2025-02-17 02:38:36',0,'failed'),
(129,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:39:29',0,'active'),
(130,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-students/','2025-02-17 02:39:29',0,'active'),
(131,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:39:30',0,'active'),
(132,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:39:51',0,'active'),
(133,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-students/','2025-02-17 02:39:51',0,'active'),
(134,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:39:51',0,'active'),
(135,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:40:17',0,'active'),
(136,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-students/','2025-02-17 02:40:17',0,'active'),
(137,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:40:17',0,'active'),
(138,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:40:52',0,'active'),
(139,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/','2025-02-17 02:40:52',0,'active'),
(140,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:40:52',0,'active'),
(141,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-17 02:47:22',0,'active'),
(142,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/','2025-02-17 02:47:22',0,'active'),
(143,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-17 02:47:22',0,'active'),
(144,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_pb_layout/turkax-buton/','2025-02-18 23:17:20',0,'active'),
(145,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/scope/not_global/','2025-02-18 23:17:20',0,'active'),
(146,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/layout_type/module/','2025-02-18 23:17:20',0,'active'),
(147,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/module_width/regular/','2025-02-18 23:17:20',0,'active'),
(148,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:19:16',0,'active'),
(149,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/','2025-02-18 23:19:16',0,'active'),
(150,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:19:16',0,'active'),
(151,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:19:57',0,'active'),
(152,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/','2025-02-18 23:19:57',0,'active'),
(153,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:19:57',0,'active'),
(154,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:20:34',0,'active'),
(155,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-employees/','2025-02-18 23:20:34',0,'active'),
(156,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:20:34',0,'active'),
(157,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 985, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(158,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 986, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(159,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 987, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(160,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 988, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(161,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 989, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(162,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 990, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(163,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 991, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(164,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 992, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(165,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 993, autocreated on : February 18, 2025 11:21:25','2025-02-18 23:21:25',0,'failed'),
(166,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 994, autocreated on : February 18, 2025 11:21:26','2025-02-18 23:21:26',0,'failed'),
(196,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:35:17',0,'active'),
(195,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:31:27',0,'active'),
(194,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/other-pilot-training/','2025-02-18 23:31:27',0,'active'),
(193,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:31:27',0,'active'),
(192,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:30:59',0,'active'),
(191,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-transport-pilot-license-training/','2025-02-18 23:30:59',0,'active'),
(190,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:30:59',0,'active'),
(177,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1005, autocreated on : February 18, 2025 11:21:27','2025-02-18 23:21:27',0,'failed'),
(178,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1006, autocreated on : February 18, 2025 11:21:27','2025-02-18 23:21:27',0,'failed'),
(189,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:29:57',0,'active'),
(188,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-transport-pilot-license-training/','2025-02-18 23:29:57',0,'active'),
(181,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:25:55',0,'active'),
(182,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-employees/','2025-02-18 23:25:55',0,'active'),
(183,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:25:55',0,'active'),
(184,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:26:28',0,'active'),
(185,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-transport-pilot-license-training/','2025-02-18 23:26:28',0,'active'),
(186,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:26:28',0,'active'),
(199,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:35:42',0,'active'),
(198,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:35:17',0,'active'),
(197,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/other-pilot-training/','2025-02-18 23:35:17',0,'active'),
(187,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:29:57',0,'active'),
(200,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/other-pilot-training/','2025-02-18 23:35:42',0,'active'),
(201,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:35:42',0,'active'),
(202,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:35:59',0,'active'),
(203,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/flight-instructor/','2025-02-18 23:35:59',0,'active'),
(204,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:35:59',0,'active'),
(205,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:44:39',0,'active'),
(206,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/flight-instructor/','2025-02-18 23:44:39',0,'active'),
(207,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:44:39',0,'active'),
(208,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:45:08',0,'active'),
(209,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/sep-renewal/','2025-02-18 23:45:08',0,'active'),
(210,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:45:08',0,'active'),
(211,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:48:47',0,'active'),
(212,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/sep-renewal/','2025-02-18 23:48:47',0,'active'),
(213,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:48:47',0,'active'),
(214,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-18 23:49:04',0,'active'),
(215,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/modular-pilotage/','2025-02-18 23:49:04',0,'active'),
(216,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-18 23:49:04',0,'active'),
(217,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1027, autocreated on : February 18, 2025 11:49:48','2025-02-18 23:49:48',0,'failed'),
(218,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1028, autocreated on : February 18, 2025 11:49:48','2025-02-18 23:49:48',0,'failed'),
(219,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1029, autocreated on : February 18, 2025 11:49:48','2025-02-18 23:49:48',0,'failed'),
(226,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 06:47:11',0,'active'),
(225,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 00:38:59',0,'active'),
(224,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/modular-pilotage/','2025-02-19 00:38:59',0,'active'),
(223,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 00:38:59',0,'active'),
(227,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/modular-pilotage/','2025-02-19 06:47:11',0,'active'),
(228,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 06:47:11',0,'active'),
(229,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 06:47:28',0,'active'),
(230,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ppl-training/','2025-02-19 06:47:28',0,'active'),
(231,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 06:47:28',0,'active'),
(232,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1040, autocreated on : February 19, 2025 06:48:44','2025-02-19 06:48:44',0,'failed'),
(233,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1041, autocreated on : February 19, 2025 06:48:44','2025-02-19 06:48:44',0,'failed'),
(236,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 06:53:13',0,'active'),
(237,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ppl-training/','2025-02-19 06:53:13',0,'active'),
(238,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 06:53:13',0,'active'),
(239,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 06:53:26',0,'active'),
(240,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/atpl-theory/','2025-02-19 06:53:26',0,'active'),
(241,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 06:53:26',0,'active'),
(243,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1048, autocreated on : February 19, 2025 06:54:18','2025-02-19 06:54:18',0,'failed'),
(242,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1047, autocreated on : February 19, 2025 06:54:18','2025-02-19 06:54:18',0,'failed'),
(244,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1049, autocreated on : February 19, 2025 06:54:18','2025-02-19 06:54:18',0,'failed'),
(286,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/contact/','2025-02-19 07:21:41',0,'active'),
(285,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:21:41',0,'active'),
(283,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/night-vfr/','2025-02-19 07:16:34',0,'active'),
(248,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 06:57:09',0,'active'),
(249,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/atpl-theory/','2025-02-19 06:57:09',0,'active'),
(250,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 06:57:09',0,'active'),
(251,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 06:57:22',0,'active'),
(252,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/pic/','2025-02-19 06:57:22',0,'active'),
(253,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 06:57:22',0,'active'),
(254,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1056, autocreated on : February 19, 2025 06:58:22','2025-02-19 06:58:22',0,'failed'),
(255,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1055, autocreated on : February 19, 2025 06:58:22','2025-02-19 06:58:22',0,'failed'),
(256,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1057, autocreated on : February 19, 2025 06:58:22','2025-02-19 06:58:22',0,'failed'),
(257,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1058, autocreated on : February 19, 2025 06:58:22','2025-02-19 06:58:22',0,'failed'),
(282,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:16:34',0,'active'),
(281,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/module_width/regular/','2025-02-19 07:16:23',0,'active'),
(280,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/layout_type/section/','2025-02-19 07:16:23',0,'active'),
(278,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_pb_layout/phone/','2025-02-19 07:16:23',0,'active'),
(262,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:01:33',0,'active'),
(263,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/pic/','2025-02-19 07:01:33',0,'active'),
(264,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:01:33',0,'active'),
(265,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:01:54',0,'active'),
(266,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/night-vfr/','2025-02-19 07:01:54',0,'active'),
(267,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:01:54',0,'active'),
(268,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1066, autocreated on : February 19, 2025 07:02:50','2025-02-19 07:02:50',0,'failed'),
(269,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1067, autocreated on : February 19, 2025 07:02:50','2025-02-19 07:02:50',0,'failed'),
(270,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1068, autocreated on : February 19, 2025 07:02:50','2025-02-19 07:02:50',0,'failed'),
(276,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:09:32',0,'active'),
(275,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/night-vfr/','2025-02-19 07:09:32',0,'active'),
(284,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:16:34',0,'active'),
(279,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/scope/not_global/','2025-02-19 07:16:23',0,'active'),
(274,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:09:32',0,'active'),
(287,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:21:41',0,'active'),
(288,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:22:26',0,'active'),
(289,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/cpl-commercial-pilot/','2025-02-19 07:22:26',0,'active'),
(290,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:22:26',0,'active'),
(291,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1083, autocreated on : February 19, 2025 07:22:58','2025-02-19 07:22:58',0,'failed'),
(292,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1084, autocreated on : February 19, 2025 07:22:58','2025-02-19 07:22:58',0,'failed'),
(293,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1085, autocreated on : February 19, 2025 07:22:58','2025-02-19 07:22:58',0,'failed'),
(294,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1086, autocreated on : February 19, 2025 07:22:58','2025-02-19 07:22:58',0,'failed'),
(306,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 23:36:39',0,'active'),
(303,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 07:36:10',0,'active'),
(304,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/cpl-commercial-pilot/','2025-02-19 07:36:10',0,'active'),
(301,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1094, autocreated on : February 19, 2025 07:26:43','2025-02-19 07:26:43',0,'failed'),
(305,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 07:36:10',0,'active'),
(299,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1092, autocreated on : February 19, 2025 07:25:10','2025-02-19 07:25:10',0,'failed'),
(307,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/cpl-commercial-pilot/','2025-02-19 23:36:39',0,'active'),
(308,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 23:36:39',0,'active'),
(309,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1101, autocreated on : February 19, 2025 11:41:22','2025-02-19 23:41:22',0,'failed'),
(320,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:09:41',0,'active'),
(319,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ir-instrument-flight/','2025-02-20 00:09:41',0,'active'),
(312,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 23:45:52',0,'active'),
(313,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/cpl-commercial-pilot/','2025-02-19 23:45:52',0,'active'),
(314,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 23:45:52',0,'active'),
(315,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-19 23:46:23',0,'active'),
(316,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ir-instrument-flight/','2025-02-19 23:46:23',0,'active'),
(317,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-19 23:46:23',0,'active'),
(318,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:09:41',0,'active'),
(321,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:10:45',0,'active'),
(322,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ir-instrument-flight/','2025-02-20 00:10:45',0,'active'),
(323,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:10:45',0,'active'),
(324,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:12:00',0,'active'),
(325,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/multi-motor-training/','2025-02-20 00:12:00',0,'active'),
(326,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:12:00',0,'active'),
(347,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:44:14',0,'active'),
(328,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:18:37',0,'active'),
(329,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/multi-motor-training/','2025-02-20 00:18:37',0,'active'),
(330,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:18:37',0,'active'),
(331,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:19:14',0,'active'),
(332,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 00:19:14',0,'active'),
(333,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:19:14',0,'active'),
(346,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 00:44:14',0,'active'),
(345,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:44:14',0,'active'),
(344,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:37:55',0,'active'),
(343,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 00:37:55',0,'active'),
(339,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:30:05',0,'active'),
(340,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 00:30:05',0,'active'),
(341,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:30:05',0,'active'),
(342,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:37:55',0,'active'),
(348,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 00:58:56',0,'active'),
(349,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 00:58:56',0,'active'),
(350,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/2025/','2025-02-20 00:58:56',0,'active'),
(351,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/2025/02/','2025-02-20 00:58:56',0,'active'),
(352,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/2025/02/20/','2025-02-20 00:58:56',0,'active'),
(354,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1131, autocreated on : February 20, 2025 12:59:55','2025-02-20 00:59:55',0,'failed'),
(373,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:24:43',0,'active'),
(372,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:22:37',0,'active'),
(371,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 02:22:37',0,'active'),
(370,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:22:37',0,'active'),
(369,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 02:22:22',0,'active'),
(360,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/divi/','2025-02-20 01:01:26',0,'active'),
(361,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 01:01:26',0,'active'),
(362,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/divi/','2025-02-20 01:01:28',0,'active'),
(363,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_header_layout/theme-builder-layout-5/','2025-02-20 01:02:47',0,'active'),
(364,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 01:02:47',0,'active'),
(365,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 01:02:47',0,'active'),
(366,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-pilot-atpl-trainings/','2025-02-20 01:02:47',0,'active'),
(367,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 01:02:47',0,'active'),
(374,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 02:24:43',0,'active'),
(368,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:22:22',0,'active'),
(375,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:24:43',0,'active'),
(376,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:27:20',0,'active'),
(377,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-1-training/','2025-02-20 02:27:20',0,'active'),
(378,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:27:20',0,'active'),
(379,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:36:15',0,'active'),
(380,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-1-training/','2025-02-20 02:36:15',0,'active'),
(381,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:36:15',0,'active'),
(390,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-2-training/','2025-02-20 02:43:55',0,'active'),
(383,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:40:30',0,'active'),
(384,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-1-training/','2025-02-20 02:40:30',0,'active'),
(385,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:40:30',0,'active'),
(386,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:41:18',0,'active'),
(387,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-2-training/','2025-02-20 02:41:18',0,'active'),
(388,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:41:18',0,'active'),
(389,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:43:55',0,'active'),
(391,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:43:55',0,'active'),
(404,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1161, autocreated on : February 20, 2025 02:53:56','2025-02-20 02:53:56',0,'failed'),
(403,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:53:02',0,'active'),
(402,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-mapping-training/','2025-02-20 02:53:02',0,'active'),
(395,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:51:36',0,'active'),
(396,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-2-training/','2025-02-20 02:51:36',0,'active'),
(397,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:51:36',0,'active'),
(398,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:52:28',0,'active'),
(399,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-2-training/','2025-02-20 02:52:28',0,'active'),
(400,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 02:52:28',0,'active'),
(401,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 02:53:02',0,'active'),
(405,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1162, autocreated on : February 20, 2025 02:53:56','2025-02-20 02:53:56',0,'failed'),
(406,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1163, autocreated on : February 20, 2025 02:53:56','2025-02-20 02:53:56',0,'failed'),
(413,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:09:46',0,'active'),
(412,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:08:45',0,'active'),
(411,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-mapping-training/','2025-02-20 03:08:45',0,'active'),
(410,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:08:45',0,'active'),
(414,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-mapping-training/','2025-02-20 03:09:46',0,'active'),
(415,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:09:46',0,'active'),
(416,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:10:21',0,'active'),
(417,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-pesticide-spraying-training/','2025-02-20 03:10:21',0,'active'),
(418,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:10:21',0,'active'),
(423,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-pesticide-spraying-training/','2025-02-20 03:31:22',0,'active'),
(422,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:31:22',0,'active'),
(431,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:39:31',0,'active'),
(424,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:31:22',0,'active'),
(425,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:32:08',0,'active'),
(426,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-professional-video-traininig/','2025-02-20 03:32:08',0,'active'),
(427,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:32:08',0,'active'),
(429,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:39:31',0,'active'),
(430,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-professional-video-traininig/','2025-02-20 03:39:31',0,'active'),
(432,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:39:57',0,'active'),
(433,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-professional-video-traininig/','2025-02-20 03:39:57',0,'active'),
(434,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:39:57',0,'active'),
(435,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:40:13',0,'active'),
(436,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/fpv-drone-training/','2025-02-20 03:40:13',0,'active'),
(437,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:40:13',0,'active'),
(442,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/fpv-drone-training/','2025-02-20 03:48:48',0,'active'),
(449,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 14:36:48',0,'active'),
(441,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:48:48',0,'active'),
(450,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/modular-pilotage/','2025-02-20 14:36:48',0,'active'),
(443,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:48:48',0,'active'),
(444,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-20 03:50:58',0,'active'),
(445,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/uav-training/','2025-02-20 03:50:58',0,'active'),
(446,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 03:50:58',0,'active'),
(451,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-20 14:36:48',0,'active'),
(468,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ppl-training/','2025-02-21 00:33:16',0,'active'),
(483,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/pic/','2025-02-21 00:53:41',0,'active'),
(454,1,'smush','Re_Smush_It_Task',1,'Re_Smush_It_Task with attachment ID : 1199, autocreated on : February 21, 2025 12:14:49','2025-02-21 00:14:49',0,'failed'),
(467,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 00:33:16',0,'active'),
(482,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 00:53:41',0,'active'),
(477,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 00:43:21',0,'active'),
(475,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 00:43:21',0,'active'),
(460,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 00:24:33',0,'active'),
(461,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/modular-pilotage/','2025-02-21 00:24:33',0,'active'),
(462,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 00:24:33',0,'active'),
(476,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/atpl-theory/','2025-02-21 00:43:21',0,'active'),
(469,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 00:33:16',0,'active'),
(486,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/night-vfr/','2025-02-21 00:59:59',0,'active'),
(480,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 00:49:54',0,'active'),
(478,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 00:49:54',0,'active'),
(479,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/pic/','2025-02-21 00:49:54',0,'active'),
(484,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 00:53:41',0,'active'),
(485,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 00:59:59',0,'active'),
(487,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 00:59:59',0,'active'),
(497,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 02:18:56',0,'active'),
(506,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 02:26:31',0,'active'),
(505,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/multi-motor-training/','2025-02-21 02:26:31',0,'active'),
(504,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 02:26:31',0,'active'),
(519,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:27:17',0,'active'),
(524,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:38:31',0,'active'),
(498,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/ir-instrument-flight/','2025-02-21 02:18:56',0,'active'),
(499,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 02:18:56',0,'active'),
(513,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:16:54',0,'active'),
(512,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/other-pilot-training/','2025-02-22 04:16:54',0,'active'),
(508,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-21 02:28:42',0,'active'),
(509,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/other-pilot-training/','2025-02-21 02:28:42',0,'active'),
(510,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-21 02:28:42',0,'active'),
(511,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:16:54',0,'active'),
(518,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/flight-instructor/','2025-02-22 04:27:17',0,'active'),
(517,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:27:17',0,'active'),
(523,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/sep-renewal/','2025-02-22 04:38:31',0,'active'),
(522,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:38:31',0,'active'),
(525,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:42:32',0,'active'),
(526,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-pilot-atpl-trainings/','2025-02-22 04:42:32',0,'active'),
(527,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:42:32',0,'active'),
(528,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:46:21',0,'active'),
(529,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-students/','2025-02-22 04:46:21',0,'active'),
(530,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:46:21',0,'active'),
(540,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-employees/','2025-02-22 04:56:34',0,'active'),
(546,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:08:14',0,'active'),
(535,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:51:38',0,'active'),
(536,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/special-atpl-training-for-cabin-attendants/','2025-02-22 04:51:38',0,'active'),
(537,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:51:38',0,'active'),
(541,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 04:56:34',0,'active'),
(539,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 04:56:34',0,'active'),
(547,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:08:14',0,'active'),
(548,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:09:07',0,'active'),
(543,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:02:11',0,'active'),
(544,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/airline-transport-pilot-license-training/','2025-02-22 05:02:11',0,'active'),
(545,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:02:11',0,'active'),
(549,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:09:07',0,'active'),
(550,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:11:37',0,'active'),
(551,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/about-2/','2025-02-22 05:11:37',0,'active'),
(552,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:11:37',0,'active'),
(553,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:12:00',0,'active'),
(554,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/corporate/','2025-02-22 05:12:00',0,'active'),
(555,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:12:00',0,'active'),
(556,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:14:50',0,'active'),
(557,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/gallery/','2025-02-22 05:14:50',0,'active'),
(558,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:14:50',0,'active'),
(559,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:14:55',0,'active'),
(560,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/fleet/','2025-02-22 05:14:55',0,'active'),
(561,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:14:55',0,'active'),
(562,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:16:21',0,'active'),
(563,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:16:21',0,'active'),
(564,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-22 05:16:51',0,'active'),
(565,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/corporate/','2025-02-22 05:16:51',0,'active'),
(566,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-22 05:16:51',0,'active'),
(567,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/et_header_layout/theme-builder-layout-5/','2025-02-23 21:40:59',0,'active'),
(568,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-23 21:40:59',0,'active'),
(569,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com','2025-02-23 21:40:59',0,'active'),
(570,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/contact/','2025-02-23 21:40:59',0,'active'),
(571,1,'load-url-task','WP_Optimize_Load_Url_Task',0,'Preload - https://asyahavacilik.com/','2025-02-23 21:40:59',0,'active');
/*!40000 ALTER TABLE `wp_tm_tasks` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','kral__admin_54'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:3:{s:64:\"d5ab9811fa4dbb82518aa5c5fce51ded3f845dfda2cec0979d93ab98778525f4\";a:4:{s:10:\"expiration\";i:1740570261;s:2:\"ip\";s:14:\"193.42.103.166\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0\";s:5:\"login\";i:1739360661;}s:64:\"c9d22e4a1987f963ef37ad908650c18c7ae18e06a962349ffec8e0111e9ab96f\";a:4:{s:10:\"expiration\";i:1740614896;s:2:\"ip\";s:14:\"193.42.103.166\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";s:5:\"login\";i:1739405296;}s:64:\"362c2948602b19d2729e82355a508a014a94044c0cf4196eb87ceaec905c12e7\";a:4:{s:10:\"expiration\";i:1740503572;s:2:\"ip\";s:14:\"193.42.103.226\";s:2:\"ua\";s:145:\"Mozilla/5.0 (iPhone; CPU iPhone OS 18_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/133.0.6943.120 Mobile/15E148 Safari/604.1\";s:5:\"login\";i:1740330772;}}'),
(17,1,'wp_user-settings','editor=tinymce&libraryContent=browse&imgsize='),
(18,1,'wp_user-settings-time','1739749045'),
(19,1,'wp_dashboard_quick_press_last_post_id','1129'),
(20,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"193.42.103.0\";}'),
(21,1,'wp_media_library_mode','list'),
(22,1,'managenav-menuscolumnshidden','a:4:{i:0;s:11:\"link-target\";i:1;s:15:\"title-attribute\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";}'),
(23,1,'metaboxhidden_nav-menus','a:0:{}'),
(24,1,'nav_menu_recently_edited','11'),
(25,1,'wp_r_tru_u_x','a:2:{s:2:\"id\";s:0:\"\";s:7:\"expires\";i:86400;}'),
(26,1,'wp_persisted_preferences','a:4:{s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-02-16T02:59:53.239Z\";s:4:\"core\";a:1:{s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}}'),
(27,1,'quadlayers_quadmenu_notice_hidden_0','1'),
(28,1,'elementor_introduction','a:1:{s:27:\"ai-get-started-announcement\";b:1;}'),
(29,1,'wp_elementor_connect_common_data','a:3:{s:9:\"client_id\";s:32:\"6FPMRgdnUQA19KXOLbRgRjmIgDnGrxr6\";s:11:\"auth_secret\";s:32:\"3FEPgYYg4l5oTwfv2E4yis4MKUe7Lq7P\";s:5:\"state\";s:12:\"LxYt2japuhIy\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

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

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

LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'kral__admin_54','$P$B84fHx4xXGcQdKlWV.feCovKIBweoe.','kral__admin_54','ggmuco@gmail.com','https://asyahavacilik.com','2025-02-12 11:44:12','',0,'kral__admin_54');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpo_404_detector`
--

DROP TABLE IF EXISTS `wp_wpo_404_detector`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpo_404_detector` (
  `ID` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `url` text NOT NULL,
  `request_timestamp` bigint(20) unsigned NOT NULL,
  `request_count` bigint(20) unsigned NOT NULL,
  `referrer` text NOT NULL,
  PRIMARY KEY (`ID`),
  UNIQUE KEY `url` (`url`(75),`request_timestamp`,`referrer`(75)),
  KEY `url_timestamp_referrer` (`url`(75),`request_timestamp`,`referrer`(75)),
  KEY `timestamp_count` (`request_timestamp`,`request_count`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wpo_404_detector`
--

LOCK TABLES `wp_wpo_404_detector` WRITE;
/*!40000 ALTER TABLE `wp_wpo_404_detector` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_wpo_404_detector` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;

-- Dump completed on 2025-05-04 21:55:59